]> Git Repo - linux.git/commitdiff
spi: ti_qspi: fix unit address
authorKangmin Park <[email protected]>
Tue, 19 May 2020 07:32:21 +0000 (16:32 +0900)
committerMark Brown <[email protected]>
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 <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
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";
This page took 0.075392 seconds and 4 git commands to generate.