ARM: dts: bcm2711-rpi-4-b: Set extcon state for dwc2 cable as always true
authorDongwoo Lee <dwoo08.lee@samsung.com>
Tue, 18 Feb 2020 05:23:00 +0000 (14:23 +0900)
committerHoegeun Kwon <hoegeun.kwon@samsung.com>
Mon, 7 Feb 2022 07:09:31 +0000 (16:09 +0900)
Since this, extcon state for dwc2 udc becomes always 'USB=1'.

Change-Id: Ic76b6fbab2068861c374162461382ca223798d3d
Signed-off-by: Dongwoo Lee <dwoo08.lee@samsung.com>
Signed-off-by: Hoegeun Kwon <hoegeun.kwon@samsung.com>
 Conflicts:
arch/arm/boot/dts/bcm2711-rpi-4-b.dts

Signed-off-by: Hoegeun Kwon <hoegeun.kwon@samsung.com>
arch/arm/boot/dts/bcm2711-rpi-4-b.dts

index 5274f0f..f39d805 100644 (file)
 cam0_reg: &cam_dummy_reg {
 };
 
+&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";