Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: mstar: Fill in GPIO controller properties for infinity

Fill in the properties needed to use the GPIO controller
in the infinity and infinity3 chips.

Signed-off-by: Daniel Palmer <daniel@0x0f.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/r/20201129110803.2461700-6-daniel@0x0f.com'
Signed-off-by: Arnd Bergmann <arnd@arndb.de>

authored by

Daniel Palmer and committed by
Arnd Bergmann
5b8a05b9 74530d64

+7
+7
arch/arm/boot/dts/mstar-infinity.dtsi
··· 6 6 7 7 #include "mstar-v7.dtsi" 8 8 9 + #include <dt-bindings/gpio/msc313-gpio.h> 10 + 9 11 &imi { 10 12 reg = <0xa0000000 0x16000>; 13 + }; 14 + 15 + &gpio { 16 + compatible = "mstar,msc313-gpio"; 17 + status = "okay"; 11 18 };