提交 9917defd 编写于 作者: J Josh Wu 提交者: Nicolas Ferre

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: NJosh Wu <josh.wu@atmel.com>
Signed-off-by: NNicolas Ferre <nicolas.ferre@atmel.com>
上级 1bc54652
...@@ -873,6 +873,8 @@ ...@@ -873,6 +873,8 @@
interrupts = <54 IRQ_TYPE_LEVEL_HIGH 3>; interrupts = <54 IRQ_TYPE_LEVEL_HIGH 3>;
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&pinctrl_macb0_rmii>; pinctrl-0 = <&pinctrl_macb0_rmii>;
#address-cells = <1>;
#size-cells = <0>;
clocks = <&macb0_clk>, <&macb0_clk>; clocks = <&macb0_clk>, <&macb0_clk>;
clock-names = "hclk", "pclk"; clock-names = "hclk", "pclk";
status = "disabled"; status = "disabled";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册