mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-14 06:32:11 +00:00
Some checks failed
Build Kernel / Build all affected Kernels (push) Has been cancelled
Two commits which made their way into Linux stable broke the SATA support on the BPi-R64. Fix this by reverting a node rename which broke DT-overlay application and import a (still pending) patch re-adding the 'syscon' compatible to the pciesys clock-controller which also contains phy-mode bits referenced by the ahci_mtk driver expecting to access them using syscon_regmap_lookup_by_phandle(). Signed-off-by: Daniel Golle <daniel@makrotopia.org> (cherry picked from commit 69890e16b37d59b55ba64633522c727f957cb2fd)
34 lines
1010 B
Diff
34 lines
1010 B
Diff
From 4c4baed29b168e9bf39545a945a9523ea280cb44 Mon Sep 17 00:00:00 2001
|
|
From: Daniel Golle <daniel@makrotopia.org>
|
|
Date: Sat, 1 Feb 2025 04:24:17 +0000
|
|
Subject: [PATCH 1/2] Revert "arm64: dts: mediatek: fix t-phy unit name"
|
|
|
|
This reverts commit 963c3b0c47ec29b4c49c9f45965cd066f419d17f.
|
|
---
|
|
arch/arm64/boot/dts/mediatek/mt7622.dtsi | 2 +-
|
|
arch/arm64/boot/dts/mediatek/mt7986a.dtsi | 2 +-
|
|
2 files changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
--- a/arch/arm64/boot/dts/mediatek/mt7622.dtsi
|
|
+++ b/arch/arm64/boot/dts/mediatek/mt7622.dtsi
|
|
@@ -908,7 +908,7 @@
|
|
status = "disabled";
|
|
};
|
|
|
|
- sata_phy: t-phy {
|
|
+ sata_phy: t-phy@1a243000 {
|
|
compatible = "mediatek,mt7622-tphy",
|
|
"mediatek,generic-tphy-v1";
|
|
#address-cells = <2>;
|
|
--- a/arch/arm64/boot/dts/mediatek/mt7986a.dtsi
|
|
+++ b/arch/arm64/boot/dts/mediatek/mt7986a.dtsi
|
|
@@ -428,7 +428,7 @@
|
|
};
|
|
};
|
|
|
|
- pcie_phy: t-phy {
|
|
+ pcie_phy: t-phy@11c00000 {
|
|
compatible = "mediatek,mt7986-tphy",
|
|
"mediatek,generic-tphy-v2";
|
|
ranges;
|