On 26-06-01, Rob Herring wrote:
> On Wed, May 13, 2026 at 12:26:40PM +0200, Marco Felsch wrote:

...

> > Please see the below full example, is this allowed?
> > 
> > system-controller@4ac10000 {
> >     compatible = "fsl,imx93-media-blk-ctrl", "syscon";
> >     reg = <0x4ac10000 0x10000>;
> >     #address-cells = <1>;
> >     #size-cells = <1>;
> > 
> >     ...
> > 
> >     bridge@5c {
> >             compatible = "fsl,imx8mp-ldb";
> >             reg = <0x5c 0x4>, <0x128 0x4>;
> >             reg-names = "ldb", "lvds";
> >             clocks = <&clk IMX8MP_CLK_MEDIA_LDB_ROOT>;
> >             clock-names = "ldb";
> >             assigned-clocks = <&clk IMX8MP_CLK_MEDIA_LDB>;
> >             assigned-clock-parents = <&clk IMX8MP_VIDEO_PLL1_OUT>;
> >             status = "disabled";
> > 
> >             ports {
> >                     #address-cells = <1>;
> >                     #size-cells = <0>;
> > 
> >                     port@0 {
> >                             reg = <0>;
> > 
> >                             ldb_from_lcdif2: endpoint {
> >                                     remote-endpoint = <&lcdif2_to_ldb>;
> >                             };
> >                     };
> > 
> >                     port@1 {
> >                             reg = <1>;
> > 
> >                             ldb_lvds_ch0: endpoint {
> >                             };
> >                     };
> > 
> >                     port@2 {
> >                             reg = <2>;
> > 
> >                             ldb_lvds_ch1: endpoint {
> >                             };
> >                     };
> >             };
> >     };
> > 
> >     dpi-bridge {
> >             compatible = "nxp,imx93-pdfc";
> >             status = "disabled";
> > 
> >             ports {
> >                     #address-cells = <1>;
> >                     #size-cells = <0>;
> > 
> >                     port@0 {
> >                             reg = <0>;
> > 
> >                             dpi_from_lcdif: endpoint {
> >                                     remote-endpoint = <&lcdif_to_dpi>;
> >                             };
> >                     };
> > 
> >                     port@1 {
> >                             reg = <1>;
> > 
> >                             dpi_to_panel: endpoint {
> >                             };
> >                     };
> >             };
> >     };
> > };
> 
> Yes, this seems fine.

Thanks for the clarification!

Regards,
  Marco

> 
> Rob
> 

-- 
#gernperDu 
#CallMeByMyFirstName

Pengutronix e.K.                           |                             |
Steuerwalder Str. 21                       | https://www.pengutronix.de/ |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-9    |

Reply via email to