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

dt-bindings: memory: tegra30: emc: Replace core regulator with power domain

Power domain fits much better than a voltage regulator in regards to
a proper hardware description and from a software perspective as well.
Hence replace the core regulator with the power domain. Note that this
doesn't affect any existing DTBs because we haven't started to use the
regulator yet, and thus, it's okay to change it.

Signed-off-by: Dmitry Osipenko <digetx@gmail.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20210330230445.26619-3-digetx@gmail.com
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>

authored by

Dmitry Osipenko and committed by
Krzysztof Kozlowski
7885db0c 4be3973c

+4 -3
+4 -3
Documentation/devicetree/bindings/memory-controllers/nvidia,tegra30-emc.yaml
··· 39 39 description: 40 40 Phandle of the Memory Controller node. 41 41 42 - core-supply: 42 + power-domains: 43 + maxItems: 1 43 44 description: 44 - Phandle of voltage regulator of the SoC "core" power domain. 45 + Phandle of the SoC "core" power domain. 45 46 46 47 operating-points-v2: 47 48 description: ··· 242 241 243 242 nvidia,memory-controller = <&mc>; 244 243 operating-points-v2 = <&dvfs_opp_table>; 245 - core-supply = <&vdd_core>; 244 + power-domains = <&domain>; 246 245 247 246 #interconnect-cells = <0>; 248 247