[PATCH] bsps/zynqmp: Fix and update device trees

2022-12-05 Thread Kinsey Moore
Add ref-clock-num identifiers to the device tree to ensure that interfaces use the correct clocks even when some are not used due to unconnected MII busses. This also adjusts the default ZynqMP PHY attachment to RGMII-ID which was the default before device trees were introduced. --- bsps/aarch64/x

Re: [PATCH] bsps/zynqmp: Fix and update device trees

2022-12-05 Thread Chris Johns
I am still seeing issues with this change. The interface is `cgem0` and not `cgem3`. I have confirmed I have the same RTEMS hash in the build. Is there anything I need to set up to have the FDT be seem by libbsd? Chris On 6/12/2022 10:27 am, Kinsey Moore wrote: > Add ref-clock-num identifiers to

Re: [PATCH] bsps/zynqmp: Fix and update device trees

2022-12-05 Thread Kinsey Moore
On 12/5/2022 9:48 PM, Chris Johns wrote: I am still seeing issues with this change. The interface is `cgem0` and not `cgem3`. I have confirmed I have the same RTEMS hash in the build. Is there anything I need to set up to have the FDT be seem by libbsd? Seeing the first interface to come up as

Re: [PATCH] bsps/zynqmp: Fix and update device trees

2022-12-05 Thread Chris Johns
On 6/12/2022 5:04 pm, Kinsey Moore wrote: > On 12/5/2022 9:48 PM, Chris Johns wrote: >> I am still seeing issues with this change. The interface is `cgem0` and not >> `cgem3`. I have confirmed I have the same RTEMS hash in the build. Is there >> anything I need to set up to have the FDT be seem by