Message ID | 20230602153554.1571128-1-nm@ti.com |
---|---|
Headers | show |
Series | arm64: dts: ti: k3-j721s2: Mux fixups and eeprom misc | expand |
Thanks Nishanth On 6/2/2023 9:05 PM, Nishanth Menon wrote: > Hi, > > This is an expansion of Sinthu's series[1] for J721s2, fixing a few aspects > of his patches and adding uart, eeprom detection etc. > > This set of changes picksup fixes seen in u-boot and else where an > consolidates into kernel as the definitive device tree description > > Testing logs: https://gist.github.com/nmenon/2acfc566d0b215fe941c42317d9ac955 > > Changes: > * Fixups to the wkup_pmx0 patch to limit stable tree to 6.3 > * Fixups to Rpi header patch for mcu_i2c0 pinmux > * Additional patches for eeprom and wkup/mcu uarts. > > -- Sinthu's series history: > Changes in V5[1]: > -Remove main padconfig split patch which is not required. > > 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@ti.com/ > V2: https://lore.kernel.org/lkml/20230124120311.7323-1-sinthu.raja@ti.com/T/ > V3: https://lore.kernel.org/linux-arm-kernel/20230316114102.3602-2-sinthu.raja@ti.com/T/ > V4: https://lore.kernel.org/lkml/20230424081536.12123-1-sinthu.raja@ti.com/ > V5[1]: https://lore.kernel.org/linux-arm-kernel/20230504073432.6438-1-sinthu.raja@ti.com/ > > Nishanth Menon (4): > arm64: dts: ti: k3-am68-sk-base-board: Add uart pinmux > arm64: dts: ti: k3-am68-sk-som: Enable wakeup_i2c0 and eeprom > arm64: dts: ti: k3-j721s2-common-proc-board: Add uart pinmux > arm64: dts: ti: k3-j721s2-som-p0: Enable wakeup_i2c0 and eeprom > > Sinthu Raja (2): > arm64: dts: ti: k3-j721s2: Fix wkup pinmux range > arm64: dts: ti: k3-am68-sk-base-board: Add pinmux for RPi Header Reviewed-by: Udit Kumar <u-kumar1@ti.com> > .../boot/dts/ti/k3-am68-sk-base-board.dts | 145 +++++++++++++++--- > arch/arm64/boot/dts/ti/k3-am68-sk-som.dtsi | 22 +++ > .../dts/ti/k3-j721s2-common-proc-board.dts | 99 +++++++----- > .../boot/dts/ti/k3-j721s2-mcu-wakeup.dtsi | 29 +++- > arch/arm64/boot/dts/ti/k3-j721s2-som-p0.dtsi | 22 +++ > 5 files changed, 255 insertions(+), 62 deletions(-) >