Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: clock: ti-sci: Fix incorrect usage of headers

The clock consumer usage description was erroneously referring to
couple of dt-binding headers that are no longer valid. The definition
and/or usage of these headers is incorrect and the only file present
at the moment, dt-bindings/soc/k2g.h is also being cleaned up. The
examples in this binding were updated properly, but the update to
description was missed out. So, fix this.

Fixes: 8f306cfe4383 ("Documentation: dt: Add TI SCI clock driver")
Signed-off-by: Suman Anna <s-anna@ti.com>
Signed-off-by: Rob Herring <robh@kernel.org>

authored by

Suman Anna and committed by
Rob Herring
91fa953e 5f42991f

+3 -4
+3 -4
Documentation/devicetree/bindings/clock/ti,sci-clk.txt
··· 14 14 - compatible: Must be "ti,k2g-sci-clk" 15 15 - #clock-cells: Shall be 2. 16 16 In clock consumers, this cell represents the device ID and clock ID 17 - exposed by the PM firmware. The assignments can be found in the header 18 - files <dt-bindings/genpd/<soc>.h> (which covers the device IDs) and 19 - <dt-bindings/clock/<soc>.h> (which covers the clock IDs), where <soc> 20 - is the SoC involved, for example 'k2g'. 17 + exposed by the PM firmware. The list of valid values for the device IDs 18 + and clocks IDs for 66AK2G SoC are documented at 19 + http://processors.wiki.ti.com/index.php/TISCI#66AK2G02_Data 21 20 22 21 Examples: 23 22 --------