Skip to content

Commit

Permalink
dt-bindings: fix warnings in validation of qcom,gcc.yaml
Browse files Browse the repository at this point in the history
The last example in qcom,gcc.yaml set 'sleep' as the second
value of 'clock-names'. According to the schema is should
be 'sleep_clk'. Fix the example to conform the schema.
This fixes a warning when validating the schema:
"clock-names:  ... is not valid under any of the given schemas"

Signed-off-by: Dafna Hirschfeld <dafna.hirschfeld@collabora.com>
Link: https://lkml.kernel.org/r/20200122135741.12123-1-dafna.hirschfeld@collabora.com
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
  • Loading branch information
Dafna Hirschfeld authored and Stephen Boyd committed Jan 28, 2020
1 parent 957d100 commit 7914d5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/devicetree/bindings/clock/qcom,gcc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ examples:
<0>,
<0>;
clock-names = "xo",
"sleep",
"sleep_clk",
"usb3_pipe",
"ufs_rx_symbol0",
"ufs_rx_symbol1",
Expand Down

0 comments on commit 7914d5c

Please sign in to comment.