The PL011 driver has already implemented supporting reset device behavior. However, the support is incomplete because the `arm,pl011.yaml`, does not contain a `reset-device.yaml`. Add include directive to `arm,pl011.yaml` to including `reset-device.yaml` to complete the support for reset device. Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
6 lines
100 B
YAML
6 lines
100 B
YAML
description: Raspberry Pi Pico UART
|
|
|
|
compatible: "raspberrypi,pico-uart"
|
|
|
|
include: "arm,pl011.yaml"
|