]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: omap5: fix gpu_cm clock provider name
authorTero Kristo <t-kristo@ti.com>
Tue, 8 Oct 2019 07:56:42 +0000 (10:56 +0300)
committerTony Lindgren <tony@atomide.com>
Tue, 8 Oct 2019 13:44:45 +0000 (06:44 -0700)
The clkctrl code searches for the parent clockdomain based on the name
of the CM provider node. The introduction of SGX node for omap5 made
the node name for the gpu_cm to be clock-controller. There is no
clockdomain named like this, so the lookup fails. Fix by changing
the node name properly.

Fixes: 394534cb07d8 ("ARM: dts: Configure sgx for omap5")
Signed-off-by: Tero Kristo <t-kristo@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/omap54xx-clocks.dtsi

index fac2e57dcca905e6dd8af4bebcb57d89aa727805..4791834dacb2ef1814c195a85912941d8a28123e 100644 (file)
@@ -1146,7 +1146,7 @@ dss_clkctrl: clk@20 {
                };
        };
 
-       gpu_cm: clock-controller@1500 {
+       gpu_cm: gpu_cm@1500 {
                compatible = "ti,omap4-cm";
                reg = <0x1500 0x100>;
                #address-cells = <1>;