diff options
author | Kangmin Park <l4stpr0gr4m@gmail.com> | 2020-05-19 16:32:21 +0900 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-05-19 14:40:14 +0100 |
commit | 73da2352075adb24868229f9463736a5dd331b95 (patch) | |
tree | 4b8464c8ec633a1ee3519b888003f3c85b8266f6 /Documentation | |
parent | 7db097dcddef6718aee850d9d9ba4a29c8a9c7d9 (diff) | |
download | linux-stable-73da2352075adb24868229f9463736a5dd331b95.tar.gz linux-stable-73da2352075adb24868229f9463736a5dd331b95.tar.bz2 linux-stable-73da2352075adb24868229f9463736a5dd331b95.zip |
spi: ti_qspi: fix unit address
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>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/spi/ti_qspi.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/spi/ti_qspi.txt b/Documentation/devicetree/bindings/spi/ti_qspi.txt index e65fde4a7388..47b184bce414 100644 --- a/Documentation/devicetree/bindings/spi/ti_qspi.txt +++ b/Documentation/devicetree/bindings/spi/ti_qspi.txt @@ -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"; |