aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/dts
diff options
context:
space:
mode:
authorPhilippe Reynes2019-03-07 11:36:43 +0100
committerDaniel Schwierzeck2019-04-12 17:32:51 +0200
commit1e4a7c69fded0f5fa61cb4282f8ec764823c5454 (patch)
tree0e81281c59ea9d8101415fd7c2b6276bef66d6ee /arch/arm/dts
parent938f10b7f64378ed34958bde9bf42dfeab64c0e9 (diff)
dt: bcm963158: enable gpio controller
Enable all the gpio controllers in the device tree of the board bcm963158. Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com>
Diffstat (limited to 'arch/arm/dts')
-rw-r--r--arch/arm/dts/bcm963158.dts32
1 files changed, 32 insertions, 0 deletions
diff --git a/arch/arm/dts/bcm963158.dts b/arch/arm/dts/bcm963158.dts
index dc5afb5a24a..b5c825b052b 100644
--- a/arch/arm/dts/bcm963158.dts
+++ b/arch/arm/dts/bcm963158.dts
@@ -29,3 +29,35 @@
u-boot,dm-pre-reloc;
status = "okay";
};
+
+&gpio0 {
+ status = "okay";
+};
+
+&gpio1 {
+ status = "okay";
+};
+
+&gpio2 {
+ status = "okay";
+};
+
+&gpio3 {
+ status = "okay";
+};
+
+&gpio4 {
+ status = "okay";
+};
+
+&gpio5 {
+ status = "okay";
+};
+
+&gpio6 {
+ status = "okay";
+};
+
+&gpio7 {
+ status = "okay";
+};