Skip to content

Commit 9917def

Browse files
JoshWuNicolas Ferre
authored andcommitted
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>
1 parent 1bc5465 commit 9917def

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

arch/arm/boot/dts/sama5d4.dtsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -873,6 +873,8 @@
873873
interrupts = <54 IRQ_TYPE_LEVEL_HIGH 3>;
874874
pinctrl-names = "default";
875875
pinctrl-0 = <&pinctrl_macb0_rmii>;
876+
#address-cells = <1>;
877+
#size-cells = <0>;
876878
clocks = <&macb0_clk>, <&macb0_clk>;
877879
clock-names = "hclk", "pclk";
878880
status = "disabled";

0 commit comments

Comments
 (0)