mirror of
https://github.com/armbian/build.git
synced 2025-08-15 15:46:58 +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>
53 lines
1.6 KiB
Diff
53 lines
1.6 KiB
Diff
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
From: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
|
|
Date: Fri, 1 May 2020 23:37:35 +0200
|
|
Subject: dt-bindings: net: dwmac-meson: Add the Ethernet clock input for
|
|
Meson6/8
|
|
|
|
The additional DWMAC register on Amlogic Meson6 and Meson8 SoCs take a
|
|
clock input (which is provided by the HHI clock controller). For RMII
|
|
mode this clock is derived from the RMII reference clock. Document this
|
|
clock input so the clock can be enabled when needed.
|
|
|
|
Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
|
|
---
|
|
Documentation/devicetree/bindings/net/amlogic,meson-dwmac.yaml | 22 ++++++++++
|
|
1 file changed, 22 insertions(+)
|
|
|
|
diff --git a/Documentation/devicetree/bindings/net/amlogic,meson-dwmac.yaml b/Documentation/devicetree/bindings/net/amlogic,meson-dwmac.yaml
|
|
index 111111111111..222222222222 100644
|
|
--- a/Documentation/devicetree/bindings/net/amlogic,meson-dwmac.yaml
|
|
+++ b/Documentation/devicetree/bindings/net/amlogic,meson-dwmac.yaml
|
|
@@ -127,6 +127,28 @@ allOf:
|
|
- 2800
|
|
- 3000
|
|
|
|
+ - if:
|
|
+ properties:
|
|
+ compatible:
|
|
+ contains:
|
|
+ enum:
|
|
+ - amlogic,meson6-dwmac
|
|
+ then:
|
|
+ properties:
|
|
+ clocks:
|
|
+ minItems: 1
|
|
+ maxItems: 2
|
|
+ items:
|
|
+ - description: GMAC main clock
|
|
+ - description: The RMII reference clock
|
|
+
|
|
+ clock-names:
|
|
+ minItems: 1
|
|
+ maxItems: 2
|
|
+ items:
|
|
+ - const: stmmaceth
|
|
+ - const: ethernet
|
|
+
|
|
properties:
|
|
compatible:
|
|
additionalItems: true
|
|
--
|
|
Armbian
|
|
|