Commit 03f11912 authored by Ravikumar Kattekola's avatar Ravikumar Kattekola Committed by Tony Lindgren
Browse files

ARM: dts: dra7-evm: Move pcie RC node to common file



Move the pcie_rc node to common file so that it can be
used by dra76-evm as well.

Signed-off-by: default avatarRavikumar Kattekola <rk@ti.com>
Signed-off-by: default avatarKishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: default avatarSekhar Nori <nsekhar@ti.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent d4b8a2e0
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -256,3 +256,7 @@
		status = "okay";
	};
};

&pcie1_rc {
	status = "okay";
};
+0 −4
Original line number Diff line number Diff line
@@ -497,7 +497,3 @@
	pinctrl-1 = <&dcan1_pins_sleep>;
	pinctrl-2 = <&dcan1_pins_default>;
};

&pcie1_rc {
	status = "okay";
};