dt-bindings: clk: fix example for single-output provider

As described above single-output clock provider should have
0 cells number, so let's fix it by using 0 as cells number.

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
Signed-off-by: Rob Herring <robh@kernel.org>
This commit is contained in:
Giulio Benetti 2020-03-10 00:57:22 +01:00 committed by Rob Herring
parent 9c4d60a36e
commit 952c2ab61d
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ clock is connected to output 0 of the &ref.
/* external oscillator */ /* external oscillator */
osc: oscillator { osc: oscillator {
compatible = "fixed-clock"; compatible = "fixed-clock";
#clock-cells = <1>; #clock-cells = <0>;
clock-frequency = <32678>; clock-frequency = <32678>;
clock-output-names = "osc"; clock-output-names = "osc";
}; };