diff options
author | Przemyslaw Marczak | 2015-04-20 20:07:45 +0200 |
---|---|---|
committer | Simon Glass | 2015-05-14 18:49:37 -0600 |
commit | f37df0f877347808db1102f95839c47b92c9b3e0 (patch) | |
tree | 06fe7804d56fec279bc702c6cc2ab495937016f6 /arch/arm/dts/exynos5250-snow.dts | |
parent | 6262b72b8beff316eefc673e1a45ecfee76c9cb1 (diff) |
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 'arch/arm/dts/exynos5250-snow.dts')
-rw-r--r-- | arch/arm/dts/exynos5250-snow.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/dts/exynos5250-snow.dts b/arch/arm/dts/exynos5250-snow.dts index e89a94fce27..e4b3dc29e47 100644 --- a/arch/arm/dts/exynos5250-snow.dts +++ b/arch/arm/dts/exynos5250-snow.dts @@ -108,7 +108,7 @@ i2c@12c60000 { pmic@9 { reg = <0x9>; - compatible = "maxim,max77686_pmic"; + compatible = "maxim,max77686"; }; }; |