On 6/5/19 11:53 AM, Andrew F. Davis wrote: > On 6/5/19 12:34 PM, Suman Anna wrote: >> Hi Tero, >> >> The following series adds the DT nodes for the MCU SRAM present within >> the MCU domain for both AM65x and J721E SoCs. The first 2 patches enable >> the MCU SRAM node to be probed properly on AM65x SoCs, and the third >> patch the equivalent for J721E SoCs. The third patch depends on the >> base J721E support patch series from Nishanth [1]. >> >> The last patch is not related to MCU SRAM, but adds the ranges for the >> R5F cluster that is also present in the MCU domain in preparation for >> the R5F nodes. >> > > Why not have this last patch as part of the series adding the R5F nodes? The patch can be applied independently as is, no reason to wait until I post those. regards Suman > > Andrew > >> regards >> Suman >> >> [1] >> https://patchwork.kernel.org/project/linux-arm-kernel/list/?series=121189 >> >> Suman Anna (4): >> arm64: dts: ti: k3-am65: Add MCU SRAM ranges in interconnect nodes >> arm64: dts: ti: k3-am65-mcu: Add the MCU RAM node >> arm64: dts: ti: k3-j721e: Add the MCU SRAM node >> arm64: dts: ti: k3-am65: Add R5F ranges in interconnect nodes >> >> arch/arm64/boot/dts/ti/k3-am65-mcu.dtsi | 8 ++++++++ >> arch/arm64/boot/dts/ti/k3-am65.dtsi | 6 ++++++ >> arch/arm64/boot/dts/ti/k3-j721e-mcu-wakeup.dtsi | 8 ++++++++ >> 3 files changed, 22 insertions(+) >>