projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
38df575
)
ARM: dts: sun8i: h3: beelink-x2: Add GPIO CEC node
author
Jernej Skrabec
<jernej.skrabec@gmail.com>
Sat, 20 Nov 2021 10:20:24 +0000
(11:20 +0100)
committer
Maxime Ripard
<maxime@cerno.tech>
Mon, 22 Nov 2021 09:04:37 +0000
(10:04 +0100)
Beelink X2 doesn't use HW CEC controller found in DW HDMI core. It has
dedicated GPIO pin for that purpose.
Add a node for it.
Signed-off-by: Jernej Skrabec <jernej.skrabec@gmail.com>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Link:
https://lore.kernel.org/r/20211120102024.439456-1-jernej.skrabec@gmail.com
arch/arm/boot/dts/sun8i-h3-beelink-x2.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/sun8i-h3-beelink-x2.dts
b/arch/arm/boot/dts/sun8i-h3-beelink-x2.dts
index 9dfd1a86b6c60f1cc3ad9cd69e10dc0b65dee74f..cd9f655e4f9240b81a5cba8a5de8123fd5df6507 100644
(file)
--- a/
arch/arm/boot/dts/sun8i-h3-beelink-x2.dts
+++ b/
arch/arm/boot/dts/sun8i-h3-beelink-x2.dts
@@
-57,6
+57,12
@@
ethernet1 = &sdiowifi;
};
+ cec-gpio {
+ compatible = "cec-gpio";
+ cec-gpios = <&pio 0 14 (GPIO_ACTIVE_HIGH|GPIO_OPEN_DRAIN)>; /* PA14 */
+ hdmi-phandle = <&hdmi>;
+ };
+
chosen {
stdout-path = "serial0:115200n8";
};