From f472f52e0f912bf88346a3ad6f0e2736d53e4886 Mon Sep 17 00:00:00 2001 From: TOKITA Hiroshi Date: Wed, 25 Dec 2024 02:20:53 +0900 Subject: [PATCH] dts: bindings: i2c: dw: Make included `reset-device.yaml` 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 --- dts/bindings/i2c/raspberrypi,pico-i2c.yaml | 2 +- dts/bindings/i2c/snps,designware-i2c.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dts/bindings/i2c/raspberrypi,pico-i2c.yaml b/dts/bindings/i2c/raspberrypi,pico-i2c.yaml index ac055dcfd591..331c5762b89b 100644 --- a/dts/bindings/i2c/raspberrypi,pico-i2c.yaml +++ b/dts/bindings/i2c/raspberrypi,pico-i2c.yaml @@ -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" diff --git a/dts/bindings/i2c/snps,designware-i2c.yaml b/dts/bindings/i2c/snps,designware-i2c.yaml index 770ff98b5fc1..2d821cfb6570 100644 --- a/dts/bindings/i2c/snps,designware-i2c.yaml +++ b/dts/bindings/i2c/snps,designware-i2c.yaml @@ -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: