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";
|
compatible = "zephyr,native-posix-counter";
|
||||||
};
|
};
|
||||||
|
|
||||||
gpio0: gpio@800 {
|
gpio0: gpio_emul {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
compatible = "zephyr,gpio-emul";
|
compatible = "zephyr,gpio-emul";
|
||||||
reg = <0x800 0x4>;
|
|
||||||
rising-edge;
|
rising-edge;
|
||||||
falling-edge;
|
falling-edge;
|
||||||
high-level;
|
high-level;
|
||||||
|
|
|
@ -8,9 +8,6 @@ compatible: "zephyr,gpio-emul"
|
||||||
include: [gpio-controller.yaml, base.yaml]
|
include: [gpio-controller.yaml, base.yaml]
|
||||||
|
|
||||||
properties:
|
properties:
|
||||||
reg:
|
|
||||||
required: true
|
|
||||||
|
|
||||||
rising-edge:
|
rising-edge:
|
||||||
description: Enables support for rising edge interrupt detection
|
description: Enables support for rising edge interrupt detection
|
||||||
type: boolean
|
type: boolean
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue