Hi Naoki, On 2023-09-01 06:58, FUKAUMI Naoki wrote: > Sync the devicetree with linux-next tag: next-20230831
With the soc-dt-6.6 tag now merged into torvalds/linux tree [1] we can probably call this a sync from v6.6-rc1. However, this patch misses some things: - It does not remove synced pcie and usb nodes from the related u-boot.dtsi files. - It is only a partial sync from next-20230831, see following diff: arch/arm/dts/rk3588-edgeble-neu6a.dtsi | 1 - arch/arm/dts/rk3588-edgeble-neu6b-io.dts | 66 +++ arch/arm/dts/rk3588-edgeble-neu6b.dtsi | 359 ++++++++++++++- arch/arm/dts/rk3588-evb1-v10.dts | 720 ++++++++++++++++++++++++++++++- arch/arm/dts/rk3588-rock-5b.dts | 448 ++++++++++++++++++- arch/arm/dts/rk3588s-rock-5a.dts | 665 +++++++++++++++++++++++++++- 6 files changed, 2244 insertions(+), 15 deletions(-) - There is a similar patch [2] from Jagan Teki where a rebase was requested. [1] https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=0e72db77672ff4758a31fb5259c754a7bb229751 [2] https://patchwork.ozlabs.org/project/uboot/patch/20230719081745.3546727-1-ja...@edgeble.ai/ Regards, Jonas > > Signed-off-by: FUKAUMI Naoki <na...@radxa.com> > --- > arch/arm/dts/rk3588.dtsi | 215 +++++++++++++++++++ > arch/arm/dts/rk3588s.dtsi | 367 +++++++++++++++++++++++++++++++++ > include/dt-bindings/ata/ahci.h | 20 ++ > 3 files changed, 602 insertions(+) > create mode 100644 include/dt-bindings/ata/ahci.h [...]