From: Josh Wu Date: Wed, 4 Mar 2015 02:51:47 +0000 (+0800) Subject: ARM: at91/dt: sama5d4: add #{address, size}_cells properties for macb0 X-Git-Tag: v4.1-rc1~50^2~41^2~9 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=9917defd8c3928eb89729d1457d9bc438263a3a1;p=linux.git ARM: at91/dt: sama5d4: add #{address, size}_cells properties for macb0 macb0 DT node can have phy child nodes, so add the #{address, size}_cells for macb0 node. Signed-off-by: Josh Wu Signed-off-by: Nicolas Ferre --- diff --git a/arch/arm/boot/dts/sama5d4.dtsi b/arch/arm/boot/dts/sama5d4.dtsi index 2f4cf5af2405..f6f2af3d3e84 100644 --- a/arch/arm/boot/dts/sama5d4.dtsi +++ b/arch/arm/boot/dts/sama5d4.dtsi @@ -873,6 +873,8 @@ macb0: ethernet@f8020000 { interrupts = <54 IRQ_TYPE_LEVEL_HIGH 3>; pinctrl-names = "default"; pinctrl-0 = <&pinctrl_macb0_rmii>; + #address-cells = <1>; + #size-cells = <0>; clocks = <&macb0_clk>, <&macb0_clk>; clock-names = "hclk", "pclk"; status = "disabled";