commit | 2f52be8b8def41e74fa9dce585d7819bab28ec11 | [log] [tgz] |
---|---|---|
author | Jernej Skrabec <jernej.skrabec@gmail.com> | Mon Nov 28 01:02:25 2022 -0600 |
committer | Andre Przywara <andre.przywara@arm.com> | Mon Jan 23 01:18:31 2023 +0000 |
tree | 69828eed339b555474e95ef86c99eb13c02a495d | |
parent | 77024aa7d9a06153d0be007439b0179157da5b86 [diff] |
video: sunxi: dw-hdmi: Probe driver by compatible Currently the sunxi dw-hdmi driver is probed unconditionally, even if there is no such device. Switch the driver to probing via a compatible string. This brings many benefits; the driver is only probed when needed, and now it can read the DT node. Signed-off-by: Jernej Skrabec <jernej.skrabec@gmail.com> Signed-off-by: Samuel Holland <samuel@sholland.org>