diff options
| author | Rasmus Villemoes <[email protected]> | 2025-11-04 18:44:58 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-11-11 14:53:40 -0600 |
| commit | e5e4b60c55e448e6a9a6bf6f7e9cfd01fe3103e1 (patch) | |
| tree | 765145e53882c21f929fe4df97f7d20bc4a77c5a /arch | |
| parent | c92c3768b61aa84dd6adc214308d69814a8c0af0 (diff) | |
test: gpio: add test for gpio-line-names lookup
Signed-off-by: Rasmus Villemoes <[email protected]>
Reviewed-by: Heiko Schocher <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/sandbox/dts/test.dts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/sandbox/dts/test.dts b/arch/sandbox/dts/test.dts index a2c739a2044..13d8e498b03 100644 --- a/arch/sandbox/dts/test.dts +++ b/arch/sandbox/dts/test.dts @@ -823,6 +823,7 @@ #gpio-cells = <1>; gpio-bank-name = "a"; sandbox,gpio-count = <25>; + gpio-line-names = "", "eth1-reset", "rtc-irq"; hog_input_active_low { gpio-hog; input; @@ -851,6 +852,7 @@ #gpio-cells = <5>; gpio-bank-name = "b"; sandbox,gpio-count = <10>; + gpio-line-names = "factory-reset"; }; gpio_c: pinmux-gpios { |
