ARM: dts: bcm2711-rpi-4-b: Add cts pin setting for bluetooth uart
authorJaehoon Chung <jh80.chung@samsung.com>
Tue, 26 Nov 2019 08:06:28 +0000 (17:06 +0900)
committerHoegeun Kwon <hoegeun.kwon@samsung.com>
Mon, 6 Jul 2020 09:09:08 +0000 (18:09 +0900)
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 <jh80.chung@samsung.com>
arch/arm/boot/dts/bcm2711-rpi-4-b.dts

index a392164..08fdeed 100644 (file)
 /* 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";