forked from radxa-pkg/radxa-overlays
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: fiq_debugger must be disabled when using uart2-m0 pins
Fixes radxa-pkg#375 Signed-off-by: ZHANG Yuntian <[email protected]>
- Loading branch information
1 parent
ea57ba2
commit d24f87e
Showing
5 changed files
with
8 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,3 +5,7 @@ | |
compatible = "rockchip,rk3566", "rockchip,rk3568"; | ||
}; | ||
}; | ||
|
||
&fiq_debugger { | ||
status = "disabled"; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 { | ||
|
2 changes: 1 addition & 1 deletion
2
arch/arm64/boot/dts/rockchip/overlays/rk3588-disable-fiq-debugger.dts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 { | ||
|