mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 00:53:34 +02:00
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:
parent
97fc9e3c16
commit
237a868d30
|
|
@ -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>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user