On 12/17/20 2:34 PM, Rob Herring wrote: > The correct syntax for JSON pointers begins with a '/' after the '#'. > Without a '/', the string should be interpretted as a subschema > identifier. The jsonschema module currently doesn't handle subschema > identifiers and incorrectly allows JSON pointers to begin without a '/'. > Let's fix this before it becomes a problem when jsonschema module is > fixed. > > Converted with: > perl -p -i -e 's/yaml#definitions/yaml#\/definitions/g' `find > Documentation/devicetree/bindings/ -name "*.yaml"` > > Cc: Maxime Ripard <mrip...@kernel.org> > Cc: Vinod Koul <vk...@kernel.org> > Cc: Guenter Roeck <li...@roeck-us.net> > Cc: Jonathan Cameron <ji...@kernel.org> > Cc: Lars-Peter Clausen <l...@metafoo.de> > Cc: Lee Jones <lee.jo...@linaro.org> > Cc: Daniel Thompson <daniel.thomp...@linaro.org> > Cc: Jingoo Han <jingooh...@gmail.com> > Cc: Pavel Machek <pa...@ucw.cz> > Cc: "David S. Miller" <da...@davemloft.net> > Cc: Jakub Kicinski <k...@kernel.org> > Cc: Andrew Lunn <and...@lunn.ch> > Cc: Florian Fainelli <f.faine...@gmail.com> > Cc: Sebastian Reichel <s...@kernel.org> > Cc: Greg Kroah-Hartman <gre...@linuxfoundation.org> > Cc: Mark Brown <broo...@kernel.org> > Cc: netdev@vger.kernel.org > Signed-off-by: Rob Herring <r...@kernel.org> > ---
> .../devicetree/bindings/net/dsa/dsa.yaml | 6 +-- > .../bindings/net/ethernet-controller.yaml | 24 ++++++------ > .../devicetree/bindings/net/ethernet-phy.yaml | 20 +++++----- > .../devicetree/bindings/net/mdio.yaml | 2 +- Acked-by: Florian Fainelli <f.faine...@gmail.com> -- Florian