From 4a87ec578f9f2af21835ca691108c3a7b3c10937 Mon Sep 17 00:00:00 2001 From: TOKITA Hiroshi Date: Wed, 25 Dec 2024 02:14:17 +0900 Subject: [PATCH] dts: bindings: spi: pl022: Make included `reset-device.yaml` The PL022 driver has already implemented supporting reset device behavior. However, the support is incomplete because the `arm,pl022.yaml`, does not contain a `reset-device.yaml`. Add include directive to `arm,pl022.yaml` to including `reset-device.yaml` to complete the support for reset device. Signed-off-by: TOKITA Hiroshi --- dts/bindings/spi/arm,pl022.yaml | 2 +- dts/bindings/spi/raspberrypi,pico-spi.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dts/bindings/spi/arm,pl022.yaml b/dts/bindings/spi/arm,pl022.yaml index 2e5094bf204a..f83d1d28f585 100644 --- a/dts/bindings/spi/arm,pl022.yaml +++ b/dts/bindings/spi/arm,pl022.yaml @@ -5,7 +5,7 @@ description: ARM PL022 SPI compatible: "arm,pl022" -include: [spi-controller.yaml, pinctrl-device.yaml] +include: [spi-controller.yaml, pinctrl-device.yaml, reset-device.yaml] properties: reg: diff --git a/dts/bindings/spi/raspberrypi,pico-spi.yaml b/dts/bindings/spi/raspberrypi,pico-spi.yaml index e039bcf7d1f9..ad5a23baaa3d 100644 --- a/dts/bindings/spi/raspberrypi,pico-spi.yaml +++ b/dts/bindings/spi/raspberrypi,pico-spi.yaml @@ -2,4 +2,4 @@ description: Raspberry Pi Pico SPI compatible: "raspberrypi,pico-spi" -include: ["arm,pl022.yaml", "reset-device.yaml"] +include: "arm,pl022.yaml"