Re: [PATCH] dt-bindings: spi: ti_qspi.txt: fix unit address

2020-05-19 Thread Mark Brown
On Tue, 19 May 2020 16:32:21 +0900, Kangmin Park wrote: > Fix unit address to match the first address specified in the reg > property of the node in example. Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-5.8 Thanks! [1/1] spi: ti_qspi: fix unit address

[PATCH] dt-bindings: spi: ti_qspi.txt: fix unit address

2020-05-19 Thread Kangmin Park
Fix unit address to match the first address specified in the reg property of the node in example. Signed-off-by: Kangmin Park --- Documentation/devicetree/bindings/spi/ti_qspi.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/spi/ti_qspi.tx