Skip to content

Commit

Permalink
Radxa rock-3a - edge - add overlay to disable debug console (armbian#…
Browse files Browse the repository at this point in the history
…7402)

* rock-3a: add overlay to disable debug serial console

* Update Makefile

* Update patch/kernel/archive/rockchip64-6.11/overlay/Makefile

Co-authored-by: ColorfulRhino <[email protected]>

* Rename rockchip-rock-3a-disable-uart2.dtso to rockchip-rk3568-rock-3a-disable-uart2.dtso

---------

Co-authored-by: ColorfulRhino <[email protected]>
  • Loading branch information
mr-toolcraft and ColorfulRhino authored Oct 28, 2024
1 parent 29adf3b commit a8e7d17
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
3 changes: 2 additions & 1 deletion patch/kernel/archive/rockchip64-6.11/overlay/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ dtbo-$(CONFIG_ARCH_ROCKCHIP) += \
rockchip-rk3568-hk-spi-spidev.dtbo \
rockchip-rk3568-hk-uart0.dtbo \
rockchip-rk3568-hk-uart0-rts_cts.dtbo \
rockchip-rk3568-hk-uart1.dtbo
rockchip-rk3568-hk-uart1.dtbo \
rockchip-rk3568-rock-3a-disable-uart2.dtbo

scr-$(CONFIG_ARCH_ROCKCHIP) += \
rockchip-fixup.scr
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
/dts-v1/;
/plugin/;

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

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

0 comments on commit a8e7d17

Please sign in to comment.