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:
Dongjin Kim
2024-08-12 12:19:19 +09:00
parent a63bd706eb
commit e6c8b4cecd
2 changed files with 0 additions and 18 deletions

View File

@@ -20,7 +20,6 @@ dtbo-y += \
spdif_p32.dtbo \
spi0.dtbo \
ttyfiq0_115200.dtbo \
uart0-with-ctsrts.dtbo \
uart0.dtbo \
uart1.dtbo \
uart2.dtbo \

View File

@@ -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";
};
};
};