Skip to content

Commit 95d4715

Browse files
committed
sunxi: mellowflyc5: align U-Boot DTS DRAM voltage with hardware and defconfig
1 parent c7e8483 commit 95d4715

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

patch/u-boot/v2026.07-sunxi64/board_mellowflyc5/001-mellowflyc5-dts-and-defconfig.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,8 +221,8 @@ index 00000000000..d31248603d3
221221
+
222222
+ reg_dcdc3: dcdc3 {
223223
+ regulator-always-on;
224-
+ regulator-min-microvolt = <1100000>;
225-
+ regulator-max-microvolt = <1100000>;
224+
+ regulator-min-microvolt = <1200000>;
225+
+ regulator-max-microvolt = <1200000>;
226226
+ regulator-name = "vdd-dram";
227227
+ };
228228
+ };

0 commit comments

Comments
 (0)