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>
This commit is contained in:
Dara Stotland 2024-08-26 16:47:24 +00:00 committed by Thierry Reding
parent 7662fe9639
commit 1f190117a1
2 changed files with 17 additions and 16 deletions

View File

@ -4,20 +4,4 @@
/ {
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";
};
};
};

View File

@ -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 {
compatible = "regulator-fixed";
regulator-name = "VDD_1V8_AO";