linux (Allwinner): update patches for 5.14.6

This commit is contained in:
heitbaum 2021-09-19 14:06:46 +10:00
parent 4409747dc5
commit 492da7c951
2 changed files with 3 additions and 3 deletions

View File

@ -16,14 +16,14 @@ Signed-off-by: Jernej Skrabec <jernej.skrabec@siol.net>
};
};
+ reg_vcc1v8: vcc1v8 {
+ reg_vcc1v8: regulator-vcc1v8 {
+ compatible = "regulator-fixed";
+ regulator-name = "vcc1v8";
+ regulator-min-microvolt = <1800000>;
+ regulator-max-microvolt = <1800000>;
+ };
+
reg_vcc3v3: vcc3v3 {
reg_vcc3v3: regulator-vcc3v3 {
compatible = "regulator-fixed";
regulator-name = "vcc3v3";
@@ -91,6 +98,15 @@

View File

@ -45,7 +45,7 @@ Bluetooth: hci0: RTL: loading rtl_bt/rtl8822cs_config.bin
+ vin-supply = <&reg_vcc3v3>;
+ };
+
reg_vdd_cpu_gpu: vdd-cpu-gpu {
reg_vdd_cpu_gpu: regulator-vdd-cpu-gpu {
compatible = "regulator-fixed";
regulator-name = "vdd-cpu-gpu";
regulator-min-microvolt = <1135000>;