Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 62981239 authored by Arnaud Ebalard's avatar Arnaud Ebalard Committed by Thierry Reding
Browse files

ARM: tegra: Update isl29028 compatible string to use isil vendor prefix



"isil" and "isl" prefixes are used at various locations inside the kernel
to reference Intersil corporation. This patch is part of a series fixing
those locations were "isl" is used in compatible strings to use the now
expected "isil" prefix instead (NASDAQ symbol for Intersil and most used
version).

Note: isl29028 is an I2C device so the patch does not in fact currently
depend on the introduction of "isil"-based compatible string in isl29028
driver because I2C core does not check the prefix yet.

Signed-off-by: default avatarArnaud Ebalard <arno@natisbad.org>
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent 2cda1880
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -189,7 +189,7 @@

		/* ALS and Proximity sensor */
		isl29028@44 {
			compatible = "isl,isl29028";
			compatible = "isil,isl29028";
			reg = <0x44>;
			interrupt-parent = <&gpio>;
			interrupts = <TEGRA_GPIO(L, 0) IRQ_TYPE_LEVEL_HIGH>;