diff options
author | Krzysztof Kozlowski | 2023-07-20 10:01:40 +0200 |
---|---|---|
committer | Greg Kroah-Hartman | 2023-09-13 09:42:50 +0200 |
commit | 6f0d0f5613d7e6d5bc12fd750c09d1de7029cd93 (patch) | |
tree | a860bbe692187e47e5dfbf96ff528983ae48be81 /Documentation/devicetree/bindings | |
parent | dd0dadb93844c8675e953ca8f3e8d9ffd17db898 (diff) |
dt-bindings: extcon: maxim,max77843: restrict connector properties
[ Upstream commit fb2c3f72e819254d8c76de95917e5f9ff232586c ]
Do not allow any other properties in connector child, except what
usb-connector.yaml evaluates.
Fixes: 9729cad0278b ("dt-bindings: extcon: maxim,max77843: Add MAX77843 bindings")
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings')
-rw-r--r-- | Documentation/devicetree/bindings/extcon/maxim,max77843.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/extcon/maxim,max77843.yaml b/Documentation/devicetree/bindings/extcon/maxim,max77843.yaml index 128960545640..55800fb0221d 100644 --- a/Documentation/devicetree/bindings/extcon/maxim,max77843.yaml +++ b/Documentation/devicetree/bindings/extcon/maxim,max77843.yaml @@ -23,6 +23,7 @@ properties: connector: $ref: /schemas/connector/usb-connector.yaml# + unevaluatedProperties: false ports: $ref: /schemas/graph.yaml#/properties/ports |