
Hi Jianfeng,
On 5/27/24 10:57 AM, Jianfeng Liu wrote:
Hi all,
However... it seems we'll likely need to also cherry-pick patches for the GPU (should probably be straightforward as nothing would be using the GPU anyway in U-Boot) and the USBDP PHY... but this one we would need to update all -u-boot.dtsi for rk3588(s) boards that have it already to make it use the new label/DT, make sure that the driver still works... etc. Maybe not a small feat, but someone will have to do it at some point anyway :)
Kernel v6.10-rc1 is released and now u-boot is not synced to v6.9.
It is, please use the "next" branch.
What about syncing with this procedure: 1, Sync upstream dts to v6.9 with command update-dts-subtree.sh pull. 2, Cherrypick all commits of rk3588s.dtsi from v6.10-rc1. 3, Cherrypick all commits of rk3588*.dts* from v6.10-rc1, which will include dts of new board armsom-sige7. 4, Add armsom-sige7 to u-boot.
You should be able to do 2,3,4 yourself now I believe?
Cheers, Quentin