This series fixes UART pin mux for J784s4-evm and am69. Along with replacing pin mux macro of J784S4 SOC instead of J721S2. Test logs https://gist.github.com/uditkumarti/a28ec171732e32c16b2666c27093c115 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. Change logs: Changes in v2: Splitting patch series into two as refactoring and fixes, This series is for fixes, refactoring will be sent later Link of v1: https://lore.kernel.org/all/20240415063329.3286600-1-u-kumar1@xxxxxx/ Udit Kumar (2): arm64: dts: ti: k3-j784s4-evm: Fix UART pin type and macro type arm64: dts: ti: k3-am69-sk: Fix UART pin type and macro type arch/arm64/boot/dts/ti/k3-am69-sk.dts | 12 ++++++------ arch/arm64/boot/dts/ti/k3-j784s4-evm.dts | 8 ++++---- 2 files changed, 10 insertions(+), 10 deletions(-) -- 2.34.1