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:
parent
d725666b2c
commit
cf8a756e67
2 changed files with 1 additions and 5 deletions
|
@ -161,10 +161,9 @@
|
|||
compatible = "zephyr,native-posix-counter";
|
||||
};
|
||||
|
||||
gpio0: gpio@800 {
|
||||
gpio0: gpio_emul {
|
||||
status = "okay";
|
||||
compatible = "zephyr,gpio-emul";
|
||||
reg = <0x800 0x4>;
|
||||
rising-edge;
|
||||
falling-edge;
|
||||
high-level;
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue