Add the efuse node on RK3288, we can get some information when enable the efuse driver. e.g.: the CPU version, leakage..... Signed-off-by: Caesar Wang <wxt@xxxxxxxxxxxxxx> --- Changes in v2: - Add the dts node on RK3288. arch/arm/boot/dts/rk3288.dtsi | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/arch/arm/boot/dts/rk3288.dtsi b/arch/arm/boot/dts/rk3288.dtsi index 165968d..423355e 100644 --- a/arch/arm/boot/dts/rk3288.dtsi +++ b/arch/arm/boot/dts/rk3288.dtsi @@ -691,6 +691,11 @@ }; }; + efuse: efuse@ffb40000 { + compatible = "rockchip,rk3066-efuse"; + reg = <0xffb40000 0x10000>; + }; + gic: interrupt-controller@ffc01000 { compatible = "arm,gic-400"; interrupt-controller; -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html