From af1a266670d040d2f4083ff309d732d648afba2a Mon Sep 17 00:00:00 2001 From: Angelos Mouzakitis Date: Tue, 10 Oct 2023 14:33:42 +0000 Subject: Add submodule dependency files Change-Id: Iaf8d18082d3991dec7c0ebbea540f092188eb4ec --- roms/u-boot/arch/arm/dts/imx6qdl-dhcom-u-boot.dtsi | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 roms/u-boot/arch/arm/dts/imx6qdl-dhcom-u-boot.dtsi (limited to 'roms/u-boot/arch/arm/dts/imx6qdl-dhcom-u-boot.dtsi') diff --git a/roms/u-boot/arch/arm/dts/imx6qdl-dhcom-u-boot.dtsi b/roms/u-boot/arch/arm/dts/imx6qdl-dhcom-u-boot.dtsi new file mode 100644 index 000000000..4c3b5e82d --- /dev/null +++ b/roms/u-boot/arch/arm/dts/imx6qdl-dhcom-u-boot.dtsi @@ -0,0 +1,9 @@ +// SPDX-License-Identifier: (GPL-2.0+) +/* + * Copyright (C) 2020 Harald Seiler + */ + +®_usb_otg_vbus { + gpio = <&gpio3 31 GPIO_ACTIVE_HIGH>; + enable-active-high; +}; -- cgit 1.2.3-korg