summaryrefslogtreecommitdiffstats
path: root/lib/fdtdec.c
diff options
context:
space:
mode:
authorPrzemyslaw Marczak <p.marczak@samsung.com>2015-04-20 20:07:45 +0200
committerSimon Glass <sjg@chromium.org>2015-05-14 18:49:37 -0600
commitf37df0f877347808db1102f95839c47b92c9b3e0 (patch)
tree06fe7804d56fec279bc702c6cc2ab495937016f6 /lib/fdtdec.c
parent6262b72b8beff316eefc673e1a45ecfee76c9cb1 (diff)
downloadtalos-obmc-uboot-f37df0f877347808db1102f95839c47b92c9b3e0.tar.gz
talos-obmc-uboot-f37df0f877347808db1102f95839c47b92c9b3e0.zip
pmic: max77686 set the same compatible as in the kernel
This commit also updates the proper dts files. Signed-off-by: Przemyslaw Marczak <p.marczak@samsung.com> Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'lib/fdtdec.c')
-rw-r--r--lib/fdtdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/fdtdec.c b/lib/fdtdec.c
index f03b231e17..b586da2a56 100644
--- a/lib/fdtdec.c
+++ b/lib/fdtdec.c
@@ -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"),
OpenPOWER on IntegriCloud