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>
This commit is contained in:
Svyatoslav Ryhel 2025-02-17 16:03:36 +02:00 committed by Thierry Reding
parent 97fc9e3c16
commit 237a868d30

View File

@ -1085,6 +1085,17 @@ smart-battery@b {
sbs,poll-retry-count = <10>;
power-supplies = <&mains>;
};
/* Dynaimage ambient light sensor */
light-sensor@1c {
compatible = "dynaimage,al3000a";
reg = <0x1c>;
interrupt-parent = <&gpio>;
interrupts = <TEGRA_GPIO(Z, 2) IRQ_TYPE_LEVEL_HIGH>;
vdd-supply = <&vdd_1v8_sys>;
};
};
};