Revert "ARM: dts: bcm2711-rpi-4-b: Add cts pin setting for bluetooth uart"
authorSeung-Woo Kim <sw0312.kim@samsung.com>
Fri, 10 Jul 2020 07:56:20 +0000 (16:56 +0900)
committerHoegeun Kwon <hoegeun.kwon@samsung.com>
Wed, 23 Nov 2022 02:23:53 +0000 (11:23 +0900)
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 <sw0312.kim@samsung.com>
arch/arm/boot/dts/bcm2711-rpi-4-b.dts

index ecd3329..9f2a89e 100644 (file)
 /* 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";