]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix boot of wandquad after DTS update
authorandreast <andreast@FreeBSD.org>
Tue, 9 Jun 2020 20:27:35 +0000 (20:27 +0000)
committerandreast <andreast@FreeBSD.org>
Tue, 9 Jun 2020 20:27:35 +0000 (20:27 +0000)
commita884a1b0ecccce82cec24214d4c9413958db08f3
tree8326906a9cfb654aa82014372b8956aed2c90d77
parent16c1ffb4ffeabf05974c53135f5358ac46739db2
Fix boot of wandquad after DTS update

In the recent dts sync the name of the aips-bus@ changed to bus@. Reflect
this change and add an additional OF_finddevice in fix_fdt_interrupt_data()
and in fix_fdt_iomuxc_data() with bus@ only. Iow, keep the old naming for
compatibility.

Discussed with: ian@
sys/arm/freescale/imx/imx6_machdep.c