Skip to content

Commit 237a868

Browse files
clamor-sthierryreding
authored andcommitted
ARM: tegra: tf101: Add al3000a illuminance sensor node
Bind al3000a illuminance sensor found in ASUS TF101 Tested-by: Robert Eckelmann <longnoserob@gmail.com> Tested-by: Antoni Aloy Torrens <aaloytorrens@gmail.com> Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com> Link: https://lore.kernel.org/r/20250217140336.107476-4-clamor95@gmail.com Signed-off-by: Thierry Reding <treding@nvidia.com>
1 parent 97fc9e3 commit 237a868

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

arch/arm/boot/dts/nvidia/tegra20-asus-tf101.dts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1085,6 +1085,17 @@
10851085
sbs,poll-retry-count = <10>;
10861086
power-supplies = <&mains>;
10871087
};
1088+
1089+
/* Dynaimage ambient light sensor */
1090+
light-sensor@1c {
1091+
compatible = "dynaimage,al3000a";
1092+
reg = <0x1c>;
1093+
1094+
interrupt-parent = <&gpio>;
1095+
interrupts = <TEGRA_GPIO(Z, 2) IRQ_TYPE_LEVEL_HIGH>;
1096+
1097+
vdd-supply = <&vdd_1v8_sys>;
1098+
};
10881099
};
10891100
};
10901101

0 commit comments

Comments
 (0)