ARM: tegra: tf701t: Adjust sensors nodes

Complete and adjust magnetometer, thermal sensor, motion tracker,
power and light sensors according to available sources.

Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
Svyatoslav Ryhel
2024-08-06 15:39:01 +03:00
committed by Thierry Reding
parent 6ca426a095
commit c79e35e606

View File

@@ -1250,7 +1250,14 @@ magnetometer@c {
compatible = "asahi-kasei,ak09911";
reg = <0xc>;
vdd-supply = <&vdd_3v3_sys>;
/* no DRDY (polling) */
vdd-supply = <&vdd_2v85_sen>;
vid-supply = <&vdd_1v8_vio>;
mount-matrix = "0", "1", "0",
"1", "0", "0",
"0", "0","-1";
};
rt5639: audio-codec@1c {
@@ -1267,7 +1274,10 @@ temp_sensor: temperature-sensor@4c {
compatible = "onnn,nct1008";
reg = <0x4c>;
vcc-supply = <&vdd_3v3_sys>;
interrupt-parent = <&gpio>;
interrupts = <TEGRA_GPIO(O, 4) IRQ_TYPE_EDGE_FALLING>;
vcc-supply = <&vdd_1v8_vio>;
#thermal-sensor-cells = <1>;
};
@@ -1278,6 +1288,9 @@ motion-tracker@68 {
interrupt-parent = <&gpio>;
interrupts = <TEGRA_GPIO(R, 3) IRQ_TYPE_LEVEL_HIGH>;
vdd-supply = <&vdd_2v85_sen>;
vddio-supply = <&vdd_1v8_vio>;
mount-matrix = "0", "-1", "0",
"1", "0", "0",
"0", "0", "1";
@@ -1291,6 +1304,8 @@ i2c@7000c400 {
power-sensor@44 {
compatible = "ti,ina230";
reg = <0x44>;
shunt-resistor = <5000>;
};
};
@@ -1302,7 +1317,7 @@ light-sensor@1c {
compatible = "dynaimage,al3320a";
reg = <0x1c>;
vdd-supply = <&vdd_3v3_sys>;
vdd-supply = <&vdd_1v8_vio>;
};
};