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

dt-bindings: Misc fix for the ATH79 DDR controllers

Fix a few typos and reword the description of the
'#qca,ddr-wb-channel-cells' property.

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

authored by

Alban Bedel and committed by
Rob Herring
1da2f213 ef832242

+4 -4
+4 -4
Documentation/devicetree/bindings/memory-controllers/ath79-ddr-controller.txt
··· 1 1 Binding for Qualcomm Atheros AR7xxx/AR9xxx DDR controller 2 2 3 - The DDR controller of the ARxxx and AR9xxx families provides an interface 3 + The DDR controller of the AR7xxx and AR9xxx families provides an interface 4 4 to flush the FIFO between various devices and the DDR. This is mainly used 5 5 by the IRQ controller to flush the FIFO before running the interrupt handler 6 6 of such devices. ··· 11 11 "qca,[ar7100|ar7240]-ddr-controller" as fallback. 12 12 On SoC with PCI support "qca,ar7100-ddr-controller" should be used as 13 13 fallback, otherwise "qca,ar7240-ddr-controller" should be used. 14 - - reg: Base address and size of the controllers memory area 15 - - #qca,ddr-wb-channel-cells: has to be 1, the index of the write buffer 16 - channel 14 + - reg: Base address and size of the controller's memory area 15 + - #qca,ddr-wb-channel-cells: Specifies the number of cells needed to encode 16 + the write buffer channel index, should be 1. 17 17 18 18 Example: 19 19