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 <tokita.hiroshi@gmail.com>
This commit is contained in:
TOKITA Hiroshi 2024-12-25 02:14:17 +09:00 committed by Benjamin Cabé
commit 0f1d816c3c
2 changed files with 2 additions and 2 deletions

View file

@ -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:

View file

@ -2,4 +2,4 @@ description: Raspberry Pi Pico SPI
compatible: "raspberrypi,pico-spi"
include: ["arm,pl022.yaml", "reset-device.yaml"]
include: "arm,pl022.yaml"