Skip to content

Commit

Permalink
ARM: tegra: colibri_t20: iris: add colibri ssp support
Browse files Browse the repository at this point in the history
Add Colibri SSP aka SPI support using the SPI4 instance.

Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
  • Loading branch information
ziswiler authored and thierryreding committed Sep 26, 2018
1 parent a7867ac commit 463a8f7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions arch/arm/boot/dts/tegra20-colibri-iris.dts
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,12 @@
vbus-supply = <&reg_usbh_vbus>;
};

/* SPI4: Colibri SSP */
spi@7000da00 {
status = "okay";
spi-max-frequency = <25000000>;
};

/* SD/MMC */
sdhci@c8000600 {
status = "okay";
Expand Down

0 comments on commit 463a8f7

Please sign in to comment.