2021-10-07 18:03:42

by Dmitry Shmidt

[permalink] [raw]
Subject: [PATCH] arm64: dts: meson-sm1-odroid: add cec nodes

Enable CEC in same way it is done for other meson odroid devices

Signed-off-by: Dmitry Shmidt <[email protected]>
---
arch/arm64/boot/dts/amlogic/meson-sm1-odroid.dtsi | 14 ++++++++++++++
1 file changed, 14 insertions(+)

diff --git a/arch/arm64/boot/dts/amlogic/meson-sm1-odroid.dtsi b/arch/arm64/boot/dts/amlogic/meson-sm1-odroid.dtsi
index fd0ad85c165b..7eed4849233d 100644
--- a/arch/arm64/boot/dts/amlogic/meson-sm1-odroid.dtsi
+++ b/arch/arm64/boot/dts/amlogic/meson-sm1-odroid.dtsi
@@ -225,6 +225,20 @@ &arb {
status = "okay";
};

+&cec_AO {
+ pinctrl-0 = <&cec_ao_a_h_pins>;
+ pinctrl-names = "default";
+ status = "disabled";
+ hdmi-phandle = <&hdmi_tx>;
+};
+
+&cecb_AO {
+ pinctrl-0 = <&cec_ao_b_h_pins>;
+ pinctrl-names = "default";
+ status = "okay";
+ hdmi-phandle = <&hdmi_tx>;
+};
+
&clkc_audio {
status = "okay";
};
--
2.33.0.882.g93a45727a2-goog


2021-10-08 13:32:24

by Neil Armstrong

[permalink] [raw]
Subject: Re: [PATCH] arm64: dts: meson-sm1-odroid: add cec nodes

Hi,

On 07/10/2021 20:01, Dmitry Shmidt wrote:
> Enable CEC in same way it is done for other meson odroid devices
>
> Signed-off-by: Dmitry Shmidt <[email protected]>
> ---
> arch/arm64/boot/dts/amlogic/meson-sm1-odroid.dtsi | 14 ++++++++++++++
> 1 file changed, 14 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/amlogic/meson-sm1-odroid.dtsi b/arch/arm64/boot/dts/amlogic/meson-sm1-odroid.dtsi
> index fd0ad85c165b..7eed4849233d 100644
> --- a/arch/arm64/boot/dts/amlogic/meson-sm1-odroid.dtsi
> +++ b/arch/arm64/boot/dts/amlogic/meson-sm1-odroid.dtsi
> @@ -225,6 +225,20 @@ &arb {
> status = "okay";
> };
>
> +&cec_AO {
> + pinctrl-0 = <&cec_ao_a_h_pins>;
> + pinctrl-names = "default";
> + status = "disabled";
> + hdmi-phandle = <&hdmi_tx>;
> +};
> +
> +&cecb_AO {
> + pinctrl-0 = <&cec_ao_b_h_pins>;
> + pinctrl-names = "default";
> + status = "okay";
> + hdmi-phandle = <&hdmi_tx>;
> +};
> +
> &clkc_audio {
> status = "okay";
> };
>

Thanks,

Reviewed-by: Neil Armstrong <[email protected]>

Neil

2021-11-15 09:30:21

by Neil Armstrong

[permalink] [raw]
Subject: Re: [PATCH] arm64: dts: meson-sm1-odroid: add cec nodes

Hi,

On Thu, 7 Oct 2021 11:01:30 -0700, Dmitry Shmidt wrote:
> Enable CEC in same way it is done for other meson odroid devices
>
>

Thanks, Applied to https://git.kernel.org/pub/scm/linux/kernel/git/amlogic/linux.git (v5.17/dt64)

[1/1] arm64: dts: meson-sm1-odroid: add cec nodes
https://git.kernel.org/amlogic/c/83c9eee72603adbaaf0420eb2c4d537a9d65d5fe

--
Neil