On Wed, Jul 19, 2023 at 5:36 PM Kuninori Morimoto <kuninori.morimoto.gx@xxxxxxxxxxx> wrote: > > > Hi Rob, Mark > > > > > > diff --git a/Documentation/devicetree/bindings/sound/renesas,rsnd.yaml b/Documentation/devicetree/bindings/sound/renesas,rsnd.yaml > > > > > index 8a821dec9526..d9808b130e8d 100644 > > > > > --- a/Documentation/devicetree/bindings/sound/renesas,rsnd.yaml > > > > > +++ b/Documentation/devicetree/bindings/sound/renesas,rsnd.yaml > > > > > @@ -9,6 +9,20 @@ title: Renesas R-Car Sound Driver > > > > > maintainers: > > > > > - Kuninori Morimoto <kuninori.morimoto.gx@xxxxxxxxxxx> > > > > > > > > > > +definitions: > > > > > > > > $defs > > > > > > Hmm... many drivers are using "definitions" ? > > > > Patches welcome to change them. I don't think it's many (not counting > > types.yaml). Use of "definitions" or "$defs" is an exception. > > I will get error if I used "$defs" instead of "definitions", like below. Are you sure you used $defs? > There is no error in "definitions" case. > > Mark > Thus, I have no update for remainings (= [11/15] - [15/15]). > > > > pip3 list | grep jsonschema > jsonschema 4.17.0 > > pip3 list | grep dtschema > dtschema 2023.6.1 > > > make dtbs_check DT_SCHEMA_FILES=Documentation/devicetree/bindings/sound/renesas,rsnd.yaml > LINT Documentation/devicetree/bindings > CHKDT Documentation/devicetree/bindings/processed-schema.json > /opt/disk_cd/morimoto/linux/Documentation/devicetree/bindings/sound/renesas,rsnd.yaml: > Unresolvable JSON pointer: 'definitions/port-def' Doesn't look like it. You have a ref to 'definitions/port-def'. Rob