Commit 952c2ab6 authored by Giulio Benetti's avatar Giulio Benetti Committed by Rob Herring

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: default avatarGiulio Benetti <giulio.benetti@benettiengineering.com>
Signed-off-by: default avatarRob Herring <robh@kernel.org>
parent 9c4d60a3
......@@ -94,7 +94,7 @@ clock is connected to output 0 of the &ref.
/* external oscillator */
osc: oscillator {
compatible = "fixed-clock";
#clock-cells = <1>;
#clock-cells = <0>;
clock-frequency = <32678>;
clock-output-names = "osc";
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment