diff options
author | Heiko Stuebner <heiko@sntech.de> | 2016-03-31 22:15:43 +0200 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2016-04-07 01:13:17 +0200 |
commit | 6691409224de8f7badc3f5d072c2bf72b223395d (patch) | |
tree | 139b14fa3674faf6ce939b1bd848b36063c13274 /arch/arm/boot/dts/rk3066a.dtsi | |
parent | ARM: dts: rockchip: drop unneeded properties from mipi node (diff) | |
download | linux-6691409224de8f7badc3f5d072c2bf72b223395d.tar.xz linux-6691409224de8f7badc3f5d072c2bf72b223395d.zip |
ARM: dts: rockchip: add missing unitname to cpu_leakage efuse
The cpu_leakage efuse on rk3288 did get it right including the
unitname but on both rk3066a and rk3188 it was missing, fix that.
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Acked-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/rk3066a.dtsi')
-rw-r--r-- | arch/arm/boot/dts/rk3066a.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/rk3066a.dtsi b/arch/arm/boot/dts/rk3066a.dtsi index c84a306fd73f..c0ba86c3a2ab 100644 --- a/arch/arm/boot/dts/rk3066a.dtsi +++ b/arch/arm/boot/dts/rk3066a.dtsi @@ -169,7 +169,7 @@ clocks = <&cru PCLK_EFUSE>; clock-names = "pclk_efuse"; - cpu_leakage: cpu_leakage { + cpu_leakage: cpu_leakage@17 { reg = <0x17 0x1>; }; }; |