mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 21:54:01 +00: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
1 changed files with 12 additions and 0 deletions
|
@ -38,3 +38,15 @@
|
|||
label = "bcm968380gerg:green:usb";
|
||||
};
|
||||
};
|
||||
|
||||
&gpio_lo {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&gpio_mid0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&gpio_mid1 {
|
||||
status = "okay";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue