Skip to content

Commit

Permalink
arm64: dts: turing-rk1: add overlay to enable sata2 on pcie2x1l1
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua-Riek authored and amazingfate committed Oct 8, 2023
1 parent 5ecd6f8 commit 948245f
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm64/boot/dts/rockchip/overlay/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ dtbo-$(CONFIG_ARCH_ROCKCHIP) += \
radxa-cm5-io-radxa-display-8hd.dtbo \
radxa-cm5-io-rpi-camera-v2.dtbo \
radxa-cm5-io-sata.dtbo \
turing-rk1-sata2.dtbo \
mixtile-blade3-sata2.dtbo \
rockchip-rk3588-opp-oc-24ghz.dtbo \
rk3588-can0-m0.dtbo \
Expand Down
20 changes: 20 additions & 0 deletions arch/arm64/boot/dts/rockchip/overlay/turing-rk1-sata2.dts
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
/dts-v1/;
/plugin/;

/ {
fragment@0 {
target = <&pcie2x1l1>;

__overlay__ {
status = "disabled";
};
};

fragment@1 {
target = <&sata2>;

__overlay__ {
status = "okay";
};
};
};

0 comments on commit 948245f

Please sign in to comment.