mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 04:10:18 +09:00
ARM: dts: px3se-evb: disable uart1
Because px3se evb board enables fiq-debugger on uart1, this disables uart1 and set uart1 iomux in fiq-debugger. Change-Id: I0432216ee2162699309605c72600ad56a1e6c7b9 Signed-off-by: Shunqian Zheng <zhengsq@rock-chips.com>
This commit is contained in:
committed by
Tao Huang
parent
8c7bd35db4
commit
95f651aba2
@@ -84,6 +84,10 @@
|
||||
|
||||
fiq-debugger {
|
||||
compatible = "rockchip,fiq-debugger";
|
||||
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&uart1_xfer>;
|
||||
|
||||
rockchip,serial-id = <1>;
|
||||
rockchip,wake-irq = <0>;
|
||||
/* If enable uart uses irq instead of fiq */
|
||||
@@ -514,7 +518,8 @@
|
||||
};
|
||||
|
||||
&uart1 {
|
||||
status = "okay";
|
||||
/* disable uart1 explicitly since fiq-debugger is on uart1 */
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
&usb_host_ehci {
|
||||
|
||||
Reference in New Issue
Block a user