]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
pmic: max77686 set the same compatible as in the kernel
authorPrzemyslaw Marczak <p.marczak@samsung.com>
Mon, 20 Apr 2015 18:07:45 +0000 (20:07 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:40:24 +0000 (22:40 +0200)
This commit also updates the proper dts files.

Signed-off-by: Przemyslaw Marczak <p.marczak@samsung.com>
Acked-by: Simon Glass <sjg@chromium.org>
arch/arm/dts/exynos4412-odroid.dts
arch/arm/dts/exynos4412-trats2.dts
arch/arm/dts/exynos5250-smdk5250.dts
arch/arm/dts/exynos5250-snow.dts
lib/fdtdec.c

index 582f6e594b865ea3e16cba14b317ad20bda08fa4..5507d9aeba52a1232e5d6fcbfec5c0b653615644 100644 (file)
@@ -36,7 +36,7 @@
                status = "okay";
 
                max77686_pmic@09 {
-                       compatible = "maxim,max77686_pmic";
+                       compatible = "maxim,max77686";
                        interrupts = <7 0>;
                        reg = <0x09 0 0>;
                        #clock-cells = <1>;
index dd238df13fe69dc36ba4057717be82b3009f55e1..5c0bb9108b83313658a00cfe725362da03818b09 100644 (file)
@@ -41,7 +41,7 @@
                status = "okay";
 
                max77686_pmic@09 {
-                       compatible = "maxim,max77686_pmic";
+                       compatible = "maxim,max77686";
                        interrupts = <7 0>;
                        reg = <0x09 0 0>;
                        #clock-cells = <1>;
index 9273562bc54cf6bb73840c28a0c2853bcbe4ac59..3cebfc28a5f701598c039c613ac47645270c4ac5 100644 (file)
@@ -68,7 +68,7 @@
        i2c@12c60000 {
                pmic@9 {
                        reg = <0x9>;
-                       compatible = "maxim,max77686_pmic";
+                       compatible = "maxim,max77686";
                };
        };
 
index e89a94fce27300c988299f819b649376769c8369..e4b3dc29e470e927f95ebfde622637da5be952c5 100644 (file)
        i2c@12c60000 {
                pmic@9 {
                        reg = <0x9>;
-                       compatible = "maxim,max77686_pmic";
+                       compatible = "maxim,max77686";
                };
        };
 
index f03b231e17ac6db08e54685d8f970f061ecb0e25..b586da2a563651ac8cc313f5874a0d382758926c 100644 (file)
@@ -56,7 +56,7 @@ static const char * const compat_names[COMPAT_COUNT] = {
        COMPAT(SAMSUNG_EXYNOS_DWMMC, "samsung,exynos-dwmmc"),
        COMPAT(SAMSUNG_EXYNOS_MMC, "samsung,exynos-mmc"),
        COMPAT(SAMSUNG_EXYNOS_SERIAL, "samsung,exynos4210-uart"),
-       COMPAT(MAXIM_MAX77686_PMIC, "maxim,max77686_pmic"),
+       COMPAT(MAXIM_MAX77686_PMIC, "maxim,max77686"),
        COMPAT(GENERIC_SPI_FLASH, "spi-flash"),
        COMPAT(MAXIM_98095_CODEC, "maxim,max98095-codec"),
        COMPAT(INFINEON_SLB9635_TPM, "infineon,slb9635-tpm"),