From: Philippe Reynes Date: Thu, 7 Mar 2019 10:36:43 +0000 (+0100) Subject: dt: bcm963158: enable gpio controller X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=1e4a7c69fded0f5fa61cb4282f8ec764823c5454;p=project%2Fbcm63xx%2Fu-boot.git dt: bcm963158: enable gpio controller Enable all the gpio controllers in the device tree of the board bcm963158. Signed-off-by: Philippe Reynes --- diff --git a/arch/arm/dts/bcm963158.dts b/arch/arm/dts/bcm963158.dts index dc5afb5a24..b5c825b052 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"; +};