On Fri, Jun 30, 2023 at 8:26 PM Conor Dooley <conor@xxxxxxxxxx> wrote: > > On Fri, Jun 30, 2023 at 04:40:06PM +0200, Paweł Anikiel wrote: > > Add node for the video system device. > > > > Signed-off-by: Paweł Anikiel <pan@xxxxxxxxxxxx> > > --- > > .../socfpga/socfpga_arria10_chameleonv3.dts | 54 +++++++++++++++++++ > > 1 file changed, 54 insertions(+) > > > > diff --git a/arch/arm/boot/dts/intel/socfpga/socfpga_arria10_chameleonv3.dts b/arch/arm/boot/dts/intel/socfpga/socfpga_arria10_chameleonv3.dts > > index 422d00cd4c74..5e66363d4ab5 100644 > > --- a/arch/arm/boot/dts/intel/socfpga/socfpga_arria10_chameleonv3.dts > > +++ b/arch/arm/boot/dts/intel/socfpga/socfpga_arria10_chameleonv3.dts > > @@ -10,6 +10,60 @@ / { > > compatible = "google,chameleon-v3", "enclustra,mercury-aa1", > > "altr,socfpga-arria10", "altr,socfpga"; > > > > + soc { > > + video@c0060500 { > > + compatible = "google,chv3-video"; > > This compatible does not seem to be documented & I did not see a comment > about the lack of a binding in the cover letter. What am I missing? Yes, the compatible is not documented for now (I'll do that in a later patchset), sorry for not mentioning that in the cover letter.