mirror of
https://github.com/armbian/build.git
synced 2025-08-16 08:06:59 +02:00
* Add MXQ target. Copy HDMI fix from odroid-c1. * meson8, MXQ: add boot from usb support, configurable dtb * MXQ: remove boot logo Built-in U-BOOT is used, so the logo will not be displayed anyway. * meson: kernel update: legacy -> 6.6, current -> 6.12 * Change Odroid C1 and Onecloud to community supported as build now passes --------- Co-authored-by: Igor Pecovnik <igor@armbian.com>
31 lines
988 B
Diff
31 lines
988 B
Diff
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
From: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
|
|
Date: Wed, 16 Jun 2021 20:38:07 +0200
|
|
Subject: ARM: dts: meson: Add GPIO controller capabilities to the first USB
|
|
PHY
|
|
|
|
This is needed for boards that implement OTG functionality to read out
|
|
the value of the "ID" signal (e.g. on Micro USB connectors).
|
|
|
|
Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
|
|
---
|
|
arch/arm/boot/dts/amlogic/meson.dtsi | 2 ++
|
|
1 file changed, 2 insertions(+)
|
|
|
|
diff --git a/arch/arm/boot/dts/amlogic/meson.dtsi b/arch/arm/boot/dts/amlogic/meson.dtsi
|
|
index 111111111111..222222222222 100644
|
|
--- a/arch/arm/boot/dts/amlogic/meson.dtsi
|
|
+++ b/arch/arm/boot/dts/amlogic/meson.dtsi
|
|
@@ -124,6 +124,8 @@ usb0_phy: phy@8800 {
|
|
compatible = "amlogic,meson-mx-usb2-phy";
|
|
#phy-cells = <0>;
|
|
reg = <0x8800 0x20>;
|
|
+ gpio-controller;
|
|
+ #gpio-cells = <2>;
|
|
status = "disabled";
|
|
};
|
|
|
|
--
|
|
Armbian
|
|
|