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>
This commit is contained in:
Heiko Stuebner 2016-03-31 22:15:43 +02:00
parent 6b241fcccb
commit 6691409224
2 changed files with 2 additions and 2 deletions

View File

@ -169,7 +169,7 @@
clocks = <&cru PCLK_EFUSE>;
clock-names = "pclk_efuse";
cpu_leakage: cpu_leakage {
cpu_leakage: cpu_leakage@17 {
reg = <0x17 0x1>;
};
};

View File

@ -154,7 +154,7 @@
clocks = <&cru PCLK_EFUSE>;
clock-names = "pclk_efuse";
cpu_leakage: cpu_leakage {
cpu_leakage: cpu_leakage@17 {
reg = <0x17 0x1>;
};
};