mirror of https://github.com/armbian/build.git
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:08 +0200
|
|
Subject: ARM: dts: meson8: add the AO CEC controller - WiP
|
|
|
|
WiP
|
|
|
|
Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
|
|
---
|
|
arch/arm/boot/dts/amlogic/meson8.dtsi | 17 ++++++++++
|
|
1 file changed, 17 insertions(+)
|
|
|
|
diff --git a/arch/arm/boot/dts/amlogic/meson8.dtsi b/arch/arm/boot/dts/amlogic/meson8.dtsi
|
|
index 111111111111..222222222222 100644
|
|
--- a/arch/arm/boot/dts/amlogic/meson8.dtsi
|
|
+++ b/arch/arm/boot/dts/amlogic/meson8.dtsi
|
|
@@ -478,6 +478,14 @@ gpio_ao: ao-bank@14 {
|
|
gpio-ranges = <&pinctrl_aobus 0 0 16>;
|
|
};
|
|
|
|
+ hdmi_cec_ao_pins: hdmi-cec-ao {
|
|
+ mux {
|
|
+ groups = "hdmi_cec_ao";
|
|
+ function = "hdmi_cec_ao";
|
|
+ bias-pull-up;
|
|
+ };
|
|
+ };
|
|
+
|
|
i2s_am_clk_pins: i2s-am-clk-out {
|
|
mux {
|
|
groups = "i2s_am_clk_out_ao";
|
|
@@ -542,6 +550,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
|
|
|