ARM: dts: keystone-k2e-clocks: Fix missing unit address separator
authorSuman Anna <s-anna@ti.com>
Tue, 6 Mar 2018 00:18:49 +0000 (16:18 -0800)
committerSantosh Shilimkar <santosh.shilimkar@oracle.com>
Tue, 6 Mar 2018 00:18:49 +0000 (16:18 -0800)
Commit 95d8b41c765b ("ARM: dts: keystone-k2e-clocks: Add missing unit
name to clock nodes that have regs") fixed the unit names on various
clock nodes but missed out adding the unit address separator on the
clkhyperlink0 clock node. Fix the same.

Fixes: 95d8b41c765b ("ARM: dts: keystone-k2e-clocks: Add missing unit name to clock nodes that have regs")
Signed-off-by: Suman Anna <s-anna@ti.com>
Signed-off-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
arch/arm/boot/dts/keystone-k2e-clocks.dtsi

index 5e0e7d2..f759215 100644 (file)
@@ -42,7 +42,7 @@ clocks {
                domain-id = <0>;
        };
 
-       clkhyperlink0: clkhyperlink02350030 {
+       clkhyperlink0: clkhyperlink0@2350030 {
                #clock-cells = <0>;
                compatible = "ti,keystone,psc-clock";
                clocks = <&chipclk12>;