diff options
author | Daniel Golle <daniel@makrotopia.org> | 2022-03-21 01:16:48 +0000 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2022-03-21 13:11:56 +0000 |
commit | 786bf7fdaca4c75e7eba6e9aa3a8b5775fd21186 (patch) | |
tree | 926fecb2b1f6ce1e42ba7ef4c7aab8e68dfd214c /target/linux/sunxi/patches-5.4/410-v5.6-arm64-dts-allwinner-a64-olinuxino-Add-bank-supply-re.patch | |
parent | 9470160c350d15f765c33d6c1db15d6c4709a64c (diff) | |
download | upstream-786bf7fdaca4c75e7eba6e9aa3a8b5775fd21186.tar.gz upstream-786bf7fdaca4c75e7eba6e9aa3a8b5775fd21186.tar.bz2 upstream-786bf7fdaca4c75e7eba6e9aa3a8b5775fd21186.zip |
kernel: delete Linux 5.4 config and patches
As the upcoming release will be based on Linux 5.10 only, remove all
kernel configuration as well as patches for Linux 5.4.
There were no targets still actively using Linux 5.4.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
(cherry picked from commit 3a14580411adfb75f9a44eded9f41245b9e44606)
Diffstat (limited to 'target/linux/sunxi/patches-5.4/410-v5.6-arm64-dts-allwinner-a64-olinuxino-Add-bank-supply-re.patch')
-rw-r--r-- | target/linux/sunxi/patches-5.4/410-v5.6-arm64-dts-allwinner-a64-olinuxino-Add-bank-supply-re.patch | 58 |
1 files changed, 0 insertions, 58 deletions
diff --git a/target/linux/sunxi/patches-5.4/410-v5.6-arm64-dts-allwinner-a64-olinuxino-Add-bank-supply-re.patch b/target/linux/sunxi/patches-5.4/410-v5.6-arm64-dts-allwinner-a64-olinuxino-Add-bank-supply-re.patch deleted file mode 100644 index 67f7a1536e..0000000000 --- a/target/linux/sunxi/patches-5.4/410-v5.6-arm64-dts-allwinner-a64-olinuxino-Add-bank-supply-re.patch +++ /dev/null @@ -1,58 +0,0 @@ -From f0c3b29f56f0a946df4941edfe2d98e3e766c30f Mon Sep 17 00:00:00 2001 -From: Stefan Mavrodiev <stefan@olimex.com> -Date: Fri, 29 Nov 2019 13:39:40 +0200 -Subject: [PATCH] arm64: dts: allwinner: a64: olinuxino: Add bank supply - regulators - -Allwinner A64 SoC has separate supplies for PC, PD, PE, PG and PL. This -patch adds regulators for them to the pinctrl node. - -Exception is PL which is used by the RSB bus. To avoid circular -dependencies, VCC-PL is omitted. - -On boards with eMMC, VCC-PC is supplied by ELDO1, instead of DCDC1. - -Signed-off-by: Stefan Mavrodiev <stefan@olimex.com> -[Maxime: Changed the r_pio comment a bit] -Signed-off-by: Maxime Ripard <maxime@cerno.tech> ---- - .../dts/allwinner/sun50i-a64-olinuxino-emmc.dts | 4 ++++ - .../boot/dts/allwinner/sun50i-a64-olinuxino.dts | 17 +++++++++++++++++ - 2 files changed, 21 insertions(+) - ---- a/arch/arm64/boot/dts/allwinner/sun50i-a64-olinuxino-emmc.dts -+++ b/arch/arm64/boot/dts/allwinner/sun50i-a64-olinuxino-emmc.dts -@@ -21,3 +21,7 @@ - cap-mmc-hw-reset; - status = "okay"; - }; -+ -+&pio { -+ vcc-pc-supply = <®_eldo1>; -+}; ---- a/arch/arm64/boot/dts/allwinner/sun50i-a64-olinuxino.dts -+++ b/arch/arm64/boot/dts/allwinner/sun50i-a64-olinuxino.dts -@@ -163,6 +163,23 @@ - status = "okay"; - }; - -+&pio { -+ vcc-pc-supply = <®_dcdc1>; -+ vcc-pd-supply = <®_dcdc1>; -+ vcc-pe-supply = <®_aldo1>; -+ vcc-pg-supply = <®_dldo4>; -+}; -+ -+&r_pio { -+ /* -+ * FIXME: We can't add that supply for now since it would -+ * create a circular dependency between pinctrl, the regulator -+ * and the RSB Bus. -+ * -+ * vcc-pl-supply = <®_aldo2>; -+ */ -+}; -+ - &r_rsb { - status = "okay"; - |