[PATCH 2/3] arm64:dts: Add APM X-Gene SoC GPIO controller DTS entries
Linus Walleij
linus.walleij at linaro.org
Tue May 27 01:27:04 PDT 2014
On Fri, May 16, 2014 at 8:03 PM, Feng Kan <fkan at apm.com> wrote:
> Add gpio dts node for APM X-Gene SoC platform.
>
> Signed-off-by: Feng Kan <fkan at apm.com>
(...)
> + gpio: gpio at 1701c000 {
> + compatible = "apm,xgene-gpio";
> + reg = <0x0 0x1701c000 0x0 0x1000>;
> +
> + banka: gpio-controller at 0 {
> + compatible = "apm,xgene-gpio-port";
> + gpio-controller;
> + #gpio-cells = <2>;
> + ngpios = <16>;
> + bank = <0>;
> + };
> + bankb: gpio-controller at 1 {
> + compatible = "apm,xgene-gpio-port";
> + gpio-controller;
> + #gpio-cells = <2>;
> + ngpios = <16>;
> + bank = <1>;
> + };
> + bankc: gpio-controller at 2 {
> + compatible = "apm,xgene-gpio-port";
> + gpio-controller;
> + #gpio-cells = <2>;
> + ngpios = <16>;
> + bank = <2>;
> + };
> + };
NAK, please construct this with one gpio per bank and
three independent entries instead of sub-banks.
Yours,
Linus Walleij
More information about the linux-arm-kernel
mailing list