From 526064e2cb4744779937be1fa0cb1cc3db187be4 Mon Sep 17 00:00:00 2001 From: Seung-Woo Kim Date: Fri, 10 Jul 2020 16:56:20 +0900 Subject: [PATCH] Revert "ARM: dts: bcm2711-rpi-4-b: Add cts pin setting for bluetooth uart" This reverts commit 9e33125d91fdaf56aef72183f2481441ebbc0a78. Now, bcm2711-rpi-4-b.dts has two uart0 nodes, and pinctrl-0 is override from the second uart0 node. So this change is meanlingless, and it needs to be set from the second node. So, revert this and new change will be applied. Change-Id: Ibaa537851cf66fdd1843cf635e309d795cdbd441 Signed-off-by: Seung-Woo Kim --- arch/arm/boot/dts/bcm2711-rpi-4-b.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/bcm2711-rpi-4-b.dts b/arch/arm/boot/dts/bcm2711-rpi-4-b.dts index 0e5a110..acbe23e 100644 --- a/arch/arm/boot/dts/bcm2711-rpi-4-b.dts +++ b/arch/arm/boot/dts/bcm2711-rpi-4-b.dts @@ -338,7 +338,7 @@ /* uart0 communicates with the BT module */ &uart0 { pinctrl-names = "default"; - pinctrl-0 = <&uart0_ctsrts_gpio30 &uart0_pins &bt_pins>; + pinctrl-0 = <&uart0_ctsrts_gpio30 &uart0_gpio32>; uart-has-rtscts; status = "okay"; -- 2.7.4