Skip to content

Commit

Permalink
dts: bindings: i2c: dw: Make included reset-device.yaml
Browse files Browse the repository at this point in the history
The DesignWare I2C driver has already implemented supporting reset device
behavior.
However, the support is incomplete because the `snps,designware-i2c.yaml`,
does not contain a `reset-device.yaml`.

Add include directive to `snps,designware-i2c.yaml` to including
`reset-device.yaml` to complete the support for reset device.

Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
  • Loading branch information
soburi committed Dec 24, 2024
1 parent 334c6be commit f472f52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dts/bindings/i2c/raspberrypi,pico-i2c.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ description: Raspberry Pi Pico I2C

compatible: "raspberrypi,pico-i2c"

include: ["snps,designware-i2c.yaml", "reset-device.yaml"]
include: "snps,designware-i2c.yaml"
2 changes: 1 addition & 1 deletion dts/bindings/i2c/snps,designware-i2c.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: Synopsys DesignWare I2C node

compatible: "snps,designware-i2c"

include: [i2c-controller.yaml, pinctrl-device.yaml, pcie-device.yaml]
include: [i2c-controller.yaml, pinctrl-device.yaml, pcie-device.yaml, reset-device.yaml]

properties:
interrupts:
Expand Down

0 comments on commit f472f52

Please sign in to comment.