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>
/* 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";