summaryrefslogtreecommitdiff
path: root/arch/arm/dts/rk3328.dtsi
diff options
context:
space:
mode:
authorChen-Yu Tsai <wens@csie.org>2020-04-27 14:52:48 +0800
committerKever Yang <kever.yang@rock-chips.com>2020-05-01 18:32:56 +0800
commit32fd6169a199506b2d2ee08bde3b027fa227cbb0 (patch)
treee9494c6a79427797a4e78e04a0839cb8e913d227 /arch/arm/dts/rk3328.dtsi
parent032ca153e292c0ab9138c2bbd3106bf473b2527f (diff)
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>
Diffstat (limited to 'arch/arm/dts/rk3328.dtsi')
-rw-r--r--arch/arm/dts/rk3328.dtsi1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/dts/rk3328.dtsi b/arch/arm/dts/rk3328.dtsi
index 060c84e6c0..57719b82d1 100644
--- a/arch/arm/dts/rk3328.dtsi
+++ b/arch/arm/dts/rk3328.dtsi
@@ -483,7 +483,6 @@
"snps,dwc2";
reg = <0x0 0xff580000 0x0 0x40000>;
interrupts = <GIC_SPI 23 IRQ_TYPE_LEVEL_HIGH>;
- hnp-srp-disable;
dr_mode = "otg";
status = "disabled";
};