diff options
author | Daniel Mack <daniel@zonque.org> | 2018-11-30 18:55:42 +0100 |
---|---|---|
committer | Robert Jarzmik <robert.jarzmik@free.fr> | 2018-12-02 11:19:13 +0100 |
commit | e9ae49f7b3cb7d71b156ae76cd540f8c1b84753a (patch) | |
tree | d519d9792b145b6693b8b4595ff9e61cea4a61a2 | |
parent | ARM: dts: pxa3xx: order timer and gcu nodes under /pxabus (diff) | |
download | linux-e9ae49f7b3cb7d71b156ae76cd540f8c1b84753a.tar.xz linux-e9ae49f7b3cb7d71b156ae76cd540f8c1b84753a.zip |
ARM: dts: pxa3xx: clean up pxa3xx clock controller node name
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>
Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>
-rw-r--r-- | arch/arm/boot/dts/pxa3xx.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/pxa3xx.dtsi b/arch/arm/boot/dts/pxa3xx.dtsi index 71c470a5d03f..d9f7c68479ab 100644 --- a/arch/arm/boot/dts/pxa3xx.dtsi +++ b/arch/arm/boot/dts/pxa3xx.dtsi @@ -300,7 +300,7 @@ #size-cells = <1>; ranges; - clks: pxa3xx_clks@41300004 { + clks: clocks { compatible = "marvell,pxa300-clocks"; #clock-cells = <1>; status = "okay"; |