Tegra based platform are using the Intersil's ALS and proximity sensor ISL29018 and ISL29028. Enabling this sensor in Tegra based platform through device tree. Following changes are done: - Add vendor prefix for Intersil Corporation in document. - Change the vendor prefix in driver to reflect as per document. - Enable the instance of the sensor in Tegra platform ventana, seaboard and cardhu. Changes from V1: - Change the vendor prefix for Intersil to "isil". - Added irq numbers when enabling driver in dts file. Laxman Dewangan (4): devicetree: Document Intersil Corporation vendor prefix staging: iio: light: of: Fix vendor prefix of isl29018/isl29028 ARM: dt: tegra: enable als and proximity sensor ARM: tegra: defconfig: add ISL29028 .../devicetree/bindings/vendor-prefixes.txt | 1 + arch/arm/boot/dts/tegra-cardhu.dts | 8 ++++++++ arch/arm/boot/dts/tegra-seaboard.dts | 8 ++++++++ arch/arm/boot/dts/tegra-ventana.dts | 8 ++++++++ arch/arm/configs/tegra_defconfig | 1 + drivers/staging/iio/light/isl29018.c | 2 +- drivers/staging/iio/light/isl29028.c | 2 +- 7 files changed, 28 insertions(+), 2 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-tegra" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html