In continuation of patch series posted by Nishanth for sync of uboot device tree with kernel device tree for AM64 SOC. https://lore.kernel.org/linux-arm-kernel/20230414073328.381336-1-nm@xxxxxx/ This series extend device tree sync/clean up for J7200 SOC. This patch series build on top of https://lore.kernel.org/all/20230419040007.3022780-1-u-kumar1@xxxxxx Udit Kumar (5): arm64: dts: ti: k3-j7200: Add general purpose timers arm64: dts: ti: k3-j7200: Configure pinctrl for timer IO pads arm64: dts: ti: k3-j7200-common-proc-board: main_pmx0 clean up arm64: dts: ti: k3-j7200-common-proc-board: Add uart pin mux in wkup_pmx0 arm64: dts: ti: k3-j7200: Add bootph-pre-ram for u-boot .../dts/ti/k3-j7200-common-proc-board.dts | 37 ++- arch/arm64/boot/dts/ti/k3-j7200-main.dtsi | 258 ++++++++++++++++++ .../boot/dts/ti/k3-j7200-mcu-wakeup.dtsi | 138 ++++++++++ arch/arm64/boot/dts/ti/k3-j7200-som-p0.dtsi | 3 + 4 files changed, 432 insertions(+), 4 deletions(-) -- 2.34.1