-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Linux: Update kernel 6.6.15 * Update buildroot packages to work with Linux 6.6 * Fix top-level and pc patches of linux * Update tinker patch series * Drop Odroid M1 patches M1 is now supported in upstream. * Update Hardkernel patches Needed larger refactoring because of 379ae64609c7a3301b60483eb65bd8bc78f76328 * Update Green patches * Update Odroid XU4 patches Removing the TMU patch/hack for now, need to check if it's still needed. If it is indeed, then it needs slighter rewrite. * Move Rockchip RNG patches to M1 and Green dirs * Update rtl88x2bu package to fix build * Update gasket package to fix build * Fix eq3_char_loop build * Use fan53555 instead of custom rk860x driver * Fix kernel base configs and fragments after 6.6 update Mostly removed options that have been removed between releases. Only a few options have been renamed, then there's bunch of options that had dependencies added so they are available only on some architectures, which are not those that we're using. * Remove deprecated regulator-compatible from Green DTS
- Loading branch information
Showing
73 changed files
with
691 additions
and
2,504 deletions.
There are no files selected for viewing
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
Submodule buildroot
updated
5 files
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
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 |
---|---|---|
@@ -1,19 +1,18 @@ | ||
From 3553f8a938dbb498aa1846a37ea343b7f53739da Mon Sep 17 00:00:00 2001 | ||
Message-Id: <3553f8a938dbb498aa1846a37ea343b7f53739da.1676488094.git.stefan@agner.ch> | ||
From b4d676729c5bee4b9adb85362f6f2e32f833b6c2 Mon Sep 17 00:00:00 2001 | ||
From: Stefan Agner <[email protected]> | ||
Date: Wed, 17 Feb 2021 19:55:41 +0100 | ||
Subject: [PATCH] Revert "ARM: dts: rockchip: use DMA channels for UARTs for | ||
RK3288" | ||
|
||
This reverts commit 3425fe335c29310f6628faf9a7947d07f32d8962. | ||
--- | ||
arch/arm/boot/dts/rk3288.dtsi | 8 -------- | ||
arch/arm/boot/dts/rockchip/rk3288.dtsi | 8 -------- | ||
1 file changed, 8 deletions(-) | ||
|
||
diff --git a/arch/arm/boot/dts/rk3288.dtsi b/arch/arm/boot/dts/rk3288.dtsi | ||
index 487b0e03d4b4..1569b1824c89 100644 | ||
--- a/arch/arm/boot/dts/rk3288.dtsi | ||
+++ b/arch/arm/boot/dts/rk3288.dtsi | ||
diff --git a/arch/arm/boot/dts/rockchip/rk3288.dtsi b/arch/arm/boot/dts/rockchip/rk3288.dtsi | ||
index cb9cdaddffd4..51f1273d6beb 100644 | ||
--- a/arch/arm/boot/dts/rockchip/rk3288.dtsi | ||
+++ b/arch/arm/boot/dts/rockchip/rk3288.dtsi | ||
@@ -378,8 +378,6 @@ uart0: serial@ff180000 { | ||
reg-io-width = <4>; | ||
clocks = <&cru SCLK_UART0>, <&cru PCLK_UART0>; | ||
|
@@ -50,6 +49,3 @@ index 487b0e03d4b4..1569b1824c89 100644 | |
pinctrl-names = "default"; | ||
pinctrl-0 = <&uart4_xfer>; | ||
status = "disabled"; | ||
-- | ||
2.39.1 | ||
|
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 |
---|---|---|
@@ -1,7 +1,4 @@ | ||
From 695638c05c0bb6f7bcc65e172dd132b3aa280b47 Mon Sep 17 00:00:00 2001 | ||
Message-Id: <695638c05c0bb6f7bcc65e172dd132b3aa280b47.1676488094.git.stefan@agner.ch> | ||
In-Reply-To: <3553f8a938dbb498aa1846a37ea343b7f53739da.1676488094.git.stefan@agner.ch> | ||
References: <3553f8a938dbb498aa1846a37ea343b7f53739da.1676488094.git.stefan@agner.ch> | ||
From 02c7d9bb23f497993d52f5a41341ed955e6a2745 Mon Sep 17 00:00:00 2001 | ||
From: "Miouyouyou (Myy)" <[email protected]> | ||
Date: Mon, 5 Nov 2018 22:15:14 +0100 | ||
Subject: [PATCH] ARM: DTS: rk3288-tinker: Defining the SPI interface | ||
|
@@ -17,13 +14,13 @@ Signed-off-by: Miouyouyou (Myy) <[email protected]> | |
[move change to rk3288-tinker.dtsi] | ||
Signed-off-by: Stefan Agner <[email protected]> | ||
--- | ||
arch/arm/boot/dts/rk3288-tinker.dtsi | 19 +++++++++++++++++++ | ||
arch/arm/boot/dts/rockchip/rk3288-tinker.dtsi | 19 +++++++++++++++++++ | ||
1 file changed, 19 insertions(+) | ||
|
||
diff --git a/arch/arm/boot/dts/rk3288-tinker.dtsi b/arch/arm/boot/dts/rk3288-tinker.dtsi | ||
diff --git a/arch/arm/boot/dts/rockchip/rk3288-tinker.dtsi b/arch/arm/boot/dts/rockchip/rk3288-tinker.dtsi | ||
index 09618bb7d872..30430d2e64b9 100644 | ||
--- a/arch/arm/boot/dts/rk3288-tinker.dtsi | ||
+++ b/arch/arm/boot/dts/rk3288-tinker.dtsi | ||
--- a/arch/arm/boot/dts/rockchip/rk3288-tinker.dtsi | ||
+++ b/arch/arm/boot/dts/rockchip/rk3288-tinker.dtsi | ||
@@ -483,6 +483,25 @@ &sdio0 { | ||
status = "okay"; | ||
}; | ||
|
@@ -50,6 +47,3 @@ index 09618bb7d872..30430d2e64b9 100644 | |
&tsadc { | ||
rockchip,hw-tshut-mode = <1>; /* tshut mode 0:CRU 1:GPIO */ | ||
rockchip,hw-tshut-polarity = <1>; /* tshut polarity 0:LOW 1:HIGH */ | ||
-- | ||
2.39.1 | ||
|
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 |
---|---|---|
@@ -1,7 +1,4 @@ | ||
From d04122215cb56b57458e05b475e41744b8126533 Mon Sep 17 00:00:00 2001 | ||
Message-Id: <d04122215cb56b57458e05b475e41744b8126533.1676488094.git.stefan@agner.ch> | ||
In-Reply-To: <3553f8a938dbb498aa1846a37ea343b7f53739da.1676488094.git.stefan@agner.ch> | ||
References: <3553f8a938dbb498aa1846a37ea343b7f53739da.1676488094.git.stefan@agner.ch> | ||
From bf7869033cf3caa50912cbdfa548428a6571c104 Mon Sep 17 00:00:00 2001 | ||
From: Stefan Agner <[email protected]> | ||
Date: Fri, 4 Sep 2020 21:57:55 +0200 | ||
Subject: [PATCH] ARM: dts: rockchip: enable I2C1/4 on rk3288-tinker | ||
|
@@ -10,13 +7,13 @@ Enable I2C devices which are accessible via 40-pin header. | |
|
||
Signed-off-by: Stefan Agner <[email protected]> | ||
--- | ||
arch/arm/boot/dts/rk3288-tinker.dtsi | 8 ++++++++ | ||
arch/arm/boot/dts/rockchip/rk3288-tinker.dtsi | 8 ++++++++ | ||
1 file changed, 8 insertions(+) | ||
|
||
diff --git a/arch/arm/boot/dts/rk3288-tinker.dtsi b/arch/arm/boot/dts/rk3288-tinker.dtsi | ||
diff --git a/arch/arm/boot/dts/rockchip/rk3288-tinker.dtsi b/arch/arm/boot/dts/rockchip/rk3288-tinker.dtsi | ||
index 30430d2e64b9..395afc2b2283 100644 | ||
--- a/arch/arm/boot/dts/rk3288-tinker.dtsi | ||
+++ b/arch/arm/boot/dts/rk3288-tinker.dtsi | ||
--- a/arch/arm/boot/dts/rockchip/rk3288-tinker.dtsi | ||
+++ b/arch/arm/boot/dts/rockchip/rk3288-tinker.dtsi | ||
@@ -342,10 +342,18 @@ regulator-state-mem { | ||
}; | ||
}; | ||
|
@@ -36,6 +33,3 @@ index 30430d2e64b9..395afc2b2283 100644 | |
&i2c5 { | ||
status = "okay"; | ||
}; | ||
-- | ||
2.39.1 | ||
|
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 |
---|---|---|
@@ -1,7 +1,4 @@ | ||
From 7d37754f29c379c5066c6abf38c8d01d654b1613 Mon Sep 17 00:00:00 2001 | ||
Message-Id: <7d37754f29c379c5066c6abf38c8d01d654b1613.1676488094.git.stefan@agner.ch> | ||
In-Reply-To: <3553f8a938dbb498aa1846a37ea343b7f53739da.1676488094.git.stefan@agner.ch> | ||
References: <3553f8a938dbb498aa1846a37ea343b7f53739da.1676488094.git.stefan@agner.ch> | ||
From a0ef6a86e96920a9cf703d8c65d0126494037d37 Mon Sep 17 00:00:00 2001 | ||
From: Myy Miouyouyou <[email protected]> | ||
Date: Thu, 19 Oct 2017 21:24:47 +0200 | ||
Subject: [PATCH] RK3288: DTSI: rk3288.dtsi: Add missing SPI2 pinctrl | ||
|
@@ -13,13 +10,13 @@ This patch is taken from the patches provided by the ARMbian team. | |
|
||
Signed-off-by: Myy Miouyouyou <[email protected]> | ||
--- | ||
arch/arm/boot/dts/rk3288.dtsi | 2 +- | ||
arch/arm/boot/dts/rockchip/rk3288.dtsi | 2 +- | ||
1 file changed, 1 insertion(+), 1 deletion(-) | ||
|
||
diff --git a/arch/arm/boot/dts/rk3288.dtsi b/arch/arm/boot/dts/rk3288.dtsi | ||
index 1569b1824c89..478fd1bb85df 100644 | ||
--- a/arch/arm/boot/dts/rk3288.dtsi | ||
+++ b/arch/arm/boot/dts/rk3288.dtsi | ||
diff --git a/arch/arm/boot/dts/rockchip/rk3288.dtsi b/arch/arm/boot/dts/rockchip/rk3288.dtsi | ||
index 51f1273d6beb..d8663928bfe2 100644 | ||
--- a/arch/arm/boot/dts/rockchip/rk3288.dtsi | ||
+++ b/arch/arm/boot/dts/rockchip/rk3288.dtsi | ||
@@ -311,7 +311,7 @@ spi2: spi@ff130000 { | ||
dma-names = "tx", "rx"; | ||
interrupts = <GIC_SPI 46 IRQ_TYPE_LEVEL_HIGH>; | ||
|
@@ -29,6 +26,3 @@ index 1569b1824c89..478fd1bb85df 100644 | |
reg = <0x0 0xff130000 0x0 0x1000>; | ||
#address-cells = <1>; | ||
#size-cells = <0>; | ||
-- | ||
2.39.1 | ||
|
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 |
---|---|---|
@@ -1,7 +1,4 @@ | ||
From 05fde1d1dbbe7805a58a8c445b8fb19e0df59826 Mon Sep 17 00:00:00 2001 | ||
Message-Id: <05fde1d1dbbe7805a58a8c445b8fb19e0df59826.1676488094.git.stefan@agner.ch> | ||
In-Reply-To: <3553f8a938dbb498aa1846a37ea343b7f53739da.1676488094.git.stefan@agner.ch> | ||
References: <3553f8a938dbb498aa1846a37ea343b7f53739da.1676488094.git.stefan@agner.ch> | ||
From e828e0fc2be98e5ad20c93981681505fc97b063b Mon Sep 17 00:00:00 2001 | ||
From: "Miouyouyou (Myy)" <[email protected]> | ||
Date: Mon, 5 Nov 2018 20:16:05 +0100 | ||
Subject: [PATCH] ARM: DTSI: rk3288-tinker: Improving the CPU max voltage | ||
|
@@ -10,13 +7,13 @@ Taken from the various patches provided by @TonyMac32 . | |
|
||
Signed-off-by: Miouyouyou (Myy) <[email protected]> | ||
--- | ||
arch/arm/boot/dts/rk3288-tinker.dtsi | 2 +- | ||
arch/arm/boot/dts/rockchip/rk3288-tinker.dtsi | 2 +- | ||
1 file changed, 1 insertion(+), 1 deletion(-) | ||
|
||
diff --git a/arch/arm/boot/dts/rk3288-tinker.dtsi b/arch/arm/boot/dts/rk3288-tinker.dtsi | ||
diff --git a/arch/arm/boot/dts/rockchip/rk3288-tinker.dtsi b/arch/arm/boot/dts/rockchip/rk3288-tinker.dtsi | ||
index 395afc2b2283..c7e79e594720 100644 | ||
--- a/arch/arm/boot/dts/rk3288-tinker.dtsi | ||
+++ b/arch/arm/boot/dts/rk3288-tinker.dtsi | ||
--- a/arch/arm/boot/dts/rockchip/rk3288-tinker.dtsi | ||
+++ b/arch/arm/boot/dts/rockchip/rk3288-tinker.dtsi | ||
@@ -184,7 +184,7 @@ vdd_cpu: DCDC_REG1 { | ||
regulator-always-on; | ||
regulator-boot-on; | ||
|
@@ -26,6 +23,3 @@ index 395afc2b2283..c7e79e594720 100644 | |
regulator-name = "vdd_arm"; | ||
regulator-ramp-delay = <6000>; | ||
regulator-state-mem { | ||
-- | ||
2.39.1 | ||
|
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 |
---|---|---|
@@ -1,7 +1,4 @@ | ||
From 940d61e1e04929166d5a2bcbc1934aa931952ca5 Mon Sep 17 00:00:00 2001 | ||
Message-Id: <940d61e1e04929166d5a2bcbc1934aa931952ca5.1676488094.git.stefan@agner.ch> | ||
In-Reply-To: <3553f8a938dbb498aa1846a37ea343b7f53739da.1676488094.git.stefan@agner.ch> | ||
References: <3553f8a938dbb498aa1846a37ea343b7f53739da.1676488094.git.stefan@agner.ch> | ||
From ad1ffd6be5f54a0871e3c303602548687dfe0ffc Mon Sep 17 00:00:00 2001 | ||
From: Myy Miouyouyou <[email protected]> | ||
Date: Sun, 7 Jan 2018 01:52:44 +0100 | ||
Subject: [PATCH] drivers: mmc: dw-mci-rockchip: Handle ASUS Tinkerboard reboot | ||
|
@@ -24,7 +21,7 @@ Signed-off-by: Myy Miouyouyou <[email protected]> | |
1 file changed, 66 insertions(+) | ||
|
||
diff --git a/drivers/mmc/host/dw_mmc-rockchip.c b/drivers/mmc/host/dw_mmc-rockchip.c | ||
index 2a99f15f527f..181718374429 100644 | ||
index b07190ba4b7a..0badaa1b404e 100644 | ||
--- a/drivers/mmc/host/dw_mmc-rockchip.c | ||
+++ b/drivers/mmc/host/dw_mmc-rockchip.c | ||
@@ -12,6 +12,11 @@ | ||
|
@@ -114,6 +111,3 @@ index 2a99f15f527f..181718374429 100644 | |
|
||
return 0; | ||
} | ||
-- | ||
2.39.1 | ||
|
Oops, something went wrong.