diff options
author | Daniel Golle <daniel@makrotopia.org> | 2021-09-15 00:20:08 +0100 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2021-09-15 19:11:44 +0100 |
commit | 83672f506d95fe3d79b5afef6595e946ceeb4443 (patch) | |
tree | 0069e8f5bba8b821cb74ce25afa917b1505b1dfb /target/linux/sunxi/patches-5.10/450-arm64-dts-enable-wifi-on-pine64-boards.patch | |
parent | 47b531de3250de24158024a39beda21328f50701 (diff) | |
download | upstream-83672f506d95fe3d79b5afef6595e946ceeb4443.tar.gz upstream-83672f506d95fe3d79b5afef6595e946ceeb4443.tar.bz2 upstream-83672f506d95fe3d79b5afef6595e946ceeb4443.zip |
sunxi: add testing Linux 5.10
Add testing Linux kernel 5.10 for sunxi targets.
Removed patches were replaced by upstream commits:
- 410-v5.6-arm64-dts-allwinner-a64-olinuxino-Add-bank-supply-re.patch
f0c3b29f56f0a arm64: dts: allwinner: a64: olinuxino: Add bank supply regulators
- 420-v5.7-arm64-dts-allwinner-a64-olinuxino-add-user-red-LED.patch
89866b2667e0d arm64: dts: allwinner: a64: olinuxino: add user red LED
- 440-add-h6-pwm.patch
a7fe985633f92 pwm: sun4i: Add an optional probe for reset line
b8d74644f34a8 pwm: sun4i: Prefer "mod" clock to unnamed
5b090b430d750 pwm: sun4i: Add an optional probe for bus clock
fa4d81784681a pwm: sun4i: Always calculate params when applying new parameters
9f28e95b5286f pwm: sun4i: Add support to output source clock directly
fdd2c12e3761f pwm: sun4i: Add support for H6 PWM
- 441-arm64-dts-add-PWM-node.patch
88432f5f8469b arm64: dts: allwinner: h6: Add PWM node
- 443-board-h6-orangepioneplus-fix-missing-ethernet.patch
7ee32a17e0d65 arm64: dts: allwinner: h6: orangepi-one-plus: Enable ethernet
Run tested on friendlyarm,nanopi-neo (allwinner,sun8i-h3), looks all good.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'target/linux/sunxi/patches-5.10/450-arm64-dts-enable-wifi-on-pine64-boards.patch')
-rw-r--r-- | target/linux/sunxi/patches-5.10/450-arm64-dts-enable-wifi-on-pine64-boards.patch | 72 |
1 files changed, 72 insertions, 0 deletions
diff --git a/target/linux/sunxi/patches-5.10/450-arm64-dts-enable-wifi-on-pine64-boards.patch b/target/linux/sunxi/patches-5.10/450-arm64-dts-enable-wifi-on-pine64-boards.patch new file mode 100644 index 0000000000..3876852c2b --- /dev/null +++ b/target/linux/sunxi/patches-5.10/450-arm64-dts-enable-wifi-on-pine64-boards.patch @@ -0,0 +1,72 @@ +--- a/arch/arm64/boot/dts/allwinner/sun50i-a64-sopine-baseboard.dts ++++ b/arch/arm64/boot/dts/allwinner/sun50i-a64-sopine-baseboard.dts +@@ -42,6 +42,11 @@ + regulator-min-microvolt = <1800000>; + regulator-max-microvolt = <1800000>; + }; ++ ++ wifi_pwrseq: wifi_pwrseq { ++ compatible = "mmc-pwrseq-simple"; ++ reset-gpios = <&r_pio 0 2 GPIO_ACTIVE_LOW>; /* PL2 */ ++ }; + }; + + &ac_power_supply { +@@ -102,6 +107,21 @@ + reg = <1>; + }; + }; ++ ++&mmc1 { ++ pinctrl-names = "default"; ++ pinctrl-0 = <&mmc1_pins>; ++ vmmc-supply = <®_dldo4>; ++ vqmmc-supply = <®_eldo1>; ++ mmc-pwrseq = <&wifi_pwrseq>; ++ bus-width = <4>; ++ non-removable; ++ status = "okay"; ++ ++ rtl8723cs: wifi@1 { ++ reg = <1>; ++ }; ++}; + + &mmc2 { + pinctrl-names = "default"; +--- a/arch/arm64/boot/dts/allwinner/sun50i-a64-pine64.dts ++++ b/arch/arm64/boot/dts/allwinner/sun50i-a64-pine64.dts +@@ -35,6 +35,11 @@ + }; + }; + }; ++ ++ wifi_pwrseq: wifi_pwrseq { ++ compatible = "mmc-pwrseq-simple"; ++ reset-gpios = <&r_pio 0 2 GPIO_ACTIVE_LOW>; /* PL2 */ ++ }; + }; + + &codec { +@@ -124,6 +129,21 @@ + status = "okay"; + }; + ++&mmc1 { ++ pinctrl-names = "default"; ++ pinctrl-0 = <&mmc1_pins>; ++ vmmc-supply = <®_dldo4>; ++ vqmmc-supply = <®_eldo1>; ++ mmc-pwrseq = <&wifi_pwrseq>; ++ bus-width = <4>; ++ non-removable; ++ status = "okay"; ++ ++ rtl8723cs: wifi@1 { ++ reg = <1>; ++ }; ++}; ++ + &ohci0 { + status = "okay"; + }; |