]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - Documentation/devicetree/bindings/power/pd-samsung.txt
scripts/spelling.txt: add "swith" pattern and fix typo instances
[linux.git] / Documentation / devicetree / bindings / power / pd-samsung.txt
index f5d4b68d2760dce21ffd49fff141deca6c61b4e4..549f7dee9b9de0b33f851ab1bb34008ab9d1a51a 100644 (file)
@@ -13,6 +13,8 @@ Required Properties:
     must be 0.
 
 Optional Properties:
+- label: Human readable string with domain name. Will be visible in userspace
+       to let user to distinguish between multiple domains in SoC.
 - clocks: List of clock handles. The parent clocks of the input clocks to the
        devices in this power domain are set to oscclk before power gating
        and restored back after powering on a domain. This is required for
@@ -21,7 +23,7 @@ Optional Properties:
 - clock-names: The following clocks can be specified:
        - oscclk: Oscillator clock.
        - clkN: Input clocks to the devices in this power domain. These clocks
-               will be reparented to oscclk before swithing power domain off.
+               will be reparented to oscclk before switching power domain off.
                Their original parent will be brought back after turning on
                the domain. Maximum of 4 clocks (N = 0 to 3) are supported.
        - asbN: Clocks required by asynchronous bridges (ASB) present in
@@ -39,6 +41,7 @@ Example:
                compatible = "samsung,exynos4210-pd";
                reg = <0x10023C00 0x10>;
                #power-domain-cells = <0>;
+               label = "LCD0";
        };
 
        mfc_pd: power-domain@10044060 {
@@ -47,6 +50,7 @@ Example:
                clocks = <&clock CLK_FIN_PLL>, <&clock CLK_MOUT_USER_ACLK333>;
                clock-names = "oscclk", "clk0";
                #power-domain-cells = <0>;
+               label = "MFC";
        };
 
 See Documentation/devicetree/bindings/power/power_domain.txt for description