ARM: dts: socfpga: Add Devkit A10-SR Reset Controller
authorThor Thayer <thor.thayer@linux.intel.com>
Thu, 16 Mar 2017 12:57:16 +0000 (07:57 -0500)
committerDinh Nguyen <dinguyen@kernel.org>
Thu, 16 Mar 2017 12:57:16 +0000 (07:57 -0500)
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.

arch/arm/boot/dts/socfpga_arria10_socdk.dtsi

index 4d0a729bb6d77380806590aebac392df15ac0138..94e088473823bcc7bc6e0644930cdb4cb1f1bc06 100644 (file)
                        gpio-controller;
                        #gpio-cells = <2>;
                };
+
+               a10sr_rst: reset-controller {
+                       compatible = "altr,a10sr-reset";
+                       #reset-cells = <1>;
+               };
        };
 };