diff options
| author | Christian Marangi <[email protected]> | 2024-11-10 12:50:25 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-12-06 13:00:41 -0600 |
| commit | c2aecfbe2c9abb67f3fcf3d1dac7a300ba1de7fc (patch) | |
| tree | ed7cd0ddcb9c0b1e29e8b1584e5abe5c1f9feb0e /arch | |
| parent | cab275c446d3a332890b2751e50636ecf38c1098 (diff) | |
test: dm: Add test for ofnode options phandle helper
Add test for ofnode options phandle helper and add new property in the
sandbox test dts.
Signed-off-by: Christian Marangi <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/sandbox/dts/test.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sandbox/dts/test.dts b/arch/sandbox/dts/test.dts index b8a46463158..1ffa64a43e2 100644 --- a/arch/sandbox/dts/test.dts +++ b/arch/sandbox/dts/test.dts @@ -106,6 +106,7 @@ testing-bool; testing-int = <123>; testing-str = "testing"; + testing-phandle = <&phandle_node_1>; }; }; |
