dts: bindings: gpio: remove unused reg property from emul driver

The gpio-emul driver does not actually require any reg property,
since it is not in the physical memory map of any device. So
let's remove that property from the bindings.

Signed-off-by: Chris Friedt <cfriedt@tenstorrent.com>
This commit is contained in:
Chris Friedt 2024-05-13 13:36:56 -04:00 committed by Carles Cufí
commit cf8a756e67
2 changed files with 1 additions and 5 deletions

View file

@ -8,9 +8,6 @@ compatible: "zephyr,gpio-emul"
include: [gpio-controller.yaml, base.yaml]
properties:
reg:
required: true
rising-edge:
description: Enables support for rising edge interrupt detection
type: boolean