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>
51 lines
1.2 KiB
Diff
51 lines
1.2 KiB
Diff
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
From: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
|
|
Date: Sun, 5 May 2019 11:44:20 +0200
|
|
Subject: ARM: dts: meson8b: add the AO CEC controller - WiP
|
|
|
|
WiP
|
|
|
|
Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
|
|
---
|
|
arch/arm/boot/dts/amlogic/meson8b.dtsi | 17 ++++++++++
|
|
1 file changed, 17 insertions(+)
|
|
|
|
diff --git a/arch/arm/boot/dts/amlogic/meson8b.dtsi b/arch/arm/boot/dts/amlogic/meson8b.dtsi
|
|
index 111111111111..222222222222 100644
|
|
--- a/arch/arm/boot/dts/amlogic/meson8b.dtsi
|
|
+++ b/arch/arm/boot/dts/amlogic/meson8b.dtsi
|
|
@@ -435,6 +435,14 @@ gpio_ao: ao-bank@14 {
|
|
gpio-ranges = <&pinctrl_aobus 0 0 16>;
|
|
};
|
|
|
|
+ hdmi_cec_ao_pins: hdmi-cec-ao {
|
|
+ mux {
|
|
+ groups = "hdmi_cec_1";
|
|
+ function = "hdmi_cec";
|
|
+ bias-pull-up;
|
|
+ };
|
|
+ };
|
|
+
|
|
i2s_am_clk_pins: i2s-am-clk-out {
|
|
mux {
|
|
groups = "i2s_am_clk_out";
|
|
@@ -491,6 +499,15 @@ mux {
|
|
};
|
|
};
|
|
};
|
|
+
|
|
+ cec_AO: cec@100 {
|
|
+ compatible = "amlogic,meson-gx-ao-cec"; // FIXME
|
|
+ reg = <0x100 0x14>;
|
|
+ interrupts = <GIC_SPI 151 IRQ_TYPE_EDGE_RISING>;
|
|
+ // TODO: 32768HZ clock
|
|
+ hdmi-phandle = <&hdmi_tx>;
|
|
+ status = "disabled";
|
|
+ };
|
|
};
|
|
|
|
&ao_arc_rproc {
|
|
--
|
|
Armbian
|
|
|