Skip to content

Commit 73da235

Browse files
pr0gr4mbroonie
authored andcommitted
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 7db097d commit 73da235

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/devicetree/bindings/spi/ti_qspi.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ modification to bootloader.
2929
Example:
3030

3131
For am4372:
32-
qspi: qspi@4b300000 {
32+
qspi: qspi@47900000 {
3333
compatible = "ti,am4372-qspi";
3434
reg = <0x47900000 0x100>, <0x30000000 0x4000000>;
3535
reg-names = "qspi_base", "qspi_mmap";

0 commit comments

Comments
 (0)