From: Philippe Reynes Date: Thu, 7 Mar 2019 10:36:38 +0000 (+0100) Subject: dt: bcm968580xref: enable gpio controller X-Git-Tag: v2025.01-rc5-pxa1908~3037^2~16 X-Git-Url: http://git.dujemihanovic.xyz/img/html/static/git-favicon.png?a=commitdiff_plain;h=396fff8da20dcc703bf1e8af0cb66556002b181b;p=u-boot.git dt: bcm968580xref: enable gpio controller Enable all the gpio controllers in the device tree of the board bcm968580xref. Signed-off-by: Philippe Reynes --- diff --git a/arch/arm/dts/bcm968580xref.dts b/arch/arm/dts/bcm968580xref.dts index 0c59f94710..15febb030f 100644 --- a/arch/arm/dts/bcm968580xref.dts +++ b/arch/arm/dts/bcm968580xref.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"; +};