[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20190704155347.GJ18473@lunn.ch>
Date: Thu, 4 Jul 2019 17:53:47 +0200
From: Andrew Lunn <andrew@...n.ch>
To: Benjamin Beckmeyer <beb@...-engel.de>
Cc: netdev@...r.kernel.org
Subject: Re: i.mx6ul with DSA in multi chip addressing mode - no MDIO access
> &mdio0 {
> interrupt-parent = <&gpio1>;
> interrupts = <3 IRQ_TYPE_LEVEL_HIGH>;
>
> switch0: switch0@2 {
> compatible = "marvell,mv88e6190";
> reg = <2>;
> pinctrl-0 = <&pinctrl_gpios>;
> reset-gpios = <&gpio4 16 GPIO_ACTIVE_LOW>;
> dsa,member = <0 0>;
This is wrong. The interrupt is a switch property, not an MDIO bus
property. So it belongs inside the switch node.
Andrew
Powered by blists - more mailing lists