ARM: dts: bcm2710-rpi-3-b-plus: remove duplicated uart0_ctsrts_gpio30 node
authorSeung-Woo Kim <sw0312.kim@samsung.com>
Thu, 25 Jul 2019 07:34:59 +0000 (16:34 +0900)
committerHoegeun Kwon <hoegeun.kwon@samsung.com>
Mon, 6 Jul 2020 09:08:20 +0000 (18:08 +0900)
The commit ad3b011329c8 ("ARM: dts: bcm2710-rpi-3-b-plus: Add cts
pin setting for bluetooth uart") introduced duplicated dt node,
uart0_ctsrts_gpio30, because it is already defined in bcm283x.dtsi.
Remove the duplicated dt node.

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

index fb95381..b733784 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>;