diff options
author | Thor Thayer <tthayer@opensource.altera.com> | 2016-06-02 20:52:27 +0300 |
---|---|---|
committer | Dinh Nguyen <dinguyen@opensource.altera.com> | 2016-10-19 06:18:12 +0300 |
commit | 07e75f4393b42b6c82c5d31714ceeba429fa34c3 (patch) | |
tree | f647638d654f281bd0cd610b019c2b6b42213ce3 | |
parent | 5984be047d35379012184310cafcac9efac366b8 (diff) | |
download | linux-07e75f4393b42b6c82c5d31714ceeba429fa34c3.tar.xz |
ARM: dts: socfpga: Enable GPIO parent for Arria10 SR chip
Enable the Altera Arria10 GPIO parent for MFD operation.
Signed-off-by: Thor Thayer <tthayer@opensource.altera.com>
Signed-off-by: Dinh Nguyen <dinguyen@opensource.altera.com>
-rw-r--r-- | arch/arm/boot/dts/socfpga_arria10_socdk.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/socfpga_arria10_socdk.dtsi b/arch/arm/boot/dts/socfpga_arria10_socdk.dtsi index 9f97756693f4..693fa508cb97 100644 --- a/arch/arm/boot/dts/socfpga_arria10_socdk.dtsi +++ b/arch/arm/boot/dts/socfpga_arria10_socdk.dtsi @@ -75,6 +75,10 @@ status = "okay"; }; +&gpio1 { + status = "okay"; +}; + &spi1 { status = "okay"; |