Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: memory: tegra210: emc: Document OPP table and interconnect

These are needed for dynamic frequency scaling of the EMC controller.

Signed-off-by: Aaron Kling <webgeek1234@gmail.com>
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

authored by

Aaron Kling and committed by
Krzysztof Kozlowski
550faad1 1aba1eab

+11
+11
Documentation/devicetree/bindings/memory-controllers/nvidia,tegra210-emc.yaml
··· 33 33 items: 34 34 - description: EMC general interrupt 35 35 36 + "#interconnect-cells": 37 + const: 0 38 + 36 39 memory-region: 37 40 maxItems: 1 38 41 description: ··· 46 43 $ref: /schemas/types.yaml#/definitions/phandle 47 44 description: 48 45 phandle of the memory controller node 46 + 47 + operating-points-v2: 48 + description: 49 + Should contain freqs and voltages and opp-supported-hw property, which 50 + is a bitfield indicating SoC speedo ID mask. 49 51 50 52 required: 51 53 - compatible ··· 87 79 interrupts = <GIC_SPI 78 IRQ_TYPE_LEVEL_HIGH>; 88 80 memory-region = <&emc_table>; 89 81 nvidia,memory-controller = <&mc>; 82 + operating-points-v2 = <&dvfs_opp_table>; 83 + 84 + #interconnect-cells = <0>; 90 85 };