mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-09-29 17:51:26 +02:00
rockchip: dts: rk3328: Move OTG node's hnp-srp-disable to rk3328-u-boot.dtsi
The "hnp-srp-disable" property for dwc2 is specific to U-boot, not part of upstream Linux's device tree bindings. Move it to rk3328-u-boot.dtsi to avoid losing it when syncing device tree files. Signed-off-by: Chen-Yu Tsai <wens@csie.org> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
This commit is contained in:
parent
032ca153e2
commit
32fd6169a1
@ -62,3 +62,7 @@
|
|||||||
/* mmc to sram can't do dma, prevent aborts transfering TF-A parts */
|
/* mmc to sram can't do dma, prevent aborts transfering TF-A parts */
|
||||||
u-boot,spl-fifo-mode;
|
u-boot,spl-fifo-mode;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&usb20_otg {
|
||||||
|
hnp-srp-disable;
|
||||||
|
};
|
||||||
|
@ -483,7 +483,6 @@
|
|||||||
"snps,dwc2";
|
"snps,dwc2";
|
||||||
reg = <0x0 0xff580000 0x0 0x40000>;
|
reg = <0x0 0xff580000 0x0 0x40000>;
|
||||||
interrupts = <GIC_SPI 23 IRQ_TYPE_LEVEL_HIGH>;
|
interrupts = <GIC_SPI 23 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
hnp-srp-disable;
|
|
||||||
dr_mode = "otg";
|
dr_mode = "otg";
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user