mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
ODROID-M2: dtb/dtbo: remove 'uart0-with-ctsrts' not working
Signed-off-by: Dongjin Kim <tobetter@gmail.com> Change-Id: Ie85ac52687c44a58b30af6b461ea6f8f5c4ea14f
This commit is contained in:
@@ -19,7 +19,6 @@ dtbo-y += \
|
||||
spdif_p32.dtbo \
|
||||
spi0.dtbo \
|
||||
ttyfiq0_115200.dtbo \
|
||||
uart0-with-ctsrts.dtbo \
|
||||
uart0.dtbo \
|
||||
uart1.dtbo \
|
||||
uart2.dtbo \
|
||||
|
||||
@@ -1,17 +0,0 @@
|
||||
/dts-v1/;
|
||||
/plugin/;
|
||||
|
||||
#include <dt-bindings/gpio/gpio.h>
|
||||
#include <dt-bindings/pinctrl/rockchip.h>
|
||||
|
||||
/ {
|
||||
fragment@0 {
|
||||
target = <&uart7>;
|
||||
|
||||
__overlay__ {
|
||||
cts-gpios = <&gpio1 RK_PB7 GPIO_ACTIVE_LOW>;
|
||||
rts-gpios = <&gpio1 RK_PB6 GPIO_ACTIVE_LOW>;
|
||||
status = "okay";
|
||||
};
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user