]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: dts: am335x: Add l4 interconnect hierarchy and ti-sysc data
authorTony Lindgren <tony@atomide.com>
Mon, 24 Sep 2018 23:20:37 +0000 (16:20 -0700)
committerTony Lindgren <tony@atomide.com>
Thu, 18 Oct 2018 17:04:02 +0000 (10:04 -0700)
commitb027364593df819d0815bc5d60ff84a481bbdfa2
treeaa95861813131ce049b28cd9d20c8026c243e92a
parentdb9a58bbf60a397a0dd5b3b3bb40d6eed3bef574
ARM: dts: am335x: Add l4 interconnect hierarchy and ti-sysc data

Similar to commit ca956c41dd0f ("ARM: dts: omap4: Add l4 interconnect
hierarchy and ti-sysc data"), let's add proper interconnect hierarchy
for l4 interconnect instances with the related ti-sysc interconnect
module data as in Documentation/devicetree/bindings/bus/ti-sysc.txt.

Using ti-sysc driver binding allows us to start dropping legacy platform
data in arch/arm/mach-omap2/omap*hwmod*data.c files later on in favor of
ti-sysc dts data.

This data is generated based on platform data from a booted system
and the interconnect acces protection registers for ranges. To avoid
regressions, we initially validate the device tree provided data
against the existing platform data on boot.

Note that we cannot yet include this file from the SoC dtsi file until
the child devices are moved to their proper locations in the
interconnect hierarchy in the following patch. Otherwise we would have
the each module probed twice.

Cc: Dave Gerlach <d-gerlach@ti.com>
Cc: Keerthy <j-keerthy@ti.com>
Cc: Tero Kristo <t-kristo@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/am33xx-l4.dtsi [new file with mode: 0644]