mirror of
git://nv-tegra.nvidia.com/device/hardware/nvidia/t23x-public-dts.git
synced 2025-12-22 17:30:17 +03:00
arm64: tegra: Move BPMP nodes to AGX Orin module
All SKUs of the p3701 module contain a temp sensor connected to the BPMP I2C. Move the associated nodes from tegra234-p3701-0008.dtsi to tegra234-p3701.dtsi. Add missing compatible. 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: I5ac5e654468dc2a6119127243aeacb217067c6b8 Signed-off-by: Brad Griffis <bgriffis@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/device/hardware/nvidia/t23x-public-dts/+/3207086 GVS: buildbot_gerritrpt <buildbot_gerritrpt@nvidia.com> Reviewed-by: Jon Hunter <jonathanh@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
e0103b5f09
commit
1586ba0480
@@ -4,20 +4,4 @@
|
|||||||
|
|
||||||
/ {
|
/ {
|
||||||
compatible = "nvidia,p3701-0008", "nvidia,tegra234";
|
compatible = "nvidia,p3701-0008", "nvidia,tegra234";
|
||||||
|
|
||||||
bpmp {
|
|
||||||
i2c {
|
|
||||||
status = "okay";
|
|
||||||
|
|
||||||
thermal-sensor@4c {
|
|
||||||
status = "okay";
|
|
||||||
reg = <0x4c>;
|
|
||||||
vcc-supply = <&vdd_1v8_ao>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
thermal {
|
|
||||||
status = "okay";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -166,6 +166,23 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
bpmp {
|
||||||
|
i2c {
|
||||||
|
status = "okay";
|
||||||
|
|
||||||
|
thermal-sensor@4c {
|
||||||
|
compatible = "ti,tmp451";
|
||||||
|
status = "okay";
|
||||||
|
reg = <0x4c>;
|
||||||
|
vcc-supply = <&vdd_1v8_ao>;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
thermal {
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
vdd_1v8_ao: regulator-vdd-1v8-ao {
|
vdd_1v8_ao: regulator-vdd-1v8-ao {
|
||||||
compatible = "regulator-fixed";
|
compatible = "regulator-fixed";
|
||||||
regulator-name = "VDD_1V8_AO";
|
regulator-name = "VDD_1V8_AO";
|
||||||
|
|||||||
Reference in New Issue
Block a user