Skip to content

Commit 4a87ec5

Browse files
committed
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 <[email protected]>
1 parent 334c6be commit 4a87ec5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dts/bindings/spi/arm,pl022.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: ARM PL022 SPI
55

66
compatible: "arm,pl022"
77

8-
include: [spi-controller.yaml, pinctrl-device.yaml]
8+
include: [spi-controller.yaml, pinctrl-device.yaml, reset-device.yaml]
99

1010
properties:
1111
reg:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ description: Raspberry Pi Pico SPI
22

33
compatible: "raspberrypi,pico-spi"
44

5-
include: ["arm,pl022.yaml", "reset-device.yaml"]
5+
include: "arm,pl022.yaml"

0 commit comments

Comments
 (0)