From: Dongwoo Lee Date: Tue, 18 Feb 2020 05:23:00 +0000 (+0900) Subject: ARM: dts: bcm2711-rpi-4-b: Set extcon state for dwc2 cable as always true X-Git-Tag: accepted/tizen/unified/20210330.111217~121 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0b438cf281bb3e21988262349c17cc817f2a865d;p=platform%2Fkernel%2Flinux-rpi.git ARM: dts: bcm2711-rpi-4-b: Set extcon state for dwc2 cable as always true Since this, extcon state for dwc2 udc becomes always 'USB=1'. Change-Id: Ic76b6fbab2068861c374162461382ca223798d3d Signed-off-by: Dongwoo Lee Signed-off-by: Hoegeun Kwon --- diff --git a/arch/arm/boot/dts/bcm2711-rpi-4-b.dts b/arch/arm/boot/dts/bcm2711-rpi-4-b.dts index cf87ade..01cc996 100644 --- a/arch/arm/boot/dts/bcm2711-rpi-4-b.dts +++ b/arch/arm/boot/dts/bcm2711-rpi-4-b.dts @@ -729,6 +729,16 @@ gpio = <&expgpio 5 GPIO_ACTIVE_HIGH>; }; +&usb { + compatible = "brcm,bcm2835-usb"; + dr_mode = "otg"; + g-np-tx-fifo-size = <32>; + g-rx-fifo-size = <558>; + g-tx-fifo-size = <512 512 512 512 512 256 256>; + status = "okay"; + g-extcon-always-on; +}; + / { __overrides__ { act_led_gpio = <&act_led>,"gpios:4";