mirror of
https://github.com/Fishwaldo/build.git
synced 2025-04-07 22:51:55 +00:00
* Bump to 4.18, removing the obvious, fixing build problems, put some on waiting. * Pin 4.18 to DEV, rollback 4.14 to NEXT, adjust configs, remove one deprecated patch from NEXT and add board-h3-address-some-stability-issues.patch * Adjust few boards in development to new reality, removing it from NEXT for now * Adjust few board configs * Board config adjustement * Adjust few boards configs * Port NeoCore2 and Neo21.1 to 4.14.y * Adjust board config * Adjust board config
15 lines
487 B
Diff
15 lines
487 B
Diff
diff --git a/arch/arm/boot/dts/sun8i-a83t-bananapi-m3.dts b/arch/arm/boot/dts/sun8i-a83t-bananapi-m3.dts
|
|
index 3b579d7..679a9aa 100644
|
|
--- a/arch/arm/boot/dts/sun8i-a83t-bananapi-m3.dts
|
|
+++ b/arch/arm/boot/dts/sun8i-a83t-bananapi-m3.dts
|
|
@@ -301,8 +301,8 @@
|
|
|
|
®_dldo3 {
|
|
regulator-always-on;
|
|
- regulator-min-microvolt = <2500000>;
|
|
- regulator-max-microvolt = <2500000>;
|
|
+ regulator-min-microvolt = <3300000>;
|
|
+ regulator-max-microvolt = <3300000>;
|
|
regulator-name = "vcc-pd";
|
|
};
|
|
|