Commit 5f761007 authored by Linus Walleij's avatar Linus Walleij Committed by Andy Gross

ARM: dts: add SDCC5 to Qualcomm MSM8660

The SDCC5 SD/MMC controller is used for a second uSD slot
on the APQ8060 Dragonboard. On most other systems it is just
dark silicon so define it and leave it as "disabled" in the core
SoC file.
Reviewed-by: default avatarStephen Boyd <sboyd@codeaurora.org>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
Signed-off-by: default avatarAndy Gross <andy.gross@linaro.org>
parent 0840ea9e
...@@ -262,6 +262,22 @@ sdcc3: sdcc@12180000 { ...@@ -262,6 +262,22 @@ sdcc3: sdcc@12180000 {
no-1-8-v; no-1-8-v;
vmmc-supply = <&vsdcc_fixed>; vmmc-supply = <&vsdcc_fixed>;
}; };
sdcc5: sdcc@12200000 {
compatible = "arm,pl18x", "arm,primecell";
arm,primecell-periphid = <0x00051180>;
status = "disabled";
reg = <0x12200000 0x8000>;
interrupts = <GIC_SPI 188 IRQ_TYPE_LEVEL_HIGH>;
interrupt-names = "cmd_irq";
clocks = <&gcc SDC5_CLK>, <&gcc SDC5_H_CLK>;
clock-names = "mclk", "apb_pclk";
bus-width = <4>;
cap-sd-highspeed;
cap-mmc-highspeed;
max-frequency = <48000000>;
vmmc-supply = <&vsdcc_fixed>;
};
}; };
tcsr: syscon@1a400000 { tcsr: syscon@1a400000 {
......
Markdown is supported
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