mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-06 10:00:17 +00:00
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:
@@ -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";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user