diff options
author | Alan Tull <atull@kernel.org> | 2017-10-10 23:25:37 +0200 |
---|---|---|
committer | Dinh Nguyen <dinguyen@kernel.org> | 2017-10-11 10:18:04 +0200 |
commit | 5a0e622e499bfe34d3c12a8c7db997e770d1a7fd (patch) | |
tree | dadfd83b6ab74e418a9e1474efb3d47a83a2a8d3 /arch/arm64 | |
parent | arm64: dts: stratix10: add reset property for various peripherals (diff) | |
download | linux-5a0e622e499bfe34d3c12a8c7db997e770d1a7fd.tar.xz linux-5a0e622e499bfe34d3c12a8c7db997e770d1a7fd.zip |
arm64: dts: stratix10: add gpio header
Add the gpio header to the base stratix10 dtsi.
Signed-off-by: Alan Tull <atull@kernel.org>
Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
Diffstat (limited to 'arch/arm64')
-rw-r--r-- | arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi b/arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi index 6804936f2459..721b91abcd28 100644 --- a/arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi +++ b/arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi @@ -16,6 +16,7 @@ /dts-v1/; #include <dt-bindings/reset/altr,rst-mgr-s10.h> +#include <dt-bindings/gpio/gpio.h> / { compatible = "altr,socfpga-stratix10"; |