On 12/02/2024 18:51, Marc Gonzalez wrote: > From: Pierre-Hugues Husson <phhusson@xxxxxxxxxx> > > The fbx8am boards are based on the Amlogic Meson G12A S905X2 SoC, > and the SEI510 board design. > > Signed-off-by: Pierre-Hugues Husson <phhusson@xxxxxxxxxx> > Signed-off-by: Marc Gonzalez <mgonzalez@xxxxxxxxxx> ... > + hdmi-connector { > + compatible = "hdmi-connector"; > + type = "a"; > + > + port { > + hdmi_connector_in: endpoint { > + remote-endpoint = <&hdmi_tx_tmds_out>; > + }; > + }; > + }; > + > + memory@0 { > + device_type = "memory"; > + reg = <0x0 0x0 0x0 0x80000000>; > + }; > + > + ao_5v: regulator-ao_5v { No underscores in node names. Didn't you get such comment before? Best regards, Krzysztof