mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-26 05:34:30 +08:00
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>
This commit is contained in:
parent
ce171053a8
commit
f1ed3cfc53
@ -38,3 +38,15 @@
|
||||
label = "bcm968380gerg:green:usb";
|
||||
};
|
||||
};
|
||||
|
||||
&gpio_lo {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&gpio_mid0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&gpio_mid1 {
|
||||
status = "okay";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user