mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
ARM: dts: rmobile: Enable SDHI on E3 Ebisu
Enable SDHI on R8A77990 E3 Ebisu in DT. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
This commit is contained in:
parent
ef6765ca62
commit
bc19d28e6d
1 changed files with 14 additions and 0 deletions
|
@ -73,6 +73,20 @@
|
|||
};
|
||||
};
|
||||
|
||||
&sdhi0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&sdhi1 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&sdhi3 {
|
||||
bus-width = <8>;
|
||||
non-removable;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&scif2 {
|
||||
pinctrl-0 = <&scif2_pins>;
|
||||
pinctrl-names = "default";
|
||||
|
|
Loading…
Reference in a new issue