]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: rockchip: Fix the common combophy + SATA on QNAP TSx33 devices
authorHeiko Stuebner <heiko@sntech.de>
Sun, 4 Jan 2026 19:14:45 +0000 (20:14 +0100)
committerHeiko Stuebner <heiko@sntech.de>
Tue, 13 Jan 2026 13:51:34 +0000 (14:51 +0100)
The common used SATA controller on all TSx33 devices is actually SATA2.
So move the SATA controller + combophy enablement to their correct
position between shared dtsi and board devicetrees.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Link: https://patch.msgid.link/20260104191448.2693309-3-heiko@sntech.de
arch/arm64/boot/dts/rockchip/rk3568-qnap-ts233.dts
arch/arm64/boot/dts/rockchip/rk3568-qnap-ts433.dts
arch/arm64/boot/dts/rockchip/rk3568-qnap-tsx33.dtsi

index 9a7d58e7ccc0d0fa48c1124440a861626e03398c..e76502180788ef9d03ad44c8e14ce048c1303a1f 100644 (file)
@@ -18,8 +18,8 @@
        };
 };
 
-/* connected to sata2 */
-&combphy2 {
+/* Connected to usb_host0_xhci */
+&combphy0 {
        status = "okay";
 };
 
@@ -93,7 +93,7 @@
        };
 };
 
-&sata2 {
+&sata1 {
        status = "okay";
 };
 
index 02d0974d79be8685b6f9b1ea1e2904f2b6e73be7..708e7f1f8d0d2e282135cd85cc01bd48858e0aac 100644 (file)
@@ -28,8 +28,8 @@
        };
 };
 
-/* connected to sata2 */
-&combphy2 {
+/* Connected to usb_host0_xhci */
+&combphy0 {
        status = "okay";
 };
 
        };
 };
 
-&sata2 {
+&sata1 {
        status = "okay";
 };
 
index c372ca40fd504f72c429b261b7c55c8f373b28cd..482d8584ec889bf458a04323b952aca2ae6d2aa2 100644 (file)
        };
 };
 
-/* connected to usb_host0_xhci */
-&combphy0 {
+/* Connected USB3 on TS133 / SATA1 on all the others */
+&combphy1 {
        status = "okay";
 };
 
-/* connected to sata1 */
-&combphy1 {
+/* Connected to SATA2 */
+&combphy2 {
        status = "okay";
 };
 
        status = "okay";
 };
 
-&sata1 {
+&sata2 {
        status = "okay";
 };