[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1447841120-19959-1-git-send-email-andy.yan@rock-chips.com>
Date: Wed, 18 Nov 2015 18:05:20 +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, olof@...om.net, will.deacon@....com,
Andy Yan <andy.yan@...k-chips.com>
Subject: [PATCH v3 5/5] ARM64: dts: rockchip: add reboot node
Add reboot notifier driver DT node for rk3368 platform
Signed-off-by: Andy Yan <andy.yan@...k-chips.com>
---
Changes in v3:
- add DT node
Changes in v2: None
arch/arm64/boot/dts/rockchip/rk3368.dtsi | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/arch/arm64/boot/dts/rockchip/rk3368.dtsi b/arch/arm64/boot/dts/rockchip/rk3368.dtsi
index a712bea..c390f61 100644
--- a/arch/arm64/boot/dts/rockchip/rk3368.dtsi
+++ b/arch/arm64/boot/dts/rockchip/rk3368.dtsi
@@ -202,6 +202,12 @@
method = "smc";
};
+ reboot {
+ compatible = "rockchip,reboot";
+ rockchip,regmap = <&pmugrf>;
+ offset = <0x200>;
+ };
+
timer {
compatible = "arm,armv8-timer";
interrupts = <GIC_PPI 13
--
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