I need to resend this, as previous git send-email just sent cover note and timeout after that. This series aims to align ordering of pin muxes in following order main_pmx0/1, wkup_pmx0/1/2/3 along with two fixes for 784s4-evm and am69 for UART pin type. Also, updating pin mux macro of J784S4 SOC instead of J721S2 for 784s4-evm and am69 at few places. Sorry for this cosmetic push, but usages of pin muxes was not consistent across the platforms, and even for j784s4-evm wkup_pmx1 was coded at two place. For fixes, these errors should be caught during review but missed due to cross reference is taken from tool's output. Note to self, don't always rely on tool's output while reviewing the patch. Boot logs https://gist.github.com/uditkumarti/089777a8c31482a67be35aa0ab3cefe9 Udit Kumar (4): arm64: dts: ti: k3-j784s4-evm: Arranging mux and macro update arm64: dts: ti: k3-am69-sk: Fix UART pin type and macro update arm64: dts: ti: k3-j7200: Arranging pin mux in order arm64: dts: ti: k3-j721s2: Arranging pin mux in order arch/arm64/boot/dts/ti/k3-am69-sk.dts | 12 +- .../dts/ti/k3-j7200-common-proc-board.dts | 132 +++++++++--------- arch/arm64/boot/dts/ti/k3-j7200-som-p0.dtsi | 31 ++-- .../dts/ti/k3-j721s2-common-proc-board.dts | 30 ++-- arch/arm64/boot/dts/ti/k3-j721s2-som-p0.dtsi | 32 ++--- arch/arm64/boot/dts/ti/k3-j784s4-evm.dts | 116 ++++++++------- 6 files changed, 175 insertions(+), 178 deletions(-) -- 2.34.1