0497-BCM270X_DT-Use-bcm2835-sdhost-on-Compute-Module.patch 791 B

123456789101112131415161718192021222324252627282930
  1. From e69474ab771cd527c98a546bc0afc84d13662c04 Mon Sep 17 00:00:00 2001
  2. From: Phil Elwell <phil@raspberrypi.org>
  3. Date: Fri, 2 Sep 2016 14:35:37 +0100
  4. Subject: [PATCH] BCM270X_DT: Use bcm2835-sdhost on Compute Module
  5. With the preceding commit:
  6. bcm2835-sdhost: Don't exit cmd wait loop on error
  7. it is safe to use the bcm2835-sdhost driver on the Compute Module.
  8. Signed-off-by: Phil Elwell <phil@raspberrypi.org>
  9. ---
  10. arch/arm/boot/dts/bcm2708-rpi-cm.dtsi | 4 ++--
  11. 1 file changed, 2 insertions(+), 2 deletions(-)
  12. --- a/arch/arm/boot/dts/bcm2708-rpi-cm.dtsi
  13. +++ b/arch/arm/boot/dts/bcm2708-rpi-cm.dtsi
  14. @@ -23,9 +23,9 @@
  15. };
  16. -&mmc {
  17. +&sdhost {
  18. pinctrl-names = "default";
  19. - pinctrl-0 = <&mmc_pins>;
  20. + pinctrl-0 = <&sdhost_pins>;
  21. non-removable;
  22. bus-width = <4>;
  23. status = "okay";