Skip to content

Commit

Permalink
spi: ti_qspi: fix unit address
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Kangmin Park authored and Mark Brown committed May 19, 2020
1 parent 7db097d commit 73da235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/devicetree/bindings/spi/ti_qspi.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 73da235

Please sign in to comment.