aboutsummaryrefslogtreecommitdiff
path: root/arch/mips
diff options
context:
space:
mode:
authorPhilippe Reynes <philippe.reynes@softathome.com>2019-03-07 11:36:33 +0100
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>2019-04-12 17:32:51 +0200
commitf1ed3cfc539725246bdc302ac67b7440caef29f7 (patch)
tree7803a0dd5474d585f5958d700d34762464d06e45 /arch/mips
parentce171053a83a0fae81f2325c084e3b883d31ed83 (diff)
downloadu-boot-f1ed3cfc539725246bdc302ac67b7440caef29f7.zip
u-boot-f1ed3cfc539725246bdc302ac67b7440caef29f7.tar.gz
u-boot-f1ed3cfc539725246bdc302ac67b7440caef29f7.tar.bz2
dt: bcm968380gerg: enable gpio controller
Enable the gpio controllers in the device tree of the board bcm968380gerg. Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com> Reviewed-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Diffstat (limited to 'arch/mips')
-rw-r--r--arch/mips/dts/brcm,bcm968380gerg.dts12
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/mips/dts/brcm,bcm968380gerg.dts b/arch/mips/dts/brcm,bcm968380gerg.dts
index 513045e..98471e3 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";
+};