mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 06:06:43 +00:00
linux (Allwinner): update patches for 5.14.6
This commit is contained in:
parent
4409747dc5
commit
492da7c951
@ -16,14 +16,14 @@ Signed-off-by: Jernej Skrabec <jernej.skrabec@siol.net>
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
+ reg_vcc1v8: vcc1v8 {
|
+ reg_vcc1v8: regulator-vcc1v8 {
|
||||||
+ compatible = "regulator-fixed";
|
+ compatible = "regulator-fixed";
|
||||||
+ regulator-name = "vcc1v8";
|
+ regulator-name = "vcc1v8";
|
||||||
+ regulator-min-microvolt = <1800000>;
|
+ regulator-min-microvolt = <1800000>;
|
||||||
+ regulator-max-microvolt = <1800000>;
|
+ regulator-max-microvolt = <1800000>;
|
||||||
+ };
|
+ };
|
||||||
+
|
+
|
||||||
reg_vcc3v3: vcc3v3 {
|
reg_vcc3v3: regulator-vcc3v3 {
|
||||||
compatible = "regulator-fixed";
|
compatible = "regulator-fixed";
|
||||||
regulator-name = "vcc3v3";
|
regulator-name = "vcc3v3";
|
||||||
@@ -91,6 +98,15 @@
|
@@ -91,6 +98,15 @@
|
||||||
|
@ -45,7 +45,7 @@ Bluetooth: hci0: RTL: loading rtl_bt/rtl8822cs_config.bin
|
|||||||
+ vin-supply = <®_vcc3v3>;
|
+ vin-supply = <®_vcc3v3>;
|
||||||
+ };
|
+ };
|
||||||
+
|
+
|
||||||
reg_vdd_cpu_gpu: vdd-cpu-gpu {
|
reg_vdd_cpu_gpu: regulator-vdd-cpu-gpu {
|
||||||
compatible = "regulator-fixed";
|
compatible = "regulator-fixed";
|
||||||
regulator-name = "vdd-cpu-gpu";
|
regulator-name = "vdd-cpu-gpu";
|
||||||
regulator-min-microvolt = <1135000>;
|
regulator-min-microvolt = <1135000>;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user