]> www.infradead.org Git - users/jedix/linux-maple.git/commit
dt-bindings: interconnect: Add MediaTek EMI Interconnect bindings
authorAngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Mon, 10 Jun 2024 08:57:30 +0000 (10:57 +0200)
committerGeorgi Djakov <djakov@kernel.org>
Thu, 13 Jun 2024 11:31:42 +0000 (14:31 +0300)
commit1a8009e108382848d149a24dd3fc67607d054a05
treeae63c823e6cf0f50f67605b68704ed033f98a66f
parent1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0
dt-bindings: interconnect: Add MediaTek EMI Interconnect bindings

Add bindings for the MediaTek External Memory Interface Interconnect,
which providers support system bandwidth requirements through Dynamic
Voltage Frequency Scaling Resource Collector (DVFSRC) hardware.

This adds bindings for MediaTek MT8183 and MT8195 SoCs.

Note that this is modeled as a subnode of DVFSRC for multiple reasons:
 - Some SoCs have more than one interconnect on the DVFSRC (and two
   different kinds of EMI interconnect, and also a SMI interconnect);

 - Some boards will want to not enable the interconnect driver because
   some of those are not battery powered (so they just keep the knobs
   at full thrust from the bootloader and never care scaling busses);

 - Some DVFSRC interconnect features may depend on firmware.

Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Link: https://lore.kernel.org/r/20240610085735.147134-3-angelogioacchino.delregno@collabora.com
Signed-off-by: Georgi Djakov <djakov@kernel.org>
Documentation/devicetree/bindings/interconnect/mediatek,mt8183-emi.yaml [new file with mode: 0644]
include/dt-bindings/interconnect/mediatek,mt8183.h [new file with mode: 0644]
include/dt-bindings/interconnect/mediatek,mt8195.h [new file with mode: 0644]