ARM: dts: rockchip: add missing unitname to cpu_leakage
From: Heiko Stuebner <heiko@...> Date: Thu, 31 Mar 2016 22:15:43 +0200
Commit-Message
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@...>
Patch-Comment
arch/arm/boot/dts/rk3066a.dtsi | 2 +- arch/arm/boot/dts/rk3188.dtsi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
Statistics
- 2 lines added
- 2 lines removed
Changes
------------------------ arch/arm/boot/dts/rk3066a.dtsi ------------------------
index c84a306..c0ba86c 100644
@@ -169,7 +169,7 @@
clocks = <&cru PCLK_EFUSE>;
clock-names = "pclk_efuse";
+ cpu_leakage: cpu_leakage@17 {
reg = <0x17 0x1>;
};
};
------------------------ arch/arm/boot/dts/rk3188.dtsi -------------------------
index c44c318..31f81b2 100644
@@ -154,7 +154,7 @@
clocks = <&cru PCLK_EFUSE>;
clock-names = "pclk_efuse";
+ cpu_leakage: cpu_leakage@17 {
reg = <0x17 0x1>;
};
};