--- zzzz-none-000/linux-3.10.107/Documentation/devicetree/bindings/clock/fixed-clock.txt 2017-06-27 09:49:32.000000000 +0000 +++ scorpion-7490-727/linux-3.10.107/Documentation/devicetree/bindings/clock/fixed-clock.txt 2021-02-04 17:41:59.000000000 +0000 @@ -10,7 +10,8 @@ - clock-frequency : frequency of clock in Hz. Should be a single cell. Optional properties: -- gpios : From common gpio binding; gpio connection to clock enable pin. +- clock-accuracy : accuracy of clock in ppb (parts per billion). + Should be a single cell. - clock-output-names : From common clock binding. Example: @@ -18,4 +19,5 @@ compatible = "fixed-clock"; #clock-cells = <0>; clock-frequency = <1000000000>; + clock-accuracy = <100>; };