diff options
| author | Henrik Grimler <[email protected]> | 2025-08-22 20:33:30 +0200 |
|---|---|---|
| committer | Peng Fan <[email protected]> | 2025-09-01 10:33:08 +0800 |
| commit | 1ca245d1c51173f73a98861244a33add45cb50d5 (patch) | |
| tree | 39c96d69d5b9aef9d1de7cebe641163452d77378 | |
| parent | 920404409cf1bb7644199b4194bf137fc62cff82 (diff) | |
ARM: dts: exynos4210-trats: use maxim,max8997-pmic compatible
Instead of maxim,max8997. Linux uses maxim,max8997-pmic, so with this
change we align the trats DTS with its linux counterpart.
Signed-off-by: Henrik Grimler <[email protected]>
Signed-off-by: Peng Fan <[email protected]>
| -rw-r--r-- | arch/arm/dts/exynos4210-trats.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/dts/exynos4210-trats.dts b/arch/arm/dts/exynos4210-trats.dts index 88e9c0ed2bb..2947d79f0cd 100644 --- a/arch/arm/dts/exynos4210-trats.dts +++ b/arch/arm/dts/exynos4210-trats.dts @@ -102,7 +102,7 @@ status = "okay"; max8997-pmic@66 { - compatible = "maxim,max8997"; + compatible = "maxim,max8997-pmic"; reg = <0x66 0 0>; voltage-regulators { valive_reg: LDO2 { |
