Browse Source

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>
pull/86754/head
TOKITA Hiroshi 7 months ago committed by Benjamin Cabé
parent
commit
0f1d816c3c
  1. 2
      dts/bindings/spi/arm,pl022.yaml
  2. 2
      dts/bindings/spi/raspberrypi,pico-spi.yaml

2
dts/bindings/spi/arm,pl022.yaml

@ -5,7 +5,7 @@ description: ARM PL022 SPI @@ -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:

2
dts/bindings/spi/raspberrypi,pico-spi.yaml

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

Loading…
Cancel
Save