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:
parent
df5318479b
commit
0f1d816c3c
2 changed files with 2 additions and 2 deletions
|
@ -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,4 +2,4 @@ description: Raspberry Pi Pico SPI
|
|||
|
||||
compatible: "raspberrypi,pico-spi"
|
||||
|
||||
include: ["arm,pl022.yaml", "reset-device.yaml"]
|
||||
include: "arm,pl022.yaml"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue