Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 5e043563 authored by Maxime Ripard's avatar Maxime Ripard
Browse files

ARM: dts: sun7i: lamobo-r1: Remove unused address-cells/size-cells



The #address-cells and #size-cells are only relevant for nodes that have
childs with reg properties. Otherwise, DTC will emit a warning saying that
those properties are unnecessary.

Remove them when needed.

Signed-off-by: default avatarMaxime Ripard <maxime.ripard@bootlin.com>
Acked-by: default avatarChen-Yu Tsai <wens@csie.org>
parent d0293288
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -123,6 +123,8 @@
	phy-mode = "rgmii";
	phy-supply = <&reg_gmac_3v3>;
	status = "okay";
	/delete-property/#address-cells;
	/delete-property/#size-cells;

	fixed-link {
		speed = <1000>;
@@ -137,8 +139,6 @@
		switch: ethernet-switch@1e {
			compatible = "brcm,bcm53125";
			reg = <30>;
			#address-cells = <1>;
			#size-cells = <0>;

			ports {
				#address-cells = <1>;