diff options
| author | Maxime Ripard <maxime.ripard@free-electrons.com> | 2014-07-03 14:08:47 +0200 | 
|---|---|---|
| committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2014-07-15 14:52:12 +0200 | 
| commit | 16aa7f1f173f3ca105296cf2709cb039c99ffe4a (patch) | |
| tree | 5792d746341b96f59336e49dfaec812e62ad500a | |
| parent | 1e165a7dc2f07054736a6a16bdc2fa024f3aa2d4 (diff) | |
ARM: at91/dt: sama5d3: Add shutdown controller
The SAMA5D3 has a shutdown controller identical to the sam9x5 SoC family.
Declare it in the DT.
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
| -rw-r--r-- | arch/arm/boot/dts/sama5d3.dtsi | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/arch/arm/boot/dts/sama5d3.dtsi b/arch/arm/boot/dts/sama5d3.dtsi index 04c35ce1e33e..97952ef7f240 100644 --- a/arch/arm/boot/dts/sama5d3.dtsi +++ b/arch/arm/boot/dts/sama5d3.dtsi @@ -1185,6 +1185,11 @@  				reg = <0xfffffe00 0x10>;  			}; +			shutdown-controller@fffffe10 { +				compatible = "atmel,at91sam9x5-shdwc"; +				reg = <0xfffffe10 0x10>; +			}; +  			pit: timer@fffffe30 {  				compatible = "atmel,at91sam9260-pit";  				reg = <0xfffffe30 0xf>; | 
