summaryrefslogtreecommitdiff
path: root/Silicon/Socionext/SynQuacer/DeviceTree/SynQuacerEvalBoard.dts
diff options
context:
space:
mode:
authorArd Biesheuvel <ard.biesheuvel@linaro.org>2017-11-01 09:19:49 +0000
committerArd Biesheuvel <ard.biesheuvel@linaro.org>2017-11-25 22:25:11 +0000
commita41b62caaee53755a5b050a73b5c1c8b42cc3f85 (patch)
tree71eb988bb3d8e79ed58e525854f000944f533bc8 /Silicon/Socionext/SynQuacer/DeviceTree/SynQuacerEvalBoard.dts
parent71096fc4a8a98d555ff709d628dcbbd9c99c5d96 (diff)
downloadedk2-platforms-a41b62caaee53755a5b050a73b5c1c8b42cc3f85.tar.xz
Silicon/SynQuacer: add DT description of the SDHCI controller
Describe the SynQuacer SoC's eMMC controller in DT so the OS can attach to it. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
Diffstat (limited to 'Silicon/Socionext/SynQuacer/DeviceTree/SynQuacerEvalBoard.dts')
-rw-r--r--Silicon/Socionext/SynQuacer/DeviceTree/SynQuacerEvalBoard.dts4
1 files changed, 4 insertions, 0 deletions
diff --git a/Silicon/Socionext/SynQuacer/DeviceTree/SynQuacerEvalBoard.dts b/Silicon/Socionext/SynQuacer/DeviceTree/SynQuacerEvalBoard.dts
index 7de7db182b..132fd370a7 100644
--- a/Silicon/Socionext/SynQuacer/DeviceTree/SynQuacerEvalBoard.dts
+++ b/Silicon/Socionext/SynQuacer/DeviceTree/SynQuacerEvalBoard.dts
@@ -30,3 +30,7 @@
"NC", "NC", "PEC-PD26", "PEC-PD27",
"PEC-PD28", "PEC-PD29", "PEC-PD30", "PEC-PD31";
};
+
+&sdhci {
+ status = "okay";
+};