Re: [PATCH 16/16] board: ten64: strip extra u-boot compatibles from FDT

2023-07-21 Thread Peng Fan
On 7/21/2023 12:39 PM, Mathew McBride wrote: The u-boot version of the LS1088A device tree has an extra compatible (simple-mfd) added to &fsl_mc to facilitate usage with U-Boot's device model. Unfortunately FreeBSD will only match the single "fsl,qoriq-mc" exactly when the node is a "bus" obj

[PATCH 16/16] board: ten64: strip extra u-boot compatibles from FDT

2023-07-20 Thread Mathew McBride
The u-boot version of the LS1088A device tree has an extra compatible (simple-mfd) added to &fsl_mc to facilitate usage with U-Boot's device model. Unfortunately FreeBSD will only match the single "fsl,qoriq-mc" exactly when the node is a "bus" object, so we need to strip out the extra compatible