Message ID | 20181130175543.32628-7-daniel@zonque.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | ARM: dts: fixes and additions for pxa platform | expand |
Daniel Mack <daniel@zonque.org> writes: > The clock controller node does not need a unit slave designator as it does > not have a reg property. Also, remove the underscore from the name. > > Signed-off-by: Daniel Mack <daniel@zonque.org> Applied to pxa/dt, thanks. Cheers. -- Robert
diff --git a/arch/arm/boot/dts/pxa3xx.dtsi b/arch/arm/boot/dts/pxa3xx.dtsi index de49e7f666c0..6131491ab5e7 100644 --- a/arch/arm/boot/dts/pxa3xx.dtsi +++ b/arch/arm/boot/dts/pxa3xx.dtsi @@ -292,7 +292,7 @@ #size-cells = <1>; ranges; - clks: pxa3xx_clks@41300004 { + clks: clocks { compatible = "marvell,pxa300-clocks"; #clock-cells = <1>; status = "okay";
The clock controller node does not need a unit slave designator as it does not have a reg property. Also, remove the underscore from the name. Signed-off-by: Daniel Mack <daniel@zonque.org> --- arch/arm/boot/dts/pxa3xx.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)