From 9e33125d91fdaf56aef72183f2481441ebbc0a78 Mon Sep 17 00:00:00 2001 From: Jaehoon Chung Date: Tue, 26 Nov 2019 17:06:28 +0900 Subject: [PATCH] ARM: dts: bcm2711-rpi-4-b: Add cts pin setting for bluetooth uart This patch is referred to bcm2710-rpi-3-b-plus.dts. The below is its commit-msg: There is missing cts pin for uart0 used by bluetooth. Add the cts pin setting as like bcm2837-rpi-3-b-plus. Change-Id: I3e206b00145c24ddc86ad9dc57bef6f683622285 Signed-off-by: Jaehoon Chung --- 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 a392164..08fdeed 100644 --- a/arch/arm/boot/dts/bcm2711-rpi-4-b.dts +++ b/arch/arm/boot/dts/bcm2711-rpi-4-b.dts @@ -151,7 +151,7 @@ /* uart0 communicates with the BT module */ &uart0 { pinctrl-names = "default"; - pinctrl-0 = <&uart0_ctsrts_gpio30 &uart0_gpio32>; + pinctrl-0 = <&uart0_ctsrts_gpio30 &uart0_pins &bt_pins>; uart-has-rtscts; status = "okay"; -- 2.7.4