mirror of
https://github.com/torvalds/linux.git
synced 2024-12-09 04:31:39 +00:00
Documentation: devicetree: Fix s2mps11 example syntax
It's <1>, not 1. Signed-off-by: Andreas Färber <afaerber@suse.de> Reviewed-by: Sachin Kamat <sachin.kamat@samsung.com> Signed-off-by: Lee Jones <lee.jones@linaro.org>
This commit is contained in:
parent
2698e8272e
commit
c75e083cbc
@ -96,7 +96,7 @@ Example:
|
||||
|
||||
s2m_osc: clocks {
|
||||
compatible = "samsung,s2mps11-clk";
|
||||
#clock-cells = 1;
|
||||
#clock-cells = <1>;
|
||||
clock-output-names = "xx", "yy", "zz";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user