]> www.infradead.org Git - users/hch/configfs.git/commitdiff
spi: ti_qspi: fix unit address
authorKangmin Park <l4stpr0gr4m@gmail.com>
Tue, 19 May 2020 07:32:21 +0000 (16:32 +0900)
committerMark Brown <broonie@kernel.org>
Tue, 19 May 2020 13:40:14 +0000 (14:40 +0100)
Fix unit address to match the first address specified in the reg
property of the node in example.

Signed-off-by: Kangmin Park <l4stpr0gr4m@gmail.com>
Link: https://lore.kernel.org/r/1589873541-5587-1-git-send-email-l4stpr0gr4m@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Documentation/devicetree/bindings/spi/ti_qspi.txt

index e65fde4a73883f0a9457200a79a4d8e91ffeca44..47b184bce41439cb3a8d5f05071d0a5003843a8c 100644 (file)
@@ -29,7 +29,7 @@ modification to bootloader.
 Example:
 
 For am4372:
-qspi: qspi@4b300000 {
+qspi: qspi@47900000 {
        compatible = "ti,am4372-qspi";
        reg = <0x47900000 0x100>, <0x30000000 0x4000000>;
        reg-names = "qspi_base", "qspi_mmap";