diff options
| author | Philippe Reynes <[email protected]> | 2019-03-07 11:36:33 +0100 |
|---|---|---|
| committer | Daniel Schwierzeck <[email protected]> | 2019-04-12 17:32:51 +0200 |
| commit | f1ed3cfc539725246bdc302ac67b7440caef29f7 (patch) | |
| tree | 7803a0dd5474d585f5958d700d34762464d06e45 | |
| parent | ce171053a83a0fae81f2325c084e3b883d31ed83 (diff) | |
dt: bcm968380gerg: enable gpio controller
Enable the gpio controllers in the device tree
of the board bcm968380gerg.
Signed-off-by: Philippe Reynes <[email protected]>
Reviewed-by: Daniel Schwierzeck <[email protected]>
| -rw-r--r-- | arch/mips/dts/brcm,bcm968380gerg.dts | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/mips/dts/brcm,bcm968380gerg.dts b/arch/mips/dts/brcm,bcm968380gerg.dts index 513045ee051..98471e3894d 100644 --- a/arch/mips/dts/brcm,bcm968380gerg.dts +++ b/arch/mips/dts/brcm,bcm968380gerg.dts @@ -38,3 +38,15 @@ label = "bcm968380gerg:green:usb"; }; }; + +&gpio_lo { + status = "okay"; +}; + +&gpio_mid0 { + status = "okay"; +}; + +&gpio_mid1 { + status = "okay"; +}; |
