-
Notifications
You must be signed in to change notification settings - Fork 107
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
141 changed files
with
7,805 additions
and
7,372 deletions.
There are no files selected for viewing
28 changes: 28 additions & 0 deletions
28
...es-6.6/001-v6.8-arm64-dts-rockchip-Add-ethernet0-alias-to-the-dts-for-RK3566-boards.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
From 36d9b3ae708e865cdab95692db5a24c5d975383d Mon Sep 17 00:00:00 2001 | ||
From: Dragan Simic <[email protected]> | ||
Date: Tue, 12 Dec 2023 09:01:39 +0100 | ||
Subject: [PATCH] arm64: dts: rockchip: Add ethernet0 alias to the dts for | ||
RK3566 boards | ||
|
||
Add ethernet0 alias to the board dts files for a few supported RK3566 boards | ||
that had it missing. Also, remove the ethernet0 alias from one RK3566 SoM | ||
dtsi file, which doesn't enable the GMAC, and add the ethernet0 alias back to | ||
the dependent board dts files, which actually enable the GMAC. | ||
|
||
Signed-off-by: Dragan Simic <[email protected]> | ||
Link: https://lore.kernel.org/r/d2a272e0ae0fff0adfab8bb0238243b11d348799.1702368023.git.dsimic@manjaro.org | ||
Signed-off-by: Heiko Stuebner <[email protected]> | ||
--- | ||
arch/arm64/boot/dts/rockchip/rk3566-radxa-cm3-io.dts | 1 + | ||
1 files changed, 1 insertions(+), 0 deletion(-) | ||
|
||
--- a/arch/arm64/boot/dts/rockchip/rk3566-radxa-cm3-io.dts | ||
+++ b/arch/arm64/boot/dts/rockchip/rk3566-radxa-cm3-io.dts | ||
@@ -14,6 +14,7 @@ | ||
compatible = "radxa,cm3-io", "radxa,cm3", "rockchip,rk3566"; | ||
|
||
aliases { | ||
+ ethernet0 = &gmac1; | ||
mmc1 = &sdmmc0; | ||
}; | ||
|
39 changes: 39 additions & 0 deletions
39
...chip/patches-6.6/002-v6.7-arm64-dts-rockchip-Add-missing-sdmmc2-SDR-rates-to-rock-3.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
From 0597d85859e48c4366862a6252479698590ae39c Mon Sep 17 00:00:00 2001 | ||
From: =?UTF-8?q?Tam=C3=A1s=20Sz=C5=B1cs?= <[email protected]> | ||
Date: Wed, 11 Oct 2023 19:14:56 +0000 | ||
Subject: [PATCH] arm64: dts: rockchip: Add missing sdmmc2 SDR rates to rock-3a | ||
MIME-Version: 1.0 | ||
Content-Type: text/plain; charset=UTF-8 | ||
Content-Transfer-Encoding: 8bit | ||
|
||
Add missing UHS-I SDR rates to sdmmc2. Add explicit alias as mmc2 while at it. | ||
It would be good to have matching timings enabled in case slower SDIO devices | ||
are encountered. | ||
|
||
Signed-off-by: Tamás Szűcs <[email protected]> | ||
Link: https://lore.kernel.org/r/[email protected] | ||
Signed-off-by: Heiko Stuebner <[email protected]> | ||
--- | ||
arch/arm64/boot/dts/rockchip/rk3568-rock-3a.dts | 4 ++++ | ||
1 file changed, 4 insertions(+) | ||
|
||
--- a/arch/arm64/boot/dts/rockchip/rk3568-rock-3a.dts | ||
+++ b/arch/arm64/boot/dts/rockchip/rk3568-rock-3a.dts | ||
@@ -15,6 +15,7 @@ | ||
ethernet0 = &gmac1; | ||
mmc0 = &sdhci; | ||
mmc1 = &sdmmc0; | ||
+ mmc2 = &sdmmc2; | ||
}; | ||
|
||
chosen: chosen { | ||
@@ -747,6 +748,9 @@ | ||
non-removable; | ||
pinctrl-names = "default"; | ||
pinctrl-0 = <&sdmmc2m0_bus4 &sdmmc2m0_cmd &sdmmc2m0_clk>; | ||
+ sd-uhs-sdr12; | ||
+ sd-uhs-sdr25; | ||
+ sd-uhs-sdr50; | ||
sd-uhs-sdr104; | ||
vmmc-supply = <&vcc3v3_sys>; | ||
vqmmc-supply = <&vcc_1v8>; |
44 changes: 0 additions & 44 deletions
44
target/linux/rockchip/patches-6.6/006-rockchip-use-system-LED-for-OpenWrt.patch
This file was deleted.
Oops, something went wrong.
24 changes: 0 additions & 24 deletions
24
...linux/rockchip/patches-6.6/007-arm64-rockchip-add-OF-node-for-USB-eth-on-NanoPi-R2S.patch
This file was deleted.
Oops, something went wrong.
31 changes: 0 additions & 31 deletions
31
...et/linux/rockchip/patches-6.6/008-arm64-dts-rockchip-add-EEPROM-node-for-NanoPi-R4S.patch
This file was deleted.
Oops, something went wrong.
31 changes: 0 additions & 31 deletions
31
.../linux/rockchip/patches-6.6/009-arm64-dts-rockchip-disable-UHS-modes-for-NanoPi-R4S.patch
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.