Commit 003cac14 authored by Linus Walleij's avatar Linus Walleij
Browse files

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: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 8388234e
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -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>;