diff options
author | Tero Kristo <t-kristo@ti.com> | 2019-10-08 09:56:42 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2019-10-08 15:44:45 +0200 |
commit | 734a9b21bb061acdbb0b9c08cd37f80368f381dd (patch) | |
tree | 4aaafe07508a5a0b5c6c75c1080b4d5db1e24c28 /arch/arm | |
parent | ARM: dts: logicpd-torpedo-som: Remove twl_keypad (diff) | |
download | linux-734a9b21bb061acdbb0b9c08cd37f80368f381dd.tar.xz linux-734a9b21bb061acdbb0b9c08cd37f80368f381dd.zip |
ARM: dts: omap5: fix gpu_cm clock provider name
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>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/omap54xx-clocks.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/omap54xx-clocks.dtsi b/arch/arm/boot/dts/omap54xx-clocks.dtsi index fac2e57dcca9..4791834dacb2 100644 --- a/arch/arm/boot/dts/omap54xx-clocks.dtsi +++ b/arch/arm/boot/dts/omap54xx-clocks.dtsi @@ -1146,7 +1146,7 @@ }; }; - gpu_cm: clock-controller@1500 { + gpu_cm: gpu_cm@1500 { compatible = "ti,omap4-cm"; reg = <0x1500 0x100>; #address-cells = <1>; |