diff options
author | Philippe Reynes | 2019-03-07 11:36:38 +0100 |
---|---|---|
committer | Daniel Schwierzeck | 2019-04-12 17:32:51 +0200 |
commit | 396fff8da20dcc703bf1e8af0cb66556002b181b (patch) | |
tree | bef46a9ce724ad0c6bdc253e5685a2385475e9e0 /arch/arm/dts/bcm968580xref.dts | |
parent | 9575c7ebc840ecc65cb8f1c0a4c835d7d76d3697 (diff) |
dt: bcm968580xref: enable gpio controller
Enable all the gpio controllers in the device tree
of the board bcm968580xref.
Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com>
Diffstat (limited to 'arch/arm/dts/bcm968580xref.dts')
-rw-r--r-- | arch/arm/dts/bcm968580xref.dts | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/arch/arm/dts/bcm968580xref.dts b/arch/arm/dts/bcm968580xref.dts index 0c59f94710c..15febb030f1 100644 --- a/arch/arm/dts/bcm968580xref.dts +++ b/arch/arm/dts/bcm968580xref.dts @@ -29,3 +29,35 @@ u-boot,dm-pre-reloc; status = "okay"; }; + +&gpio0 { + status = "okay"; +}; + +&gpio1 { + status = "okay"; +}; + +&gpio2 { + status = "okay"; +}; + +&gpio3 { + status = "okay"; +}; + +&gpio4 { + status = "okay"; +}; + +&gpio5 { + status = "okay"; +}; + +&gpio6 { + status = "okay"; +}; + +&gpio7 { + status = "okay"; +}; |