ARM: dts: sun8i: h3-beelink-x2: align HDMI CEC node names with dtschema
The bindings expect "cec" for HDMI CEC node. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Acked-by: Jernej Skrabec <jernej.skrabec@gmail.com> Link: https://lore.kernel.org/r/20221204183341.139946-1-krzysztof.kozlowski@linaro.org Signed-off-by: Jernej Skrabec <jernej.skrabec@gmail.com>
This commit is contained in:
parent
862ee64b3a
commit
04961fbe8e
|
@ -57,7 +57,7 @@
|
|||
ethernet1 = &sdiowifi;
|
||||
};
|
||||
|
||||
cec-gpio {
|
||||
cec {
|
||||
compatible = "cec-gpio";
|
||||
cec-gpios = <&pio 0 14 (GPIO_ACTIVE_HIGH|GPIO_OPEN_DRAIN)>; /* PA14 */
|
||||
hdmi-phandle = <&hdmi>;
|
||||
|
|
Loading…
Reference in New Issue