Commit 95605458 authored by Niklas Söderlund's avatar Niklas Söderlund Committed by Geert Uytterhoeven
Browse files

arm64: dts: renesas: r8a779a0: Remove address- and size-cells from AVB[1-5]



When describing the PHYs on the Falcon Ethernet breakout board mdio
nodes will be needed to describe the connections, and each mdio node
will need to contain these two properties instead. This will make the
address-cells and size-cells described in the base SoC include file
redundant and they will produce warnings, remove them.

Signed-off-by: default avatarNiklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Reviewed-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/20241023154643.4025941-2-niklas.soderlund+renesas@ragnatech.se


Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
parent e7402a79
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -765,8 +765,6 @@ avb1: ethernet@e6810000 {
			rx-internal-delay-ps = <0>;
			tx-internal-delay-ps = <0>;
			iommus = <&ipmmu_ds1 1>;
			#address-cells = <1>;
			#size-cells = <0>;
			status = "disabled";
		};

@@ -814,8 +812,6 @@ avb2: ethernet@e6820000 {
			rx-internal-delay-ps = <0>;
			tx-internal-delay-ps = <0>;
			iommus = <&ipmmu_ds1 2>;
			#address-cells = <1>;
			#size-cells = <0>;
			status = "disabled";
		};

@@ -863,8 +859,6 @@ avb3: ethernet@e6830000 {
			rx-internal-delay-ps = <0>;
			tx-internal-delay-ps = <0>;
			iommus = <&ipmmu_ds1 3>;
			#address-cells = <1>;
			#size-cells = <0>;
			status = "disabled";
		};

@@ -912,8 +906,6 @@ avb4: ethernet@e6840000 {
			rx-internal-delay-ps = <0>;
			tx-internal-delay-ps = <0>;
			iommus = <&ipmmu_ds1 4>;
			#address-cells = <1>;
			#size-cells = <0>;
			status = "disabled";
		};

@@ -961,8 +953,6 @@ avb5: ethernet@e6850000 {
			rx-internal-delay-ps = <0>;
			tx-internal-delay-ps = <0>;
			iommus = <&ipmmu_ds1 11>;
			#address-cells = <1>;
			#size-cells = <0>;
			status = "disabled";
		};