[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1434439665-27781-4-git-send-email-wxt@rock-chips.com>
Date: Tue, 16 Jun 2015 15:27:45 +0800
From: Caesar Wang <wxt@...k-chips.com>
To: heiko@...ech.de
Cc: devicetree@...r.kernel.org, jay.xu@...k-chips.com,
linus.walleij@...aro.org, galak@...eaurora.org,
linux-kernel@...r.kernel.org, ijc+devicetree@...lion.org.uk,
linux-rockchip@...ts.infradead.org, robh+dt@...nel.org,
matthias.bgg@...il.com, pawel.moll@....com, mark.rutland@....com,
linux@....linux.org.uk, linux-arm-kernel@...ts.infradead.org,
wxt@...k-chips.com
Subject: [PATCH v2 3/3] ARM: dts: Add RK3288 efuse node
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@...k-chips.com>
---
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@...40000 {
+ compatible = "rockchip,rk3066-efuse";
+ reg = <0xffb40000 0x10000>;
+ };
+
gic: interrupt-controller@...01000 {
compatible = "arm,gic-400";
interrupt-controller;
--
1.9.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists