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

Commit 5b159b62 authored by Ray Jui's avatar Ray Jui Committed by Florian Fainelli
Browse files

ARM: dts: Use label for device nodes in Cygnus dts



Use label instead of full path to reference device nodes in Cygnus dts
files

Signed-off-by: default avatarRay Jui <rjui@broadcom.com>
Reviewed-by: default avatarScott Branden <sbranden@broadcom.com>
Signed-off-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
parent de192ef1
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -44,10 +44,6 @@
		bootargs = "console=ttyS0,115200";
	};

	uart3: serial@18023000 {
		status = "okay";
	};

	gpio_keys {
		compatible = "gpio-keys";
		#address-cells = <1>;
@@ -60,3 +56,7 @@
		};
	};
};

&uart3 {
	status = "okay";
};
+3 −3
Original line number Diff line number Diff line
@@ -42,8 +42,8 @@
		stdout-path = &uart3;
		bootargs = "console=ttyS0,115200";
	};
};

	uart3: serial@18023000 {
&uart3 {
	status = "okay";
};
};
+20 −20
Original line number Diff line number Diff line
@@ -42,20 +42,21 @@
		stdout-path = &uart3;
		bootargs = "console=ttyS0,115200";
	};
};

	pcie0: pcie@18012000 {
&pcie0 {
	status = "okay";
};

	pcie1: pcie@18013000 {
&pcie1 {
	status = "okay";
};

	uart3: serial@18023000 {
&uart3 {
	status = "okay";
};

	nand: nand@18046000 {
&nand {
	nandcs@1 {
		compatible = "brcm,nandcs";
		reg = <0>;
@@ -70,4 +71,3 @@
		brcm,nand-oob-sector-size = <27>;
	};
};
};
+3 −3
Original line number Diff line number Diff line
@@ -42,8 +42,8 @@
		stdout-path = &uart3;
		bootargs = "console=ttyS0,115200";
	};
};

	uart3: serial@18023000 {
&uart3 {
	status = "okay";
};
};