Message ID | 20211124152815.3926961-2-kieran.bingham+renesas@ideasonboard.com (mailing list archive) |
---|---|
State | Mainlined |
Commit | 9fd8bbefc31286e702e8cc9fe8766301f02fd4be |
Delegated to: | Geert Uytterhoeven |
Headers | show |
Series | arm64: dts: renesas: Merge hdmi0_con | expand |
On Wed, Nov 24, 2021 at 4:28 PM Kieran Bingham <kieran.bingham+renesas@ideasonboard.com> wrote: > The remote endpoint for the hdmi connector is specfied through a > reference to the hdmi0_con endpoint, which is in the same file. > > Simplify by specifying the remote-endpoint directly in the hdmi0_con > endpoint. > > Signed-off-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> i.e. will queue in renesas-devel for v5.17. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-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
Hi Kieran, Thank you for the patch. On Wed, Nov 24, 2021 at 03:28:14PM +0000, Kieran Bingham wrote: > The remote endpoint for the hdmi connector is specfied through a > reference to the hdmi0_con endpoint, which is in the same file. > > Simplify by specifying the remote-endpoint directly in the hdmi0_con > endpoint. > > Signed-off-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com> I saw this earlier today and made a note to fix it. You were faster :-) Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> > --- > arch/arm64/boot/dts/renesas/ulcb.dtsi | 5 +---- > 1 file changed, 1 insertion(+), 4 deletions(-) > > diff --git a/arch/arm64/boot/dts/renesas/ulcb.dtsi b/arch/arm64/boot/dts/renesas/ulcb.dtsi > index 7edffe7f8cfa..a7e93df4ced8 100644 > --- a/arch/arm64/boot/dts/renesas/ulcb.dtsi > +++ b/arch/arm64/boot/dts/renesas/ulcb.dtsi > @@ -48,6 +48,7 @@ hdmi0-out { > > port { > hdmi0_con: endpoint { > + remote-endpoint = <&rcar_dw_hdmi0_out>; > }; > }; > }; > @@ -199,10 +200,6 @@ dw_hdmi0_snd_in: endpoint { > }; > }; > > -&hdmi0_con { > - remote-endpoint = <&rcar_dw_hdmi0_out>; > -}; > - > &i2c2 { > pinctrl-0 = <&i2c2_pins>; > pinctrl-names = "default";
diff --git a/arch/arm64/boot/dts/renesas/ulcb.dtsi b/arch/arm64/boot/dts/renesas/ulcb.dtsi index 7edffe7f8cfa..a7e93df4ced8 100644 --- a/arch/arm64/boot/dts/renesas/ulcb.dtsi +++ b/arch/arm64/boot/dts/renesas/ulcb.dtsi @@ -48,6 +48,7 @@ hdmi0-out { port { hdmi0_con: endpoint { + remote-endpoint = <&rcar_dw_hdmi0_out>; }; }; }; @@ -199,10 +200,6 @@ dw_hdmi0_snd_in: endpoint { }; }; -&hdmi0_con { - remote-endpoint = <&rcar_dw_hdmi0_out>; -}; - &i2c2 { pinctrl-0 = <&i2c2_pins>; pinctrl-names = "default";
The remote endpoint for the hdmi connector is specfied through a reference to the hdmi0_con endpoint, which is in the same file. Simplify by specifying the remote-endpoint directly in the hdmi0_con endpoint. Signed-off-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com> --- arch/arm64/boot/dts/renesas/ulcb.dtsi | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-)