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

Commit 475d99fc authored by Rob Herring's avatar Rob Herring Committed by Thierry Reding
Browse files

arm64: dts: nvidia: 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 7b7ef494
Loading
Loading
Loading
Loading
+3 −1
Original line number Original line Diff line number Diff line
@@ -12,7 +12,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 */
@@ -55,6 +55,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>;
@@ -68,6 +69,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
@@ -7,7 +7,7 @@
	model = "NVIDIA Jetson TX1 Developer Kit";
	model = "NVIDIA Jetson TX1 Developer Kit";
	compatible = "nvidia,p2371-2180", "nvidia,tegra210";
	compatible = "nvidia,p2371-2180", "nvidia,tegra210";


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


		avdd-pll-uerefe-supply = <&avdd_1v05_pll>;
		avdd-pll-uerefe-supply = <&avdd_1v05_pll>;
+3 −1
Original line number Original line Diff line number Diff line
@@ -11,7 +11,7 @@
	#address-cells = <2>;
	#address-cells = <2>;
	#size-cells = <2>;
	#size-cells = <2>;


	pcie-controller@01003000 {
	pcie@1003000 {
		compatible = "nvidia,tegra210-pcie";
		compatible = "nvidia,tegra210-pcie";
		device_type = "pci";
		device_type = "pci";
		reg = <0x0 0x01003000 0x0 0x00000800   /* PADS registers */
		reg = <0x0 0x01003000 0x0 0x00000800   /* PADS registers */
@@ -51,6 +51,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>;
@@ -64,6 +65,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>;