Add a mostly complete list of ofnode analogs of of_graph parsing helpers. --- Changes in v3: - added fallbacks for video bridge functions
Changes in v2: - added tests --- Svyatoslav Ryhel (4): video: bridge-uclass: add get_display_timing ops video: bridge-uclass: add inline fallbacks of video bridge functions video: bridge: add transparent LVDS de/encoder bridge test: dm: add video bridge tests arch/sandbox/dts/test.dts | 46 ++++++++ configs/sandbox_defconfig | 2 + drivers/video/bridge/Kconfig | 7 ++ drivers/video/bridge/Makefile | 1 + drivers/video/bridge/lvds-codec.c | 128 +++++++++++++++++++++ drivers/video/bridge/video-bridge-uclass.c | 11 ++ include/video_bridge.h | 54 +++++++++ test/dm/Makefile | 1 + test/dm/video_bridge.c | 67 +++++++++++ 9 files changed, 317 insertions(+) create mode 100644 drivers/video/bridge/lvds-codec.c create mode 100644 test/dm/video_bridge.c -- 2.43.0

