Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 48c8555f authored by Robert Nelson's avatar Robert Nelson
Browse files

linux: light-beagle.dts: reorder sdhci based on binding docs


Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent 8e709451
Branches
Tags
No related merge requests found
Pipeline #1244 passed with stage
in 7 minutes and 18 seconds
......@@ -18,23 +18,25 @@
};
&sdhci1 {
max-frequency = <100000000>;
#address-cells = <1>;
#size-cells = <0>;
status = "okay";
non-removable;
bus-width = <4>;
pull_up;
max-frequency = <100000000>;
cap-sd-highspeed;
no-sd;
no-mmc;
non-removable;
io_fixed_1v8;
wprtn_ignore;
cap-sd-highspeed;
keep-power-in-suspend;
wakeup-source;
status = "okay";
#address-cells = <1>;
#size-cells = <0>;
mmc-pwrseq = <&brcmf_pwrseq>;
/* New... */
pull_up;
io_fixed_1v8;
wprtn_ignore;
wifi@1 {
status = "okay";
reg = <1>;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment