* [PATCH] arm64: dts: rock960: Enable HDMI audio devices
@ 2019-01-29 11:33 Ezequiel Garcia
2019-01-29 11:40 ` Manivannan Sadhasivam
0 siblings, 1 reply; 4+ messages in thread
From: Ezequiel Garcia @ 2019-01-29 11:33 UTC (permalink / raw)
To: Heiko Stuebner
Cc: linux-rockchip, Manivannan Sadhasivam, Enric Balletbo i Serra,
kernel, Ezequiel Garcia, linux-arm-kernel
This commit enable the hdmi-sound and i2s2 devices needed
to have audio over HDMI.
Signed-off-by: Ezequiel Garcia <ezequiel@collabora.com>
---
arch/arm64/boot/dts/rockchip/rk3399-rock960.dtsi | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/arch/arm64/boot/dts/rockchip/rk3399-rock960.dtsi b/arch/arm64/boot/dts/rockchip/rk3399-rock960.dtsi
index f04a31d48ba4..1bbf0b1f9374 100644
--- a/arch/arm64/boot/dts/rockchip/rk3399-rock960.dtsi
+++ b/arch/arm64/boot/dts/rockchip/rk3399-rock960.dtsi
@@ -94,6 +94,10 @@
status = "okay";
};
+&hdmi_sound {
+ status = "okay";
+};
+
&i2c0 {
clock-frequency = <400000>;
i2c-scl-rising-time-ns = <168>;
@@ -336,6 +340,10 @@
status = "okay";
};
+&i2s2 {
+ status = "okay";
+};
+
&io_domains {
bt656-supply = <&vcc1v8_s0>; /* bt656_gpio2ab_ms */
audio-supply = <&vcc1v8_s0>; /* audio_gpio3d4a_ms */
--
2.20.1
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] arm64: dts: rock960: Enable HDMI audio devices
2019-01-29 11:33 [PATCH] arm64: dts: rock960: Enable HDMI audio devices Ezequiel Garcia
@ 2019-01-29 11:40 ` Manivannan Sadhasivam
2019-01-29 12:08 ` Ezequiel Garcia
0 siblings, 1 reply; 4+ messages in thread
From: Manivannan Sadhasivam @ 2019-01-29 11:40 UTC (permalink / raw)
To: Ezequiel Garcia
Cc: Enric Balletbo i Serra, linux-rockchip, kernel, Heiko Stuebner,
linux-arm-kernel
On Tue, Jan 29, 2019 at 08:33:24AM -0300, Ezequiel Garcia wrote:
> This commit enable the hdmi-sound and i2s2 devices needed
> to have audio over HDMI.
>
> Signed-off-by: Ezequiel Garcia <ezequiel@collabora.com>
Since this patch affects both Rock960 and Ficus, it should be mentioned
in the description. Other than that,
Acked-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Thanks,
Mani
> ---
> arch/arm64/boot/dts/rockchip/rk3399-rock960.dtsi | 8 ++++++++
> 1 file changed, 8 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/rockchip/rk3399-rock960.dtsi b/arch/arm64/boot/dts/rockchip/rk3399-rock960.dtsi
> index f04a31d48ba4..1bbf0b1f9374 100644
> --- a/arch/arm64/boot/dts/rockchip/rk3399-rock960.dtsi
> +++ b/arch/arm64/boot/dts/rockchip/rk3399-rock960.dtsi
> @@ -94,6 +94,10 @@
> status = "okay";
> };
>
> +&hdmi_sound {
> + status = "okay";
> +};
> +
> &i2c0 {
> clock-frequency = <400000>;
> i2c-scl-rising-time-ns = <168>;
> @@ -336,6 +340,10 @@
> status = "okay";
> };
>
> +&i2s2 {
> + status = "okay";
> +};
> +
> &io_domains {
> bt656-supply = <&vcc1v8_s0>; /* bt656_gpio2ab_ms */
> audio-supply = <&vcc1v8_s0>; /* audio_gpio3d4a_ms */
> --
> 2.20.1
>
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] arm64: dts: rock960: Enable HDMI audio devices
2019-01-29 11:40 ` Manivannan Sadhasivam
@ 2019-01-29 12:08 ` Ezequiel Garcia
2019-02-03 8:49 ` Heiko Stuebner
0 siblings, 1 reply; 4+ messages in thread
From: Ezequiel Garcia @ 2019-01-29 12:08 UTC (permalink / raw)
To: Manivannan Sadhasivam
Cc: Enric Balletbo i Serra, linux-rockchip, kernel, Heiko Stuebner,
linux-arm-kernel
On Tue, 2019-01-29 at 17:10 +0530, Manivannan Sadhasivam wrote:
> On Tue, Jan 29, 2019 at 08:33:24AM -0300, Ezequiel Garcia wrote:
> > This commit enable the hdmi-sound and i2s2 devices needed
> > to have audio over HDMI.
> >
> > Signed-off-by: Ezequiel Garcia <ezequiel@collabora.com>
>
> Since this patch affects both Rock960 and Ficus, it should be mentioned
> in the description. Other than that,
>
Wish with named this Ficus board as just Rock960 EE, so it'd be obvious
that it's part of the Rock960 family.
> Acked-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
>
Thanks!
> Thanks,
> Mani
>
> > ---
> > arch/arm64/boot/dts/rockchip/rk3399-rock960.dtsi | 8 ++++++++
> > 1 file changed, 8 insertions(+)
> >
> > diff --git a/arch/arm64/boot/dts/rockchip/rk3399-rock960.dtsi b/arch/arm64/boot/dts/rockchip/rk3399-rock960.dtsi
> > index f04a31d48ba4..1bbf0b1f9374 100644
> > --- a/arch/arm64/boot/dts/rockchip/rk3399-rock960.dtsi
> > +++ b/arch/arm64/boot/dts/rockchip/rk3399-rock960.dtsi
> > @@ -94,6 +94,10 @@
> > status = "okay";
> > };
> >
> > +&hdmi_sound {
> > + status = "okay";
> > +};
> > +
> > &i2c0 {
> > clock-frequency = <400000>;
> > i2c-scl-rising-time-ns = <168>;
> > @@ -336,6 +340,10 @@
> > status = "okay";
> > };
> >
> > +&i2s2 {
> > + status = "okay";
> > +};
> > +
> > &io_domains {
> > bt656-supply = <&vcc1v8_s0>; /* bt656_gpio2ab_ms */
> > audio-supply = <&vcc1v8_s0>; /* audio_gpio3d4a_ms */
> > --
> > 2.20.1
> >
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] arm64: dts: rock960: Enable HDMI audio devices
2019-01-29 12:08 ` Ezequiel Garcia
@ 2019-02-03 8:49 ` Heiko Stuebner
0 siblings, 0 replies; 4+ messages in thread
From: Heiko Stuebner @ 2019-02-03 8:49 UTC (permalink / raw)
To: Ezequiel Garcia
Cc: Enric Balletbo i Serra, linux-rockchip, kernel, linux-arm-kernel,
Manivannan Sadhasivam
Am Dienstag, 29. Januar 2019, 13:08:11 CET schrieb Ezequiel Garcia:
> On Tue, 2019-01-29 at 17:10 +0530, Manivannan Sadhasivam wrote:
> > On Tue, Jan 29, 2019 at 08:33:24AM -0300, Ezequiel Garcia wrote:
> > > This commit enable the hdmi-sound and i2s2 devices needed
> > > to have audio over HDMI.
> > >
> > > Signed-off-by: Ezequiel Garcia <ezequiel@collabora.com>
> >
> > Since this patch affects both Rock960 and Ficus, it should be mentioned
> > in the description. Other than that,
I've adapted the subject a bit (arm64: dts: rockchip: Eanble HDMI audio
devices on rk3399-rock960), mentioned rock960 and ficus in the message
and applied the result for 5.1
Thanks
Heiko
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2019-02-03 8:49 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-29 11:33 [PATCH] arm64: dts: rock960: Enable HDMI audio devices Ezequiel Garcia
2019-01-29 11:40 ` Manivannan Sadhasivam
2019-01-29 12:08 ` Ezequiel Garcia
2019-02-03 8:49 ` Heiko Stuebner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).