Commit 9a816ebe authored by Wolfram Sang's avatar Wolfram Sang
Browse files

Merge tag 'i2c-host-fixes-6.16-rc2' of...

Merge tag 'i2c-host-fixes-6.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linux into i2c/for-current

i2c-host-fixes for v6.16-rc2

tegra: fix YAML conversion of device tree bindings
parents 614b1c3c 903cc709
Loading
Loading
Loading
Loading
+23 −1
Original line number Diff line number Diff line
@@ -97,7 +97,10 @@ properties:

  resets:
    items:
      - description: module reset
      - description:
          Module reset. This property is optional for controllers in Tegra194,
          Tegra234 etc where an internal software reset is available as an
          alternative.

  reset-names:
    items:
@@ -116,6 +119,13 @@ properties:
      - const: rx
      - const: tx

required:
  - compatible
  - reg
  - interrupts
  - clocks
  - clock-names

allOf:
  - $ref: /schemas/i2c/i2c-controller.yaml
  - if:
@@ -169,6 +179,18 @@ allOf:
      properties:
        power-domains: false

  - if:
      not:
        properties:
          compatible:
            contains:
              enum:
                - nvidia,tegra194-i2c
    then:
      required:
        - resets
        - reset-names

unevaluatedProperties: false

examples: