diff mbox series

[6/7] ARM: dts: pxa3xx: clean up pxa3xx clock controller node name

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

Commit Message

Daniel Mack Nov. 30, 2018, 5:55 p.m. UTC
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(-)

Comments

Robert Jarzmik Dec. 2, 2018, 10:12 a.m. UTC | #1
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 mbox series

Patch

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";