Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Tero Kristo and committed by
Tony Lindgren
734a9b21 6b512b0e

+1 -1
+1 -1
arch/arm/boot/dts/omap54xx-clocks.dtsi
··· 1146 1146 }; 1147 1147 }; 1148 1148 1149 - gpu_cm: clock-controller@1500 { 1149 + gpu_cm: gpu_cm@1500 { 1150 1150 compatible = "ti,omap4-cm"; 1151 1151 reg = <0x1500 0x100>; 1152 1152 #address-cells = <1>;