提交 ae8a2881 编写于 作者: K Krzysztof Kozlowski 提交者: Kukjin Kim

dt-bindings: Correct the example for Exynos power domain clocks

Since commit 29e5eea0 ("ARM: EXYNOS: Get current parent clock for
power domain on/off") the "pclkN" names of "clock-names" property is not
parsed any more. The bindings and driver were updated but the example
was not. Fix the example now.
Signed-off-by: NKrzysztof Kozlowski <k.kozlowski@samsung.com>
Reviewed-by: NJavier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: NKukjin Kim <kgene@kernel.org>
上级 1f7ce3d1
...@@ -43,9 +43,8 @@ Example: ...@@ -43,9 +43,8 @@ Example:
mfc_pd: power-domain@10044060 { mfc_pd: power-domain@10044060 {
compatible = "samsung,exynos4210-pd"; compatible = "samsung,exynos4210-pd";
reg = <0x10044060 0x20>; reg = <0x10044060 0x20>;
clocks = <&clock CLK_FIN_PLL>, <&clock CLK_MOUT_SW_ACLK333>, clocks = <&clock CLK_FIN_PLL>, <&clock CLK_MOUT_USER_ACLK333>;
<&clock CLK_MOUT_USER_ACLK333>; clock-names = "oscclk", "clk0";
clock-names = "oscclk", "pclk0", "clk0";
#power-domain-cells = <0>; #power-domain-cells = <0>;
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册