Enable MMC and USB device mode by default to be able to use fastboot for flashing images to IPQ9574 based boards.
Signed-off-by: Varadarajan Narayanan <quic_var...@quicinc.com> --- arch/arm/dts/ipq9574-rdp433-u-boot.dtsi | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/arch/arm/dts/ipq9574-rdp433-u-boot.dtsi b/arch/arm/dts/ipq9574-rdp433-u-boot.dtsi index 390e2338d65..9f04c0c1077 100644 --- a/arch/arm/dts/ipq9574-rdp433-u-boot.dtsi +++ b/arch/arm/dts/ipq9574-rdp433-u-boot.dtsi @@ -22,4 +22,10 @@ * reset done sdhci_init() times out. */ resets = <&gcc GCC_SDCC_BCR>; + + status = "okay"; +}; + +&usb_0_dwc3 { + dr_mode = "peripheral"; }; -- 2.34.1