ARM: dts: ux500: Register Amstaos proximity sensor

The proximity sensor on the Codina is actually an
Amstaos TMD2672, not Mouser, so alter the DTS to reflect this.
Tested successfully with the IIO driver.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
Linus Walleij 2022-02-16 00:46:27 +01:00
parent 8388234ec5
commit 003cac14f5
1 changed files with 2 additions and 3 deletions

View File

@ -519,10 +519,9 @@
pinctrl-0 = <&i2c0_a_1_default>;
pinctrl-1 = <&i2c0_a_1_sleep>;
/* TODO: write bindings and driver for this proximity sensor */
proximity@39 {
/* Codina has the Mouser TMD2672 */
compatible = "mouser,tmd2672";
/* Codina has the Amstaos TMD2672 */
compatible = "amstaos,tmd2672";
clock-frequency = <400000>;
reg = <0x39>;