1
0
Fork 0

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 <josh.wu@atmel.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
hifive-unleashed-5.1
Josh Wu 2015-03-04 10:51:47 +08:00 committed by Nicolas Ferre
parent 1bc5465276
commit 9917defd8c
1 changed files with 2 additions and 0 deletions

View File

@ -873,6 +873,8 @@
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";