Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1649313

[PATCH 2/5] ARM64: dts: meson-gxl: Add CEC pins nodes

From Neil Armstrong <narmstrong@baylibre.com>
Newsgroups linux.kernel
Subject [PATCH 2/5] ARM64: dts: meson-gxl: Add CEC pins nodes
Date 2017-05-24 10:50 +0200
Message-ID <tKA9t-8rl-57@gated-at.bofh.it> (permalink)
References <tKzZM-8mT-9@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Add the AO and EE domain CEC pins nodes for the Amlogic Meson GXL SoCs.

Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
---
 arch/arm64/boot/dts/amlogic/meson-gxl.dtsi | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi b/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi
index 3efad5f..478d3b4 100644
--- a/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi
+++ b/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi
@@ -190,6 +190,20 @@
 				function = "spdif_out_ao";
 			};
 		};
+
+		ao_cec_pins: ao_cec {
+			mux {
+				groups = "ao_cec";
+				function = "cec_ao";
+			};
+		};
+
+		ee_cec_pins: ee_cec {
+			mux {
+				groups = "ee_cec";
+				function = "cec_ao";
+			};
+		};
 	};
 };
 
-- 
1.9.1

Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread


Thread

[PATCH 0/5] ARM64: dts: meson: Add CEC, Ethernet Link and SPI pins nodes Neil Armstrong <narmstrong@baylibre.com> - 2017-05-24 10:40 +0200
  [PATCH 4/5] ARM64: dts: meson-gxbb: Add SPI pinctrl nodes Neil Armstrong <narmstrong@baylibre.com> - 2017-05-24 10:40 +0200
  [PATCH 5/5] ARM64: dts: meson-gxl: Add SPI pinctrl nodes Neil Armstrong <narmstrong@baylibre.com> - 2017-05-24 10:40 +0200
  [PATCH 3/5] ARM64: dts: meson-gxl: Add Ethernet PHY LEDS pins nodes Neil Armstrong <narmstrong@baylibre.com> - 2017-05-24 10:40 +0200
  [PATCH 1/5] ARM64: dts: meson-gxbb: Add CEC pins nodes Neil Armstrong <narmstrong@baylibre.com> - 2017-05-24 10:50 +0200
  [PATCH 2/5] ARM64: dts: meson-gxl: Add CEC pins nodes Neil Armstrong <narmstrong@baylibre.com> - 2017-05-24 10:50 +0200

csiph-web