Skip to content

Commit

Permalink
rk3566-roc-pc add sata dtbo
Browse files Browse the repository at this point in the history
  • Loading branch information
chainsx committed Jun 19, 2024
1 parent 95c73cd commit fff5b5a
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 @@ -70,6 +70,7 @@ dtbo-$(CONFIG_ARCH_ROCKCHIP) += \
khadas-edge2-cam3.dtbo \
rockchip-rk3588-opp-oc-24ghz.dtbo \
rockchip-rk3588-panthor-gpu.dtbo \
rk3566-roc-pc-sata2.dtbo \
rk3588-can0-m0.dtbo \
rk3588-can1-m0.dtbo \
rk3588-can1-m1.dtbo \
Expand Down
20 changes: 20 additions & 0 deletions arch/arm64/boot/dts/rockchip/overlay/rk3566-roc-pc-sata2.dts
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
/dts-v1/;
/plugin/;

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

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

fragment@1 {
target = <&pcie2x1>;

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

0 comments on commit fff5b5a

Please sign in to comment.