mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-14 04:46:01 +01:00
arm: dts: meson-gxl: fix USB gadget by adding missing nodes for U-Boot
The khadas-vim, khadas-vim2, libretech-ac & libretech-*-pc boards were missing DT tweak to enable USB gadget. Add them to their -u-boot.dtsi files and include the right gxl-u-boot.dtsi. Fixes: a19e8a0f03 ("arm: dts: meson-gxl: Add USB Gadget nodes for U-Boot") Reported-by: Jerome Brunet <jbrunet@baylibre.com> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
This commit is contained in:
parent
fbb23964e8
commit
3678a5f059
@ -4,4 +4,8 @@
|
||||
* Author: Neil Armstrong <narmstrong@baylibre.com>
|
||||
*/
|
||||
|
||||
#include "meson-gx-u-boot.dtsi"
|
||||
#include "meson-gxl-u-boot.dtsi"
|
||||
|
||||
&dwc2 {
|
||||
status = "okay";
|
||||
};
|
||||
|
@ -4,4 +4,8 @@
|
||||
* Author: Neil Armstrong <narmstrong@baylibre.com>
|
||||
*/
|
||||
|
||||
#include "meson-gx-u-boot.dtsi"
|
||||
#include "meson-gxl-u-boot.dtsi"
|
||||
|
||||
&dwc2 {
|
||||
status = "okay";
|
||||
};
|
||||
|
@ -5,3 +5,7 @@
|
||||
*/
|
||||
|
||||
#include "meson-gxl-u-boot.dtsi"
|
||||
|
||||
&dwc2 {
|
||||
status = "okay";
|
||||
};
|
||||
|
@ -4,7 +4,7 @@
|
||||
* Author: Neil Armstrong <narmstrong@baylibre.com>
|
||||
*/
|
||||
|
||||
#include "meson-gx-u-boot.dtsi"
|
||||
#include "meson-gxl-u-boot.dtsi"
|
||||
|
||||
/ {
|
||||
aliases {
|
||||
@ -12,6 +12,10 @@
|
||||
};
|
||||
};
|
||||
|
||||
&dwc2 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&sd_emmc_c {
|
||||
status = "okay";
|
||||
pinctrl-0 = <&emmc_pins>;
|
||||
|
@ -4,4 +4,8 @@
|
||||
* Author: Neil Armstrong <narmstrong@baylibre.com>
|
||||
*/
|
||||
|
||||
#include "meson-gx-u-boot.dtsi"
|
||||
#include "meson-gxl-u-boot.dtsi"
|
||||
|
||||
&dwc2 {
|
||||
status = "okay";
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user