mirror of https://github.com/armbian/build.git
rockchip64-6.13: drop upstreamed patches in 6.13-rc7
This commit is contained in:
parent
4d480a4573
commit
b86cc380e5
|
@ -1,48 +0,0 @@
|
||||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
||||||
From: amazingfate <liujianfeng1994@gmail.com>
|
|
||||||
Date: Fri, 22 Nov 2024 15:30:05 +0800
|
|
||||||
Subject: arm64: dts: rockchip: rk3568: add reset-names for combphy
|
|
||||||
|
|
||||||
The reset-names of combphy are missing, add it.
|
|
||||||
|
|
||||||
Signed-off-by: Chukun Pan <amadeus@jmu.edu.cn>
|
|
||||||
---
|
|
||||||
arch/arm64/boot/dts/rockchip/rk3568.dtsi | 1 +
|
|
||||||
arch/arm64/boot/dts/rockchip/rk356x-base.dtsi | 2 ++
|
|
||||||
2 files changed, 3 insertions(+)
|
|
||||||
|
|
||||||
diff --git a/arch/arm64/boot/dts/rockchip/rk3568.dtsi b/arch/arm64/boot/dts/rockchip/rk3568.dtsi
|
|
||||||
index 111111111111..222222222222 100644
|
|
||||||
--- a/arch/arm64/boot/dts/rockchip/rk3568.dtsi
|
|
||||||
+++ b/arch/arm64/boot/dts/rockchip/rk3568.dtsi
|
|
||||||
@@ -350,6 +350,7 @@ combphy0: phy@fe820000 {
|
|
||||||
assigned-clocks = <&pmucru CLK_PCIEPHY0_REF>;
|
|
||||||
assigned-clock-rates = <100000000>;
|
|
||||||
resets = <&cru SRST_PIPEPHY0>;
|
|
||||||
+ reset-names = "phy";
|
|
||||||
rockchip,pipe-grf = <&pipegrf>;
|
|
||||||
rockchip,pipe-phy-grf = <&pipe_phy_grf0>;
|
|
||||||
#phy-cells = <1>;
|
|
||||||
diff --git a/arch/arm64/boot/dts/rockchip/rk356x-base.dtsi b/arch/arm64/boot/dts/rockchip/rk356x-base.dtsi
|
|
||||||
index 111111111111..222222222222 100644
|
|
||||||
--- a/arch/arm64/boot/dts/rockchip/rk356x-base.dtsi
|
|
||||||
+++ b/arch/arm64/boot/dts/rockchip/rk356x-base.dtsi
|
|
||||||
@@ -1714,6 +1714,7 @@ combphy1: phy@fe830000 {
|
|
||||||
assigned-clocks = <&pmucru CLK_PCIEPHY1_REF>;
|
|
||||||
assigned-clock-rates = <100000000>;
|
|
||||||
resets = <&cru SRST_PIPEPHY1>;
|
|
||||||
+ reset-names = "phy";
|
|
||||||
rockchip,pipe-grf = <&pipegrf>;
|
|
||||||
rockchip,pipe-phy-grf = <&pipe_phy_grf1>;
|
|
||||||
#phy-cells = <1>;
|
|
||||||
@@ -1730,6 +1731,7 @@ combphy2: phy@fe840000 {
|
|
||||||
assigned-clocks = <&pmucru CLK_PCIEPHY2_REF>;
|
|
||||||
assigned-clock-rates = <100000000>;
|
|
||||||
resets = <&cru SRST_PIPEPHY2>;
|
|
||||||
+ reset-names = "phy";
|
|
||||||
rockchip,pipe-grf = <&pipegrf>;
|
|
||||||
rockchip,pipe-phy-grf = <&pipe_phy_grf2>;
|
|
||||||
#phy-cells = <1>;
|
|
||||||
--
|
|
||||||
Armbian
|
|
||||||
|
|
|
@ -1,27 +0,0 @@
|
||||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Anton Kirilov <anton.kirilov@arm.com>
|
|
||||||
Date: Thu, 19 Dec 2024 11:31:45 +0000
|
|
||||||
Subject: arm64: dts: rockchip: Fix the SD card detection on NanoPi R6C/R6S
|
|
||||||
|
|
||||||
Fix the SD card detection on FriendlyElec NanoPi R6C/R6S boards.
|
|
||||||
|
|
||||||
Signed-off-by: Anton Kirilov <anton.kirilov@arm.com>
|
|
||||||
---
|
|
||||||
arch/arm64/boot/dts/rockchip/rk3588s-nanopi-r6.dtsi | 1 +
|
|
||||||
1 file changed, 1 insertion(+)
|
|
||||||
|
|
||||||
diff --git a/arch/arm64/boot/dts/rockchip/rk3588s-nanopi-r6.dtsi b/arch/arm64/boot/dts/rockchip/rk3588s-nanopi-r6.dtsi
|
|
||||||
index 111111111111..222222222222 100644
|
|
||||||
--- a/arch/arm64/boot/dts/rockchip/rk3588s-nanopi-r6.dtsi
|
|
||||||
+++ b/arch/arm64/boot/dts/rockchip/rk3588s-nanopi-r6.dtsi
|
|
||||||
@@ -434,6 +434,7 @@ &sdhci {
|
|
||||||
&sdmmc {
|
|
||||||
bus-width = <4>;
|
|
||||||
cap-sd-highspeed;
|
|
||||||
+ cd-gpios = <&gpio0 RK_PA4 GPIO_ACTIVE_LOW>;
|
|
||||||
disable-wp;
|
|
||||||
max-frequency = <150000000>;
|
|
||||||
no-mmc;
|
|
||||||
--
|
|
||||||
Armbian
|
|
||||||
|
|
Loading…
Reference in New Issue