dt-bindings: memory: tegra20: emc: Replace core regulator with power domain
authorDmitry Osipenko <digetx@gmail.com>
Tue, 30 Mar 2021 23:04:40 +0000 (02:04 +0300)
committerKrzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Thu, 1 Apr 2021 17:58:22 +0000 (19:58 +0200)
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-2-digetx@gmail.com
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Documentation/devicetree/bindings/memory-controllers/nvidia,tegra20-emc.txt

index cc443fcf4bec86c2495389703733e9882547b9b9..d2250498c36d39b80a4dd5fa4d1ba749b5379bab 100644 (file)
@@ -23,7 +23,7 @@ For each opp entry in 'operating-points-v2' table:
        matches, the OPP gets enabled.
 
 Optional properties:
-- core-supply: Phandle of voltage regulator of the SoC "core" power domain.
+- power-domains: Phandle of the SoC "core" power domain.
 
 Child device nodes describe the memory settings for different configurations and clock rates.
 
@@ -48,7 +48,7 @@ Example:
                interrupts = <0 78 0x04>;
                clocks = <&tegra_car TEGRA20_CLK_EMC>;
                nvidia,memory-controller = <&mc>;
-               core-supply = <&core_vdd_reg>;
+               power-domains = <&domain>;
                operating-points-v2 = <&opp_table>;
        }