forked from zephyrproject-rtos/zephyr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drivers: gpio: make reset of TLE9104 optional
In some hardware designs it might happen that the reset signal for the TLE9104 is not used only for this purpose, but instead for instance to reset other devices at the same time. For such a hardware design it is then necessary to make the reset GPIO optional. The reset will have to be triggered earlier on. Signed-off-by: Benedikt Schmidt <[email protected]>
- Loading branch information
1 parent
c07d648
commit f26da17
Showing
2 changed files
with
12 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,6 @@ properties: | |
|
||
resn-gpios: | ||
type: phandle-array | ||
required: true | ||
description: "GPIO for reset" | ||
|
||
in1-gpios: | ||
|