Loading Documentation/devicetree/bindings/input/misc/isl29044a.txt 0 → 100644 +25 −0 Original line number Diff line number Diff line Intersil isl29044a L/P sensor Required properties: - compatible : Should be "intersil,isl29044a". - reg : i2c slave address of the device. - vdd-supply : Power supply needed to power up the device. - vio-supply : IO power supply needed for IO and I2C. - intersil,als-range : Light Sensor als range, 0: 0-125 Lux, 1: 0-2000Lux - intersil,ps-lt : proximity low threshold. The proximity interrupt event is governed by the high and low thresholds. - intersil,ps-ht : proximity high threshold. Example: i2c@f9925000 { /* BLSP-1 QUP-3 */ intersil@44 { compatible = "intersil,isl29044a"; reg = <0x44>; vdd-supply = <&pm8110_l19>; vio-supply = <&pm8110_l14>; intersil,als-range = <1>; intersil,ps-lt = <30>; intersil,ps-ht = <50>; }; }; Documentation/devicetree/bindings/vendor-prefixes.txt +1 −0 Original line number Diff line number Diff line Loading @@ -37,6 +37,7 @@ idt Integrated Device Technologies, Inc. img Imagination Technologies Ltd. intercontrol Inter Control Group invn InvenSense Inc. intersil Intersil Corp. lattice Lattice Semiconductor. linux Linux-specific binding kionix Kionix Inc. Loading drivers/input/misc/isl29044a.c +255 −480 File changed.Preview size limit exceeded, changes collapsed. Show changes Loading
Documentation/devicetree/bindings/input/misc/isl29044a.txt 0 → 100644 +25 −0 Original line number Diff line number Diff line Intersil isl29044a L/P sensor Required properties: - compatible : Should be "intersil,isl29044a". - reg : i2c slave address of the device. - vdd-supply : Power supply needed to power up the device. - vio-supply : IO power supply needed for IO and I2C. - intersil,als-range : Light Sensor als range, 0: 0-125 Lux, 1: 0-2000Lux - intersil,ps-lt : proximity low threshold. The proximity interrupt event is governed by the high and low thresholds. - intersil,ps-ht : proximity high threshold. Example: i2c@f9925000 { /* BLSP-1 QUP-3 */ intersil@44 { compatible = "intersil,isl29044a"; reg = <0x44>; vdd-supply = <&pm8110_l19>; vio-supply = <&pm8110_l14>; intersil,als-range = <1>; intersil,ps-lt = <30>; intersil,ps-ht = <50>; }; };
Documentation/devicetree/bindings/vendor-prefixes.txt +1 −0 Original line number Diff line number Diff line Loading @@ -37,6 +37,7 @@ idt Integrated Device Technologies, Inc. img Imagination Technologies Ltd. intercontrol Inter Control Group invn InvenSense Inc. intersil Intersil Corp. lattice Lattice Semiconductor. linux Linux-specific binding kionix Kionix Inc. Loading
drivers/input/misc/isl29044a.c +255 −480 File changed.Preview size limit exceeded, changes collapsed. Show changes