mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 02:50:49 +09:00
ODROID-M2: dtb/dtbo: remove 'uart0-with-ctsrts' not working
Signed-off-by: Dongjin Kim <tobetter@gmail.com> Change-Id: Ib187edfd1b128b11ebea079658d8c730ef6f5c6f
This commit is contained in:
@@ -20,7 +20,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