dt: Update v3d to use firmware_clocks.
authorDave Stevenson <dave.stevenson@raspberrypi.com>
Mon, 17 Feb 2020 11:37:21 +0000 (11:37 +0000)
committerpopcornmix <popcornmix@gmail.com>
Wed, 1 Jul 2020 15:33:41 +0000 (16:33 +0100)
Use the updated DT clock-names property to map the v3d clock
to the firmware_clocks driver, instead of the older clkdev API.

Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
arch/arm/boot/dts/bcm2711-rpi.dtsi

index e8b1e92..b113ca5 100644 (file)
@@ -34,6 +34,7 @@
                        power-domains = <&pm BCM2835_POWER_DOMAIN_GRAFX_V3D>;
                        resets = <&pm BCM2835_RESET_V3D>;
                        clocks = <&firmware_clocks 5>;
+                       clocks-names = "v3d";
                        interrupts = <GIC_SPI 74 IRQ_TYPE_LEVEL_HIGH>;
                        status = "disabled";
                };