
On 05.06.24 23:38, Conor Dooley wrote: On Wed, Jun 05, 2024 at 08:35:15AM -0600, Tom Rini wrote:
On Wed, Jun 05, 2024 at 01:56:13AM +0000, Hal Feng wrote:
On 04.06.24 04:32, E Shattow wrote: Hi Hal,
Instead of manual dt-bindings sync can we please adopt OF_UPSTREAM for JH7110 ?
Yeah, I will try to do it recently, although I am not sure whether the U-Boot drivers and Linux drivers are compatible so that they can use the
same DT.
They must be compatible so that they can use the same DT, U-Boot needs updating if it doesn't match.
Other than the naming, I think they are compatible. IIRC there were some issues where U-Boot originally used different numbers to linux, but this was fixed in commit 9a12e304dd ("dt-bindings: clock: jh7110: Modify clock id to be same with Linux").
I found the Linux DT of VisionFive 2 can not be applied to U-Boot directly. Some issues need to be fixed such as making drivers compatible with Linux DT, unifying DT names. I am preparing a new patchset. When I finish coding and testing, I will send it out.
Best regards, Hal