Skip to content

Commit

Permalink
pmic: max77686 set the same compatible as in the kernel
Browse files Browse the repository at this point in the history
This commit also updates the proper dts files.

Signed-off-by: Przemyslaw Marczak <[email protected]>
Acked-by: Simon Glass <[email protected]>
  • Loading branch information
bobenstein authored and sjg20 committed May 15, 2015
1 parent 6262b72 commit f37df0f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion arch/arm/dts/exynos4412-odroid.dts
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/dts/exynos4412-trats2.dts
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/dts/exynos5250-smdk5250.dts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
i2c@12c60000 {
pmic@9 {
reg = <0x9>;
compatible = "maxim,max77686_pmic";
compatible = "maxim,max77686";
};
};

Expand Down
2 changes: 1 addition & 1 deletion arch/arm/dts/exynos5250-snow.dts
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
i2c@12c60000 {
pmic@9 {
reg = <0x9>;
compatible = "maxim,max77686_pmic";
compatible = "maxim,max77686";
};
};

Expand Down
2 changes: 1 addition & 1 deletion lib/fdtdec.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down

0 comments on commit f37df0f

Please sign in to comment.