Skip to content

Commit

Permalink
dt-bindings: i2c: atmel,at91sam: correct path to i2c-controller schema
Browse files Browse the repository at this point in the history
The referenced i2c-controller.yaml schema is provided by dtschema
package (outside of Linux kernel), so use full path to reference it.

Cc: [email protected]
Fixes: 7ea75dd ("dt-bindings: i2c: convert i2c-at91 to json-schema")
Signed-off-by: Krzysztof Kozlowski <[email protected]>
Reviewed-by: Conor Dooley <[email protected]>
Signed-off-by: Andi Shyti <[email protected]>
  • Loading branch information
krzk authored and Andi Shyti committed Jun 20, 2024
1 parent 6ba59ff commit d4e001f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ required:
- clocks

allOf:
- $ref: i2c-controller.yaml
- $ref: /schemas/i2c/i2c-controller.yaml#
- if:
properties:
compatible:
Expand Down

0 comments on commit d4e001f

Please sign in to comment.