On October 20, 2022 thus sayeth Andrew Davis: > Hello all, > > Same story as for AM64x[0] and AM62x[1], this time for J7x. > > This one was a little more involved that the last 2 rounds as some IP > (like UART) are pinned out using the default pinmux. Perhaps we should be > explicit here and have pinmux nodes that simply restate the defaults. I > can go solve that in a follow up series if we think that is what we > want to do. > > I have the last round for AM65x ready to post, but that involves a few > boards that I do not have (Simatic IOT2050) but would like to do some > additional re-work with, so holding off until after I get that sorted. > > Thanks, > Andrew > > [0] https://www.spinics.net/lists/arm-kernel/msg1018532.html > [1] https://www.spinics.net/lists/arm-kernel/msg1018864.html > > Andrew Davis (12): > arm64: dts: ti: k3-j721e: Enable UART nodes at the board level > arm64: dts: ti: k3-j721e: Enable I2C nodes at the board level > arm64: dts: ti: k3-j721e: Enable MCASP nodes at the board level > arm64: dts: ti: k3-j721e: Enable MCAN nodes at the board level > arm64: dts: ti: k3-j7200: Enable UART nodes at the board level > arm64: dts: ti: k3-j7200: Enable I2C nodes at the board level > arm64: dts: ti: k3-j721s2: Enable UART nodes at the board level > arm64: dts: ti: k3-j721e: Enable Mailbox nodes at the board level > arm64: dts: ti: k3-j7200: Enable Mailbox nodes at the board level > arm64: dts: ti: k3-j721s2: Enable Mailbox nodes at the board level > arm64: dts: ti: k3-j721s2: Enable MCAN nodes at the board level > arm64: dts: ti: k3-j721s2: Enable I2C nodes at the board level > > .../dts/ti/k3-j7200-common-proc-board.dts | 48 ++---- > arch/arm64/boot/dts/ti/k3-j7200-main.dtsi | 29 ++++ > .../boot/dts/ti/k3-j7200-mcu-wakeup.dtsi | 5 + > arch/arm64/boot/dts/ti/k3-j7200-som-p0.dtsi | 42 +---- > .../dts/ti/k3-j721e-common-proc-board.dts | 141 +++------------- > arch/arm64/boot/dts/ti/k3-j721e-main.dtsi | 55 ++++++ > .../boot/dts/ti/k3-j721e-mcu-wakeup.dtsi | 7 + > arch/arm64/boot/dts/ti/k3-j721e-sk.dts | 158 ++---------------- > arch/arm64/boot/dts/ti/k3-j721e-som-p0.dtsi | 33 +--- > .../dts/ti/k3-j721s2-common-proc-board.dts | 132 +-------------- > arch/arm64/boot/dts/ti/k3-j721s2-main.dtsi | 58 +++++++ > .../boot/dts/ti/k3-j721s2-mcu-wakeup.dtsi | 7 + > arch/arm64/boot/dts/ti/k3-j721s2-som-p0.dtsi | 98 +---------- > 13 files changed, 231 insertions(+), 582 deletions(-) > *whew* these Jacinto boards have a lot of stuff on them :) but it LGTM Reviewed-by: Bryan Brattlof <bb@xxxxxx> ~Bryan