[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAMuHMdXdW=bCxBeEu81bRBwAs5=x_KZmPcXoMe=CmFdWz=rdfQ@mail.gmail.com>
Date: Fri, 21 Jan 2022 11:07:34 +0100
From: Geert Uytterhoeven <geert@...ux-m68k.org>
To: Nikita Yushchenko <nikita.yoush@...entembedded.com>
Cc: Magnus Damm <magnus.damm@...il.com>,
Rob Herring <robh+dt@...nel.org>,
Linux-Renesas <linux-renesas-soc@...r.kernel.org>,
"open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS"
<devicetree@...r.kernel.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] arm64: dts: renesas: ulcb-kf: add KF HDMI output
Hi Nikita,
On Sat, Dec 25, 2021 at 12:54 PM Nikita Yushchenko
<nikita.yoush@...entembedded.com> wrote:
> This patch adds nodes needed to enable DRM video output over HDMI
> connector located on KF board.
>
> Signed-off-by: Nikita Yushchenko <nikita.yoush@...entembedded.com>
Thanks for your patch!
> --- a/arch/arm64/boot/dts/renesas/ulcb-kf.dtsi
> +++ b/arch/arm64/boot/dts/renesas/ulcb-kf.dtsi
> @@ -51,6 +51,31 @@ wlan_en: regulator-wlan_en {
> startup-delay-us = <70000>;
> enable-active-high;
> };
> +
> + hdmi_1v8: regulator-hdmi-1v8 {
> + compatible = "regulator-fixed";
> + regulator-name = "hdmi-1v8";
> + regulator-min-microvolt = <1800000>;
> + regulator-max-microvolt = <1800000>;
> + };
> +
> + hdmi_3v3: regulator-hdmi-3v3 {
> + compatible = "regulator-fixed";
> + regulator-name = "hdmi-3v3";
> + regulator-min-microvolt = <3300000>;
> + regulator-max-microvolt = <3300000>;
> + };
> +
> + hdmi1-out {
Sort order.
> + compatible = "hdmi-connector";
> + type = "a";
> +
> + port {
> + hdmi1_con: endpoint {
> + remote-endpoint = <&adv7513_out>;
> + };
> + };
> + };
> };
>
> &can0 {
> @@ -236,6 +313,10 @@ gpio_exp_77: gpio@77 {
> };
> };
>
> +&du_out_rgb {
Sort order.
> + remote-endpoint = <&adv7513_in>;
> +};
> +
> &ohci0 {
> dr_mode = "otg";
> status = "okay";
> @@ -289,6 +370,18 @@ usb0_pins: usb0 {
> groups = "usb0";
> function = "usb0";
> };
> +
> + hdmi1_pins: hdmi1 {
> + du {
More sort order.
> + groups = "du_rgb888", "du_sync", "du_clk_out_0", "du_disp";
> + function = "du";
> + };
> +
> + adv7513-interrupt {
> + pins = "GP_2_14";
> + bias-pull-up;
> + };
> + };
> };
The rest looks good to me.
Reviewed-by: Geert Uytterhoeven <geert+renesas@...der.be>
i.e. will queue in renesas-devel for v5.18 with the sort order fixed.
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@...ux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
Powered by blists - more mailing lists