On Fri, Nov 04, 2016 at 04:31:40PM +0300, Sergei Shtylyov wrote: > Hello. > > On 11/4/2016 8:11 AM, Jon Mason wrote: > > >Add support for the AMAC ethernet to the Broadcom Northstar2 SoC device > >tree > > > >Signed-off-by: Jon Mason <jon.mason@xxxxxxxxxxxx> > >--- > > arch/arm64/boot/dts/broadcom/ns2-svk.dts | 5 +++++ > > arch/arm64/boot/dts/broadcom/ns2.dtsi | 12 ++++++++++++ > > 2 files changed, 17 insertions(+) > > > >diff --git a/arch/arm64/boot/dts/broadcom/ns2-svk.dts b/arch/arm64/boot/dts/broadcom/ns2-svk.dts > >index b09f3bc..c4d5442 100644 > >--- a/arch/arm64/boot/dts/broadcom/ns2-svk.dts > >+++ b/arch/arm64/boot/dts/broadcom/ns2-svk.dts > >@@ -56,6 +56,10 @@ > > }; > > }; > > > >+&enet { > >+ status = "ok"; > > The spec dictates it should be "okay" (although "ok" is also recognized). The rest of the file uses "ok". So, the addition above is consistent with the other entries. Perhaps a patch outside this series to convert the entire file from "ok" to "okay" would be acceptable to you. Thanks, Jon > > >+}; > >+ > > &pci_phy0 { > > status = "ok"; > > }; > >@@ -174,6 +178,7 @@ > > &mdio_mux_iproc { > > mdio@10 { > > gphy0: eth-phy@10 { > >+ enet-phy-lane-swap; > > reg = <0x10>; > > }; > > }; > [...] > > MBR, Sergei > -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html