Skip to content

Commit

Permalink
fix SPIs registers in overlays
Browse files Browse the repository at this point in the history
  • Loading branch information
martinayotte committed Jun 20, 2019
1 parent f07023f commit 2e3a338
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions patch/kernel/rockchip64-dev/general-rockchip-overlays.patch
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,8 @@ index 0000000..fe8fb14
+ fragment@0 {
+ target-path = "/aliases";
+ __overlay__ {
+ spi0 = "/soc/spi@1c68000";
+ spi1 = "/soc/spi@1c69000";
+ spi0 = "/soc/spi@ff1c0000";
+ spi1 = "/soc/spi@ff1d0000";
+ };
+ };
+
Expand Down

0 comments on commit 2e3a338

Please sign in to comment.