diff options
author | Suman Anna <s-anna@ti.com> | 2018-03-06 03:18:49 +0300 |
---|---|---|
committer | Santosh Shilimkar <santosh.shilimkar@oracle.com> | 2018-03-06 03:18:49 +0300 |
commit | 5a3a03905a433216f517babd0a343ae7265e9ca1 (patch) | |
tree | 3926c89aac67720dd3b88928d25fae442a894fe5 /arch/arm/boot/dts/keystone-k2e-clocks.dtsi | |
parent | eadbe9fa2dc1da4a9a8fdbb3d4cdc1318a9bf94e (diff) | |
download | linux-5a3a03905a433216f517babd0a343ae7265e9ca1.tar.xz |
ARM: dts: keystone-k2e-clocks: Fix missing unit address separator
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>
Diffstat (limited to 'arch/arm/boot/dts/keystone-k2e-clocks.dtsi')
-rw-r--r-- | arch/arm/boot/dts/keystone-k2e-clocks.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/keystone-k2e-clocks.dtsi b/arch/arm/boot/dts/keystone-k2e-clocks.dtsi index 5e0e7d232161..f7592155a740 100644 --- a/arch/arm/boot/dts/keystone-k2e-clocks.dtsi +++ b/arch/arm/boot/dts/keystone-k2e-clocks.dtsi @@ -42,7 +42,7 @@ clocks { domain-id = <0>; }; - clkhyperlink0: clkhyperlink02350030 { + clkhyperlink0: clkhyperlink0@2350030 { #clock-cells = <0>; compatible = "ti,keystone,psc-clock"; clocks = <&chipclk12>; |