ARM: tegra: Update isl29028 compatible string to use isil vendor prefix
authorArnaud Ebalard <arno@natisbad.org>
Tue, 16 Dec 2014 21:21:16 +0000 (22:21 +0100)
committerThierry Reding <treding@nvidia.com>
Fri, 9 Jan 2015 12:42:04 +0000 (13:42 +0100)
"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: Arnaud Ebalard <arno@natisbad.org>
Signed-off-by: Thierry Reding <treding@nvidia.com>
arch/arm/boot/dts/tegra30-cardhu.dtsi

index cbf5a1ae0ca7261abb3642648a31802ac95230ed..a1b682ea01bd70ab94025cd12a4d5205d45f9db7 100644 (file)
 
                /* 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>;
This page took 0.026383 seconds and 5 git commands to generate.