mirror of
git://nv-tegra.nvidia.com/device/hardware/nvidia/t23x-public-dts.git
synced 2025-12-22 09:12:02 +03:00
arm64: tegra: Move AGX Orin nodes to correct location
Some of the nodes inside the AGX Orin module file are in the
wrong location. In particular, the SD card interface and
two of the PCIe regulators in the module file should instead
reside in the board file. These components are not part of the
module. They are part of the carrier board. Move these
nodes to the correct location.
Fixes: cd42b26a527f ("arm64: tegra: Add regulators required for PCIe")
Fixes: d71b893a119d ("arm64: tegra: Add Tegra234 SDMMC1 device tree node")
Signed-off-by: Dara Stotland <dstotland@nvidia.com>
Reviewed-by: Brad Griffis <bgriffis@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Bug 4707773
Change-Id: I46aba99d96cc5d016b186c4df862db1f2b3d7a05
Signed-off-by: Brad Griffis <bgriffis@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/3207084
Reviewed-by: Jon Hunter <jonathanh@nvidia.com>
GVS: buildbot_gerritrpt <buildbot_gerritrpt@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
b3e546aaf3
commit
6920c55072
@@ -7,12 +7,6 @@
|
|||||||
compatible = "nvidia,p3701-0000", "nvidia,tegra234";
|
compatible = "nvidia,p3701-0000", "nvidia,tegra234";
|
||||||
|
|
||||||
bus@0 {
|
bus@0 {
|
||||||
mmc@3400000 {
|
|
||||||
status = "okay";
|
|
||||||
bus-width = <4>;
|
|
||||||
cd-gpios = <&gpio TEGRA234_MAIN_GPIO(G, 7) GPIO_ACTIVE_LOW>;
|
|
||||||
disable-wp;
|
|
||||||
};
|
|
||||||
|
|
||||||
padctl@3520000 {
|
padctl@3520000 {
|
||||||
vclamp-usb-supply = <&vdd_1v8_ao>;
|
vclamp-usb-supply = <&vdd_1v8_ao>;
|
||||||
@@ -39,25 +33,6 @@
|
|||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
vdd_3v3_pcie: regulator-vdd-3v3-pcie {
|
|
||||||
compatible = "regulator-fixed";
|
|
||||||
regulator-name = "VDD_3V3_PCIE";
|
|
||||||
regulator-min-microvolt = <3300000>;
|
|
||||||
regulator-max-microvolt = <3300000>;
|
|
||||||
gpio = <&gpio TEGRA234_MAIN_GPIO(H, 4) GPIO_ACTIVE_HIGH>;
|
|
||||||
regulator-boot-on;
|
|
||||||
enable-active-high;
|
|
||||||
};
|
|
||||||
|
|
||||||
vdd_12v_pcie: regulator-vdd-12v-pcie {
|
|
||||||
compatible = "regulator-fixed";
|
|
||||||
regulator-name = "VDD_12V_PCIE";
|
|
||||||
regulator-min-microvolt = <12000000>;
|
|
||||||
regulator-max-microvolt = <12000000>;
|
|
||||||
gpio = <&gpio TEGRA234_MAIN_GPIO(A, 1) GPIO_ACTIVE_LOW>;
|
|
||||||
regulator-boot-on;
|
|
||||||
};
|
|
||||||
|
|
||||||
thermal-zones {
|
thermal-zones {
|
||||||
tj-thermal {
|
tj-thermal {
|
||||||
polling-delay = <1000>;
|
polling-delay = <1000>;
|
||||||
|
|||||||
@@ -106,6 +106,13 @@
|
|||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
mmc@3400000 {
|
||||||
|
status = "okay";
|
||||||
|
bus-width = <4>;
|
||||||
|
cd-gpios = <&gpio TEGRA234_MAIN_GPIO(G, 7) GPIO_ACTIVE_LOW>;
|
||||||
|
disable-wp;
|
||||||
|
};
|
||||||
|
|
||||||
hda@3510000 {
|
hda@3510000 {
|
||||||
nvidia,model = "NVIDIA Jetson AGX Orin HDA";
|
nvidia,model = "NVIDIA Jetson AGX Orin HDA";
|
||||||
status = "okay";
|
status = "okay";
|
||||||
@@ -522,4 +529,23 @@
|
|||||||
regulator-max-microvolt = <1800000>;
|
regulator-max-microvolt = <1800000>;
|
||||||
regulator-always-on;
|
regulator-always-on;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
vdd_3v3_pcie: regulator-vdd-3v3-pcie {
|
||||||
|
compatible = "regulator-fixed";
|
||||||
|
regulator-name = "VDD_3V3_PCIE";
|
||||||
|
regulator-min-microvolt = <3300000>;
|
||||||
|
regulator-max-microvolt = <3300000>;
|
||||||
|
gpio = <&gpio TEGRA234_MAIN_GPIO(H, 4) GPIO_ACTIVE_HIGH>;
|
||||||
|
regulator-boot-on;
|
||||||
|
enable-active-high;
|
||||||
|
};
|
||||||
|
|
||||||
|
vdd_12v_pcie: regulator-vdd-12v-pcie {
|
||||||
|
compatible = "regulator-fixed";
|
||||||
|
regulator-name = "VDD_12V_PCIE";
|
||||||
|
regulator-min-microvolt = <12000000>;
|
||||||
|
regulator-max-microvolt = <12000000>;
|
||||||
|
gpio = <&gpio TEGRA234_MAIN_GPIO(A, 1) GPIO_ACTIVE_LOW>;
|
||||||
|
regulator-boot-on;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user