Skip to content

Commit

Permalink
arm64: overlays-rockpi4: Fix SPI transfers larger than 32 bytes erro…
Browse files Browse the repository at this point in the history
…r bug.

    Signed-off-by: Jubian <[email protected]>
  • Loading branch information
ZhuBin32 committed Jul 22, 2019
1 parent 92d0f96 commit 5fc5346
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

__overlay__ {
max-freq = <50000000>;
dmas = <&dmac_peri 10>, <&dmac_peri 11>;
dmas = <&dmac_peri 0xc>, <&dmac_peri 0xd>;
dma-names = "tx","rx";
#address-cells = <1>;
#size-cells = <0>;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

__overlay__ {
max-freq = <50000000>;
dmas = <&dmac_peri 12>, <&dmac_peri 13>;
dmas = <&dmac_peri 0xe>, <&dmac_peri 0xf>;
dma-names = "tx","rx";
#address-cells = <1>;
#size-cells = <0>;
Expand Down

0 comments on commit 5fc5346

Please sign in to comment.