diff options
author | Przemyslaw Marczak <p.marczak@samsung.com> | 2015-04-20 20:07:45 +0200 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-05-14 18:49:37 -0600 |
commit | f37df0f877347808db1102f95839c47b92c9b3e0 (patch) | |
tree | 06fe7804d56fec279bc702c6cc2ab495937016f6 /arch/arm/dts/exynos4412-odroid.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/exynos4412-odroid.dts')
-rw-r--r-- | arch/arm/dts/exynos4412-odroid.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/dts/exynos4412-odroid.dts b/arch/arm/dts/exynos4412-odroid.dts index 582f6e594b..5507d9aeba 100644 --- a/arch/arm/dts/exynos4412-odroid.dts +++ b/arch/arm/dts/exynos4412-odroid.dts @@ -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>; |