commit | cd108f2795777d3cca1d0f00c50bb92f766f6591 | [log] [tgz] |
---|---|---|
author | Jernej Skrabec <jernej.skrabec@gmail.com> | Mon Nov 28 01:02:26 2022 -0600 |
committer | Andre Przywara <andre.przywara@arm.com> | Mon Jan 23 01:18:31 2023 +0000 |
tree | 014a3f28551ce9a452f75db91ed62ada0ee4a378 | |
parent | 2f52be8b8def41e74fa9dce585d7819bab28ec11 [diff] |
video: sunxi: dw-hdmi: Read address from DT node Currently HDMI controller MMIO address is hardcoded. Change that so address is read from DT node. That will make adding support for new variants a bit easier. Signed-off-by: Jernej Skrabec <jernej.skrabec@gmail.com> Signed-off-by: Samuel Holland <samuel@sholland.org>