Skip to content

Commit 734a9b2

Browse files
Tero Kristotmlind
authored andcommitted
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: 394534c ("ARM: dts: Configure sgx for omap5") Signed-off-by: Tero Kristo <[email protected]> Signed-off-by: Tony Lindgren <[email protected]>
1 parent 6b512b0 commit 734a9b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/boot/dts/omap54xx-clocks.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1146,7 +1146,7 @@
11461146
};
11471147
};
11481148

1149-
gpu_cm: clock-controller@1500 {
1149+
gpu_cm: gpu_cm@1500 {
11501150
compatible = "ti,omap4-cm";
11511151
reg = <0x1500 0x100>;
11521152
#address-cells = <1>;

0 commit comments

Comments
 (0)