diff mbox series

arm64: dts: meson-sm1-odroid: add cec nodes

Message ID 20211007180130.805401-1-dimitrysh@google.com (mailing list archive)
State New, archived
Headers show
Series arm64: dts: meson-sm1-odroid: add cec nodes | expand

Commit Message

Dmitry Shmidt Oct. 7, 2021, 6:01 p.m. UTC
Enable CEC in same way it is done for other meson odroid devices

Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
---
 arch/arm64/boot/dts/amlogic/meson-sm1-odroid.dtsi | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

Comments

Neil Armstrong Oct. 8, 2021, 1:30 p.m. UTC | #1
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 <dimitrysh@google.com>
> ---
>  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 <narmstrong@baylibre.com>

Neil
Neil Armstrong Nov. 15, 2021, 9:29 a.m. UTC | #2
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
diff mbox series

Patch

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";
 };