[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1447840835-19903-1-git-send-email-andy.yan@rock-chips.com>
Date: Wed, 18 Nov 2015 18:00:35 +0800
From: Andy Yan <andy.yan@...k-chips.com>
To: heiko@...ech.de, linux-kernel@...r.kernel.org
Cc: devicetree@...r.kernel.org, galak@...eaurora.org,
linux@....linux.org.uk, linux-rockchip@...ts.infradead.org,
ijc+devicetree@...lion.org.uk, robh+dt@...nel.org,
pawel.moll@....com, mark.rutland@....com,
linux-arm-kernel@...ts.infradead.org, khilman@...aro.org,
treding@...dia.com, wxt@...k-chips.com, sjg@...omium.org,
benchan@...gle.com, Andy Yan <andy.yan@...k-chips.com>
Subject: [PATCH v3 4/5] ARM: dts: rockchip: add reboot node
Add reboot notifier driver DT node for rk3xxx,rk3288 platform
Signed-off-by: Andy Yan <andy.yan@...k-chips.com>
---
Changes in v3:
- add DT node
Changes in v2: None
arch/arm/boot/dts/rk3288.dtsi | 6 ++++++
arch/arm/boot/dts/rk3xxx.dtsi | 6 ++++++
2 files changed, 12 insertions(+)
diff --git a/arch/arm/boot/dts/rk3288.dtsi b/arch/arm/boot/dts/rk3288.dtsi
index 906e938..975b8c9 100644
--- a/arch/arm/boot/dts/rk3288.dtsi
+++ b/arch/arm/boot/dts/rk3288.dtsi
@@ -169,6 +169,12 @@
};
};
+ reboot {
+ compatible = "rockchip,reboot";
+ rockchip,regmap = <&pmu>;
+ offset = <0x94>;
+ };
+
reserved-memory {
#address-cells = <1>;
#size-cells = <1>;
diff --git a/arch/arm/boot/dts/rk3xxx.dtsi b/arch/arm/boot/dts/rk3xxx.dtsi
index 4497d28..7b14d7a 100644
--- a/arch/arm/boot/dts/rk3xxx.dtsi
+++ b/arch/arm/boot/dts/rk3xxx.dtsi
@@ -103,6 +103,12 @@
};
};
+ reboot {
+ compatible = "rockchip,reboot";
+ rockchip,regmap = <&pmu>;
+ offset = <0x40>;
+ };
+
xin24m: oscillator {
compatible = "fixed-clock";
clock-frequency = <24000000>;
--
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