UPSTREAM: ARM: dts: rockchip: add eFuse config of rk3288 SoC
authorJacob Chen <jacob2.chen@rock-chips.com>
Tue, 16 Aug 2016 01:15:34 +0000 (09:15 +0800)
committerHuang, Tao <huangtao@rock-chips.com>
Wed, 17 Aug 2016 04:00:51 +0000 (12:00 +0800)
This patch add the eFuse dt config of rk3288 SoC.

Change-Id: Ib0b316946ed362d4e4adb4a82448947bfc2c0e5b
Signed-off-by: ZhengShunQian <zhengsq@rock-chips.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Jacob Chen <jacob2.chen@rock-chips.com>
(cherry picked from commit 8818555964eed0010044c4d85f096452b14eb8b5)

arch/arm/boot/dts/rk3288.dtsi

index 8f573d64c6708c0c9e5efd627eb9c06a172f9d7f..de907f977f4e2903ad84a641630036cfdb35772f 100644 (file)
                interrupts = <GIC_PPI 9 0xf04>;
        };
 
+       efuse: efuse@ffb40000 {
+               compatible = "rockchip,rockchip-efuse";
+               reg = <0xffb40000 0x20>;
+               #address-cells = <1>;
+               #size-cells = <1>;
+               clocks = <&cru PCLK_EFUSE256>;
+               clock-names = "pclk_efuse";
+
+               cpu_leakage: cpu_leakage@17 {
+                       reg = <0x17 0x1>;
+               };
+       };
+
        usbphy: phy {
                compatible = "rockchip,rk3288-usb-phy";
                rockchip,grf = <&grf>;