On Tue, 25 Jul 2023 12:23:25 +0200, Krzysztof Kozlowski wrote: > USB connector bindings is complete, thus no additional properties should > be allowed. Add missing 'reg' property and change additionalProperties > to false, so the schema will check for anything not unexpected. This > also allows to drop the 'reg' from other bindings referencing the > usb-connector.yaml and make it required. > > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> > > --- > > Changes in v2: > 1. Make usb-connector.yaml additionalProperties:false (Rob) > > v1: > https://lore.kernel.org/all/20230723071105.40157-1-krzysztof.kozlowski@xxxxxxxxxx/ > --- > .../devicetree/bindings/chrome/google,cros-ec-typec.yaml | 6 ++---- > .../devicetree/bindings/connector/usb-connector.yaml | 5 ++++- > .../devicetree/bindings/soc/qcom/qcom,pmic-glink.yaml | 6 ------ > Documentation/devicetree/bindings/usb/cypress,cypd4226.yaml | 6 ++---- > 4 files changed, 8 insertions(+), 15 deletions(-) > I didn't not fix the double negative and applied, thanks! ;)