1
0
Fork 0

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>
zero-sugar-mainline-defconfig
Daniel Palmer 2020-11-29 20:08:02 +09:00 committed by Arnd Bergmann
parent 74530d6451
commit 5b8a05b9e8
1 changed files with 7 additions and 0 deletions

View File

@ -6,6 +6,13 @@
#include "mstar-v7.dtsi"
#include <dt-bindings/gpio/msc313-gpio.h>
&imi {
reg = <0xa0000000 0x16000>;
};
&gpio {
compatible = "mstar,msc313-gpio";
status = "okay";
};