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

DEVICETREE: Misc fix for the AR7100 SPI controller binding

Fix the clocks property documentation and use lower case for
hex values in the example.

Signed-off-by: Alban Bedel <albeu@free.fr>
Signed-off-by: Rob Herring <robh@kernel.org>

authored by

Alban Bedel and committed by
Rob Herring
3b6e644e 35068ce8

+3 -3
+3 -3
Documentation/devicetree/bindings/spi/spi-ath79.txt
··· 3 3 Required properties: 4 4 - compatible: has to be "qca,<soc-type>-spi", "qca,ar7100-spi" as fallback. 5 5 - reg: Base address and size of the controllers memory area 6 - - clocks: phandle to the AHB clock. 6 + - clocks: phandle of the AHB clock. 7 7 - clock-names: has to be "ahb". 8 8 - #address-cells: <1>, as required by generic SPI binding. 9 9 - #size-cells: <0>, also as required by generic SPI binding. ··· 12 12 13 13 Example: 14 14 15 - spi@1F000000 { 15 + spi@1f000000 { 16 16 compatible = "qca,ar9132-spi", "qca,ar7100-spi"; 17 - reg = <0x1F000000 0x10>; 17 + reg = <0x1f000000 0x10>; 18 18 19 19 clocks = <&pll 2>; 20 20 clock-names = "ahb";