diff options
author | Arnd Bergmann <arnd@arndb.de> | 2024-11-19 18:01:29 +0100 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2024-11-19 18:01:29 +0100 |
commit | 44a50de51b8273ca90f7476cd21a529ee9a545db (patch) | |
tree | 84ec05c330e784c0033319fcf4cb6267b217764c /arch/arm | |
parent | Merge tag 'at91-soc-6.13' of https://git.kernel.org/pub/scm/linux/kernel/git/... (diff) | |
parent | ARM: dts: cubieboard4: Fix DCDC5 regulator constraints (diff) | |
download | linux-44a50de51b8273ca90f7476cd21a529ee9a545db.tar.xz linux-44a50de51b8273ca90f7476cd21a529ee9a545db.zip |
Merge tag 'sunxi-fixes-for-6.12' of https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux into soc/dt
Allwinner fixes for 6.12
- Fix DCDC5 voltage range on Cubieboard 4
* tag 'sunxi-fixes-for-6.12' of https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux:
ARM: dts: cubieboard4: Fix DCDC5 regulator constraints
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/allwinner/sun9i-a80-cubieboard4.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/allwinner/sun9i-a80-cubieboard4.dts b/arch/arm/boot/dts/allwinner/sun9i-a80-cubieboard4.dts index c8ca8cb7f5c9..52ad95a2063a 100644 --- a/arch/arm/boot/dts/allwinner/sun9i-a80-cubieboard4.dts +++ b/arch/arm/boot/dts/allwinner/sun9i-a80-cubieboard4.dts @@ -280,8 +280,8 @@ reg_dcdc5: dcdc5 { regulator-always-on; - regulator-min-microvolt = <1425000>; - regulator-max-microvolt = <1575000>; + regulator-min-microvolt = <1450000>; + regulator-max-microvolt = <1550000>; regulator-name = "vcc-dram"; }; |