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

Commit 508d690e authored by Rob Herring's avatar Rob Herring Committed by Thierry Reding
Browse files

ARM: dts: tegra: fix PCI bus dtc warnings



dtc recently added PCI bus checks. Fix these warnings.

Signed-off-by: default avatarRob Herring <robh@kernel.org>
Cc: Stephen Warren <swarren@wwwdotorg.org>
Cc: Thierry Reding <thierry.reding@gmail.com>
Cc: Alexandre Courbot <gnurou@gmail.com>
Cc: linux-tegra@vger.kernel.org
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent b5db9ded
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -63,7 +63,7 @@
		stdout-path = "serial0:115200n8";
		stdout-path = "serial0:115200n8";
	};
	};


	pcie-controller@01003000 {
	pcie@1003000 {
		pci@1,0 {
		pci@1,0 {
			status = "okay";
			status = "okay";
		};
		};
+1 −1
Original line number Original line Diff line number Diff line
@@ -54,7 +54,7 @@
		reg = <0x0 0x80000000 0x0 0x80000000>;
		reg = <0x0 0x80000000 0x0 0x80000000>;
	};
	};


	pcie-controller@01003000 {
	pcie@1003000 {
		status = "okay";
		status = "okay";


		avddio-pex-supply = <&vdd_1v05>;
		avddio-pex-supply = <&vdd_1v05>;
+1 −1
Original line number Original line Diff line number Diff line
@@ -27,7 +27,7 @@
		reg = <0x0 0x80000000 0x0 0x80000000>;
		reg = <0x0 0x80000000 0x0 0x80000000>;
	};
	};


	pcie-controller@01003000 {
	pcie@1003000 {
		status = "okay";
		status = "okay";


		avddio-pex-supply = <&vdd_1v05_run>;
		avddio-pex-supply = <&vdd_1v05_run>;
+3 −1
Original line number Original line Diff line number Diff line
@@ -14,7 +14,7 @@
	#address-cells = <2>;
	#address-cells = <2>;
	#size-cells = <2>;
	#size-cells = <2>;


	pcie-controller@01003000 {
	pcie@1003000 {
		compatible = "nvidia,tegra124-pcie";
		compatible = "nvidia,tegra124-pcie";
		device_type = "pci";
		device_type = "pci";
		reg = <0x0 0x01003000 0x0 0x00000800   /* PADS registers */
		reg = <0x0 0x01003000 0x0 0x00000800   /* PADS registers */
@@ -54,6 +54,7 @@
			device_type = "pci";
			device_type = "pci";
			assigned-addresses = <0x82000800 0 0x01000000 0 0x1000>;
			assigned-addresses = <0x82000800 0 0x01000000 0 0x1000>;
			reg = <0x000800 0 0 0 0>;
			reg = <0x000800 0 0 0 0>;
			bus-range = <0x00 0xff>;
			status = "disabled";
			status = "disabled";


			#address-cells = <3>;
			#address-cells = <3>;
@@ -67,6 +68,7 @@
			device_type = "pci";
			device_type = "pci";
			assigned-addresses = <0x82001000 0 0x01001000 0 0x1000>;
			assigned-addresses = <0x82001000 0 0x01001000 0 0x1000>;
			reg = <0x001000 0 0 0 0>;
			reg = <0x001000 0 0 0 0>;
			bus-range = <0x00 0xff>;
			status = "disabled";
			status = "disabled";


			#address-cells = <3>;
			#address-cells = <3>;
+1 −1
Original line number Original line Diff line number Diff line
@@ -566,7 +566,7 @@
		nvidia,sys-clock-req-active-high;
		nvidia,sys-clock-req-active-high;
	};
	};


	pcie-controller@80003000 {
	pcie@80003000 {
		status = "okay";
		status = "okay";


		avdd-pex-supply = <&pci_vdd_reg>;
		avdd-pex-supply = <&pci_vdd_reg>;
Loading