repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
ARM: rockchip: fix broken build
[linux/fpc-iii.git]
/
arch
/
arm
/
boot
/
dts
/
qcom-apq8084-ifc6540.dts
blob
f7725b96612c65475fec7f67445f4afb54c19e81
1
#include "qcom-apq8084.dtsi"
2
#include "qcom-pma8084.dtsi"
3
4
/ {
5
model = "Qualcomm APQ8084/IFC6540";
6
compatible = "qcom,apq8084-ifc6540", "qcom,apq8084";
7
8
soc {
9
serial@f995e000 {
10
status = "okay";
11
};
12
13
sdhci@f9824900 {
14
bus-width = <8>;
15
non-removable;
16
status = "okay";
17
};
18
19
sdhci@f98a4900 {
20
cd-gpios = <&tlmm 122 GPIO_ACTIVE_LOW>;
21
bus-width = <4>;
22
};
23
};
24
};