Commit 66914092 authored by Heiko Stuebner's avatar Heiko Stuebner

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: default avatarHeiko Stuebner <heiko@sntech.de>
Acked-by: default avatarRob Herring <robh@kernel.org>
parent 6b241fcc
......@@ -169,7 +169,7 @@ efuse: efuse@20010000 {
clocks = <&cru PCLK_EFUSE>;
clock-names = "pclk_efuse";
cpu_leakage: cpu_leakage {
cpu_leakage: cpu_leakage@17 {
reg = <0x17 0x1>;
};
};
......
......@@ -154,7 +154,7 @@ efuse: efuse@20010000 {
clocks = <&cru PCLK_EFUSE>;
clock-names = "pclk_efuse";
cpu_leakage: cpu_leakage {
cpu_leakage: cpu_leakage@17 {
reg = <0x17 0x1>;
};
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment