]> www.infradead.org Git - linux.git/commitdiff
arm64: tegra: Move BPMP nodes to AGX Orin module
authorDara Stotland <dstotland@nvidia.com>
Mon, 26 Aug 2024 16:47:24 +0000 (16:47 +0000)
committerThierry Reding <treding@nvidia.com>
Thu, 29 Aug 2024 15:40:35 +0000 (17:40 +0200)
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>
arch/arm64/boot/dts/nvidia/tegra234-p3701-0008.dtsi
arch/arm64/boot/dts/nvidia/tegra234-p3701.dtsi

index 9218ea8d43e6a5add0429f3de0ed9ebff5fa58f8..f0fa6a76149e611afdf9afb8173d89572f10a54a 100644 (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";
-               };
-       };
 };
index 0471cea31b73201038925018f0e30d25024b7791..9086a0d010e5c5f834f905fe76ad699dcc6ccd27 100644 (file)
                };
        };
 
+       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";