Re: [PATCH] ARM: dts: imx: Add ZII SCU3 ESB

From: Andrew Lunn
Date: Wed Jul 11 2018 - 10:57:25 EST


On Tue, Jul 10, 2018 at 10:07:04PM -0700, Andrey Smirnov wrote:
> + switch@0 {
> + compatible = "marvell,mv88e6085";
> + reg = <0>;
> + dsa,member = <0 0>;
> + eeprom-length = <512>;
> + interrupt-parent = <&gpio4>;
> + interrupts = <20 IRQ_TYPE_LEVEL_HIGH>;
> + interrupt-controller;
> + #interrupt-cells = <2>;

Hi Andrey

I don't see a pinmux for this GPIO. Is one needed?

Andrew