diff options
author | Thor Thayer <thor.thayer@linux.intel.com> | 2017-03-16 15:57:16 +0300 |
---|---|---|
committer | Dinh Nguyen <dinguyen@kernel.org> | 2017-03-16 15:57:16 +0300 |
commit | 7fed0cbffe1db3383ae1900fffc8f4e14d2735c8 (patch) | |
tree | 567028010f9ad0a291c41a7a67f635308072f3ba /arch/arm/boot/dts/socfpga_arria10_socdk.dtsi | |
parent | b59902805f5224b6f27a958cf2cbe9bf6b9b0004 (diff) | |
download | linux-7fed0cbffe1db3383ae1900fffc8f4e14d2735c8.tar.xz |
ARM: dts: socfpga: Add Devkit A10-SR Reset Controller
Add the Altera Arria10 System Resource Reset Controller to the MFD
Signed-off-by: Thor Thayer <thor.thayer@linux.intel.com>
Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
---
v2 change commit header to ARM: dts: socfpga.
Diffstat (limited to 'arch/arm/boot/dts/socfpga_arria10_socdk.dtsi')
-rw-r--r-- | arch/arm/boot/dts/socfpga_arria10_socdk.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/socfpga_arria10_socdk.dtsi b/arch/arm/boot/dts/socfpga_arria10_socdk.dtsi index 4d0a729bb6d7..94e088473823 100644 --- a/arch/arm/boot/dts/socfpga_arria10_socdk.dtsi +++ b/arch/arm/boot/dts/socfpga_arria10_socdk.dtsi @@ -121,6 +121,11 @@ gpio-controller; #gpio-cells = <2>; }; + + a10sr_rst: reset-controller { + compatible = "altr,a10sr-reset"; + #reset-cells = <1>; + }; }; }; |