mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07: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
1.0 KiB
Diff
31 lines
1.0 KiB
Diff
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
From: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
|
|
Date: Fri, 1 May 2020 23:23:49 +0200
|
|
Subject: dt-bindings: clock: meson8b: Add the Meson8 Ethernet (RMII) clocks
|
|
|
|
Export CLKID_ETH_CLK (and it's parents) because it is used as input for
|
|
the Ethernet controller on Meson8 SoCs.
|
|
|
|
Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
|
|
---
|
|
include/dt-bindings/clock/meson8b-clkc.h | 4 ++++
|
|
1 file changed, 4 insertions(+)
|
|
|
|
diff --git a/include/dt-bindings/clock/meson8b-clkc.h b/include/dt-bindings/clock/meson8b-clkc.h
|
|
index 111111111111..222222222222 100644
|
|
--- a/include/dt-bindings/clock/meson8b-clkc.h
|
|
+++ b/include/dt-bindings/clock/meson8b-clkc.h
|
|
@@ -221,5 +221,9 @@
|
|
#define CLKID_VCLK2_EN 215
|
|
#define CLKID_VID_PLL_LVDS_EN 216
|
|
#define CLKID_HDMI_PLL_DCO_IN 217
|
|
+#define CLKID_ETH_CLK_SEL 218
|
|
+#define CLKID_ETH_CLK_DIV 219
|
|
+#define CLKID_ETH_CLK_PHASE 220
|
|
+#define CLKID_ETH_CLK 221
|
|
|
|
#endif /* __MESON8B_CLKC_H */
|
|
--
|
|
Armbian
|
|
|