diff mbox series

[U-Boot,03/14] dt: bcm968380gerg: enable gpio controller

Message ID 1551955004-24611-3-git-send-email-philippe.reynes@softathome.com
State Accepted
Commit f1ed3cfc539725246bdc302ac67b7440caef29f7
Delegated to: Daniel Schwierzeck
Headers show
Series [U-Boot,01/14] gpio: bcm6345: switch to raw I/O functions | expand

Commit Message

Philippe REYNES March 7, 2019, 10:36 a.m. UTC
Enable the gpio controllers in the device tree
of the board bcm968380gerg.

Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com>
---
 arch/mips/dts/brcm,bcm968380gerg.dts | 12 ++++++++++++
 1 file changed, 12 insertions(+)

Comments

Daniel Schwierzeck March 8, 2019, 12:26 p.m. UTC | #1
Am 07.03.19 um 11:36 schrieb Philippe Reynes:
> Enable the gpio controllers in the device tree
> of the board bcm968380gerg.
> 
> Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com>
> ---
>  arch/mips/dts/brcm,bcm968380gerg.dts | 12 ++++++++++++
>  1 file changed, 12 insertions(+)
> 

Reviewed-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
diff mbox series

Patch

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";
+};