mirror of https://lore.kernel.org/linux-amlogic/
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: meson-sm1-odroid: add cec nodes
@ 2021-10-07 18:01 Dmitry Shmidt
  2021-10-08 13:30 ` Neil Armstrong
  2021-11-15  9:29 ` Neil Armstrong
  0 siblings, 2 replies; 3+ messages in thread
From: Dmitry Shmidt @ 2021-10-07 18:01 UTC (permalink / raw)
  To: narmstrong, khilman, jbrunet, martin.blumenstingl
  Cc: linux-amlogic, linux-arm-kernel, linux-kernel, Dmitry Shmidt

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";
 };
-- 
2.33.0.882.g93a45727a2-goog


_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] arm64: dts: meson-sm1-odroid: add cec nodes
  2021-10-07 18:01 [PATCH] arm64: dts: meson-sm1-odroid: add cec nodes Dmitry Shmidt
@ 2021-10-08 13:30 ` Neil Armstrong
  2021-11-15  9:29 ` Neil Armstrong
  1 sibling, 0 replies; 3+ messages in thread
From: Neil Armstrong @ 2021-10-08 13:30 UTC (permalink / raw)
  To: Dmitry Shmidt, khilman, jbrunet, martin.blumenstingl
  Cc: linux-amlogic, linux-arm-kernel, linux-kernel

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

_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] arm64: dts: meson-sm1-odroid: add cec nodes
  2021-10-07 18:01 [PATCH] arm64: dts: meson-sm1-odroid: add cec nodes Dmitry Shmidt
  2021-10-08 13:30 ` Neil Armstrong
@ 2021-11-15  9:29 ` Neil Armstrong
  1 sibling, 0 replies; 3+ messages in thread
From: Neil Armstrong @ 2021-11-15  9:29 UTC (permalink / raw)
  To: khilman, Dmitry Shmidt, martin.blumenstingl, jbrunet
  Cc: Neil Armstrong, linux-amlogic, linux-arm-kernel, linux-kernel

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

_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-11-15 10:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-07 18:01 [PATCH] arm64: dts: meson-sm1-odroid: add cec nodes Dmitry Shmidt
2021-10-08 13:30 ` Neil Armstrong
2021-11-15  9:29 ` Neil Armstrong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®