Pi3 DT: Add dtparams for the SD interface

Add new base dtparams sd_overclock, sd_force_pio, sd_pio_limit
and sd_debug. These were missed out of the initial Pi3 DTB.

Signed-off-by: Phil Elwell <phil@raspberrypi.org>
This commit is contained in:
Phil Elwell
2016-03-07 13:38:39 +00:00
committed by popcornmix
parent b6986f1a58
commit aa81e8628e

View File

@@ -188,5 +188,9 @@
audio = <&audio>,"status"; audio = <&audio>,"status";
watchdog = <&watchdog>,"status"; watchdog = <&watchdog>,"status";
random = <&random>,"status"; random = <&random>,"status";
sd_overclock = <&sdhost>,"brcm,overclock-50:0";
sd_force_pio = <&sdhost>,"brcm,force-pio?";
sd_pio_limit = <&sdhost>,"brcm,pio-limit:0";
sd_debug = <&sdhost>,"brcm,debug";
}; };
}; };