mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 13:47:56 +00:00
drivers_managed-imx8q_evk: fix hdmi device node
By now the 'compatible' name is set via the 'type' attribute. Fixes #4181.
This commit is contained in:
parent
1d12755401
commit
e06f3bba27
@ -172,7 +172,7 @@
|
||||
driver_name="core"/>
|
||||
</device>
|
||||
|
||||
<device name="hdmi" value="fsl,imx8mq-hdmi">
|
||||
<device name="hdmi" type="fsl,imx8mq-hdmi">
|
||||
<io_mem address="0x32c00000" size="0x100000"/>
|
||||
<io_mem address="0x32e40000" size="0x40000"/>
|
||||
<io_mem address="0x32e2f000" size="0x10"/>
|
||||
|
Loading…
Reference in New Issue
Block a user