Skip to content

Commit

Permalink
fix: fiq_debugger must be disabled when using uart2-m0 pins
Browse files Browse the repository at this point in the history
Fixes radxa-pkg#375

Signed-off-by: ZHANG Yuntian <[email protected]>
  • Loading branch information
RadxaYuntian committed Nov 1, 2024
1 parent ea57ba2 commit d24f87e
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@
compatible = "rockchip,rk3566", "rockchip,rk3568";
};
};

&fiq_debugger {
status = "disabled";
};
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/rockchip/overlays/rk3568-uart2-m0.dts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "rk3399-disable-fiq-debugger.dts"
#include "rk3568-disable-fiq-debugger.dts"

/ {
metadata {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "rk3399-disable-fiq-debugger.dts"
#include "rk3568-disable-fiq-debugger.dts"

/ {
metadata {
Expand Down
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/rockchip/overlays/rk3588-i2c1-m0.dts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "rk3399-disable-fiq-debugger.dts"
#include "rk3588-disable-fiq-debugger.dts"

/ {
metadata {
Expand Down
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/rockchip/overlays/rk3588-uart2-m0.dts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "rk3399-disable-fiq-debugger.dts"
#include "rk3588-disable-fiq-debugger.dts"

/ {
metadata {
Expand Down

0 comments on commit d24f87e

Please sign in to comment.