ARM: dts: bcm2710-rpi-3-b-plus: Add cts pin setting for bluetooth uart
authorSeung-Woo Kim <sw0312.kim@samsung.com>
Tue, 23 Jul 2019 09:31:05 +0000 (18:31 +0900)
committerHoegeun Kwon <hoegeun.kwon@samsung.com>
Mon, 4 Nov 2019 09:00:55 +0000 (18:00 +0900)
There is missing cts pin for uart0 used by bluetooth. Add the cts
pin setting as like bcm2837-rpi-3-b-plus.

Change-Id: Iefdf80ec0d523b85f7a6e579e1544a67b9139212
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
arch/arm/boot/dts/bcm2710-rpi-3-b-plus.dts

index f21ec97..aa2768d 100644 (file)
                brcm,pull;
        };
 
+       uart0_ctsrts_gpio30: uart0_ctsrts_gpio30 {
+               brcm,pins = <30 31>;
+               brcm,function = <BCM2835_FSEL_ALT3>;
+               brcm,pull = <BCM2835_PUD_UP BCM2835_PUD_OFF>;
+       };
+
        audio_pins: audio_pins {
                brcm,pins = <40 41>;
                brcm,function = <4>;
 
 &uart0 {
        pinctrl-names = "default";
-       pinctrl-0 = <&uart0_pins &bt_pins>;
+       pinctrl-0 = <&uart0_ctsrts_gpio30 &uart0_pins &bt_pins>;
        status = "okay";
 };