Message ID | 20201115135923.11523-1-kabel@kernel.org (mailing list archive) |
---|---|
Headers | show |
Series | Turris Omnia device-tree changes | expand |
Hello Marek, > Hi Gregory, > > v3 of series with changes for Turris Omnia device tree. I applied the full series on mvebu/dt Thanks, Gregory > > Changes since v2 (mostly thanks to Andreas): > - fixed typo in 2/7 > - updated comment in 4/7 (describing current SFP cage binding status) > - changed commit message in 4/7 a little bit > - changed LED_FUNCTION_DEBUG to LED_FUNCTION_INDICATOR in 5/7 > - updated comment about LED controller in 5/7 > - added 7/7 which removes 2 unneeded status = "okay" > > Changes since v1: > - added patch which adds description for switch interrupt > - removed patch adding ethernet-phy interrupt: the PHY interrupt is > asserted by level low, but the GPIO expander driver supports only > edge rising/falling, and even then it may not be correct when an > interrupt storm occurs. So keep polling the PHY > - added Andrew's Reviewed-by tags > > Cc: linux-arm-kernel@lists.infradead.org > Cc: Uwe Kleine-König <uwe@kleine-koenig.org> > Cc: Jason Cooper <jason@lakedaemon.net> > Cc: Gregory CLEMENT <gregory.clement@bootlin.com> > Cc: Andreas Färber <afaerber@suse.de> > Cc: Andrew Lunn <andrew@lunn.ch> > Cc: Rob Herring <robh+dt@kernel.org> > Cc: devicetree@vger.kernel.org > > Marek Behún (7): > ARM: dts: turris-omnia: enable HW buffer management > ARM: dts: turris-omnia: add comphy handle to eth2 > ARM: dts: turris-omnia: describe switch interrupt > ARM: dts: turris-omnia: add SFP node > ARM: dts: turris-omnia: add LED controller node > ARM: dts: turris-omnia: update ethernet-phy node and handle name > ARM: dts: turris-omnia: remove unneeded status = "okay" properties > > arch/arm/boot/dts/armada-385-turris-omnia.dts | 178 +++++++++++++++++- > 1 file changed, 170 insertions(+), 8 deletions(-) > > -- > 2.26.2 >