arm64: dts: rockchip: Fix the common combophy + SATA on QNAP TSx33 devices

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
This commit is contained in:
Heiko Stuebner 2026-01-04 20:14:45 +01:00
parent f0761f6be5
commit 5a16e131dd
3 changed files with 11 additions and 11 deletions

View File

@ -18,8 +18,8 @@ aliases {
};
};
/* connected to sata2 */
&combphy2 {
/* Connected to usb_host0_xhci */
&combphy0 {
status = "okay";
};
@ -93,7 +93,7 @@ hdd2_led_pin: hdd2-led-pin {
};
};
&sata2 {
&sata1 {
status = "okay";
};

View File

@ -28,8 +28,8 @@ vcc3v3_pcie: regulator-vcc3v3-pcie {
};
};
/* connected to sata2 */
&combphy2 {
/* Connected to usb_host0_xhci */
&combphy0 {
status = "okay";
};
@ -151,7 +151,7 @@ hdd4_led_pin: hdd4_led-pin {
};
};
&sata2 {
&sata1 {
status = "okay";
};

View File

@ -112,13 +112,13 @@ vcc5v0_usb: regulator-vcc5v0-usb {
};
};
/* 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";
};
@ -484,7 +484,7 @@ &pmu_io_domains {
status = "okay";
};
&sata1 {
&sata2 {
status = "okay";
};