On Tue, 20 May 2025 11:11:12 -0400, Hugo Villeneuve wrote: > From: Hugo Villeneuve <hvilleneuve@xxxxxxxxxxxx> > > Allow to inherit valid properties from the dsi-controller. This fixes the > following warning when adding a panel property: > > rzg2lc.dtb: dsi@10850000: '#address-cells', '#size-cells', 'panel@0' do not > match any of the regexes: 'pinctrl-[0-9]+' > from schema $id: > http://devicetree.org/schemas/display/bridge/renesas,dsi.yaml# > > Also add a panel property to the example. > > Signed-off-by: Hugo Villeneuve <hvilleneuve@xxxxxxxxxxxx> > --- > V1 -> V2: add separate example > --- > .../bindings/display/bridge/renesas,dsi.yaml | 67 ++++++++++++++++++- > 1 file changed, 66 insertions(+), 1 deletion(-) > Applied, thanks!