Hiramatsu-san On Wed, Apr 22, 2020 at 11:50 AM Masami Hiramatsu <masami.hiramatsu@xxxxxxxxxx> wrote: > + > +ð { > + status = "okay"; > + phy-mode = "rgmii"; > + pinctrl-0 = <&pinctrl_ether_rgmii>; These two lines are actually redundant because RGMII is the default in uniphier-ld20.dtsi (and uniphier-ld20-ref.dts skips them.) Did you intentionally make it verbose? > + phy-handle = <ðphy>; > +}; > + > +&mdio { > + ethphy: ethphy@0 { > + reg = <0>; > + }; > +}; > + > +&usb { > + status = "okay"; > +}; > + > +&pcie { > + status = "okay"; > +}; > + > +&i2c0 { > + /* LS connector I2C0 */ > + status = "okay"; > +}; > + > +&i2c1 { > + /* LS connector I2C1 */ > + status = "okay"; > +}; > + > +&spi3 { > + status = "okay"; > + #address-cells = <1>; > + #size-cells = <0>; Adding #address-cells and #size-sizes to a board DTS is strange. I will apply this: https://lore.kernel.org/patchwork/patch/1229497/ then delete the lines above. -- Best Regards Masahiro Yamada