Re: [PATCH 5/5] ARM: dts: armada385-wd-mcex2u: Add DTS file for WD My Cloud EX2 Ultra
From: Andrew Lunn
Date: Tue Jul 23 2019 - 09:48:26 EST
> + internal-regs {
> + timer@c200 {
> + status = "disabled";
> + };
> +
> + i2c0: i2c@11000 {
> + status = "okay";
> + clock-frequency = <100000>;
> + };
> +
> + i2c1: i2c@11100 {
> + status = "okay";
> + clock-frequency = <100000>;
> + };
It is a bit unusual to enable i2c busses when there is nothing on
them.
> + ethernet@34000 {
> + phy = <&phy0>;
phy has been deprecated. Please use phy-handle.
Andrew