uboot-mediatek: drop useless regulator from konka komi-a31 nor dts

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
Tianling Shen 2024-10-06 15:02:31 +08:00
parent 0c41d43988
commit 3a5ffb4e89
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -573,23 +573,12 @@
+};
--- /dev/null
+++ b/arch/arm/dts/mt7981-konka-komi-a31-nor.dts
@@ -0,0 +1,91 @@
@@ -0,0 +1,80 @@
+// SPDX-License-Identifier: GPL-2.0-only
+
+/dts-v1/;
+#include "mt7981-konka-komi-a31.dts"
+
+/ {
+ reg_3p3v: regulator-3p3v {
+ compatible = "regulator-fixed";
+ regulator-name = "fixed-3.3V";
+ regulator-min-microvolt = <3300000>;
+ regulator-max-microvolt = <3300000>;
+ regulator-boot-on;
+ regulator-always-on;
+ };
+};
+
+&pinctrl {
+ spi2_flash_pins: spi2-spi2-pins {
+ mux {
@ -655,7 +644,7 @@
+
+ partition@100000 {
+ label = "fip";
+ reg = <0x100000 0x0080000>;
+ reg = <0x100000 0x80000>;
+ };
+
+ partition@180000 {