From: Sinthu Raja <sinthu.raja@xxxxxx> Hi All, This patch series fix the incorrect IO PADCONFIG offset size of the main and wakeup domain for J721S2 SoC and add RPi expansion header support for the AM68 SK. --- Changes in V4: - Address review comments * Update main and wakeup domain IO padconfig * Correct the pinctrl node offsets as per the newly split wkup_pmx* and main_pmx* nodes. Changes in V3: - Add Fixes tag. Changes in V2: - Update commit description. - Update the offset value to 0x194 as 0x190 is the last register of the IO PADCONFIG register set. V1: https://lore.kernel.org/all/20230123135831.4184-1-sinthu.raja@xxxxxx/ V2: https://lore.kernel.org/lkml/20230124120311.7323-1-sinthu.raja@xxxxxx/T/ V3: https://lore.kernel.org/linux-arm-kernel/20230316114102.3602-2-sinthu.raja@xxxxxx/T/ Sinthu Raja (3): arm64: dts: ti: k3-j721s2: fix main pinmux range arm64: dts: ti: k3-j721s2: fix wkup pinmux range arm64: dts: ti: k3-am68-sk-base-board: Add pinmux for RPi Header .../boot/dts/ti/k3-am68-sk-base-board.dts | 134 ++++++++++++++---- .../dts/ti/k3-j721s2-common-proc-board.dts | 92 ++++++------ arch/arm64/boot/dts/ti/k3-j721s2-main.dtsi | 11 +- .../boot/dts/ti/k3-j721s2-mcu-wakeup.dtsi | 29 +++- 4 files changed, 195 insertions(+), 71 deletions(-) -- 2.36.1