Skip to content

Commit

Permalink
am335x-pocketbeagle.dts: disable unrounted spi selects
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
  • Loading branch information
RobertCNelson committed Jan 10, 2018
1 parent 63100ce commit 2b5f5a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/arm/boot/dts/am335x-pocketbeagle.dts
Original file line number Diff line number Diff line change
Expand Up @@ -1052,6 +1052,7 @@
compatible = "spidev";
reg = <1>;
spi-max-frequency = <24000000>;
status = "disabled";
};
};

Expand All @@ -1067,6 +1068,7 @@
compatible = "spidev";
reg = <0>;
spi-max-frequency = <24000000>;
status = "disabled";
};

channel@1 {
Expand Down

0 comments on commit 2b5f5a4

Please sign in to comment.