Message ID | 20220609112303.117928-1-angelogioacchino.delregno@collabora.com (mailing list archive) |
---|---|
Headers | show |
Series | MediaTek Helio X10 MT6795 - Devicetree, part 1 | expand |
On 09/06/2022 13:22, AngeloGioacchino Del Regno wrote: > In an effort to give some love to the apparently forgotten MT6795 SoC, > I am upstreaming more components that are necessary to support platforms > powered by this one apart from a simple boot to serial console. > > This series modernizes the devicetree of the MT6795 SoC and adds a > couple of nodes that are supported by this SoC. > > In my local tree I have much more than that (including the dts for > that Xperia M5 smartphone that I always mention...), but I decided > to push the devicetree commits in multiple parts, as to get these > in sooner than later because that reduces my delta, and this makes > upstreaming a bit easier, especially when having to rebase things > around, which happens a lot. > > So, this series *does NOT* depends on any of the other series that > I've pushed and is mergeable in parallel. Applied, thanks! > > Tested on a MT6795 Sony Xperia M5 (codename "Holly") smartphone. > > Changes in v2: > - Split fixed-clocks addition/removal patch for readability > - Added patches for pinctrl controller node and vGIC interrupt > > AngeloGioacchino Del Regno (10): > arm64: dts: mediatek: mt6795: Create soc bus node and move mmio > devices > arm64: dts: mediatek: mt6795: Add cpu-map and L2 cache > arm64: dts: mediatek: mt6795: Add Cortex A53 PMU nodes > arm64: dts: mediatek: mt6795: Add watchdog node to avoid timeouts > arm64: dts: mediatek: mt6795: Add fixed clocks for 32kHz and 26MHz XOs > arm64: dts: mediatek: mt6795: Remove incorrect fixed-clocks > arm64: dts: mediatek: mt6795: Add general purpose timer node > arm64: dts: mediatek: mt6795: Add ARM CCI-400 node and assign to CPUs > arm64: dts: mediatek: mt6795: Add pinctrl controller node > arm64: dts: mediatek: mt6795: Specify interrupts for vGIC > > arch/arm64/boot/dts/mediatek/mt6795.dtsi | 260 ++++++++++++++++++----- > 1 file changed, 205 insertions(+), 55 deletions(-) >