ARM: dts: qcom: msm8974: Add Sony Xperia Z2 Tablet
This adds a basic DTS file for the Sony Xperia Z2 Tablet, containing definitions for regulators, eMMC/SD-card, USB, WiFi, Touchscreen, charger, backlight, coincell and buttons. Signed-off-by: Bjorn Andersson <bjorn.andersson@sonymobile.com> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> Signed-off-by: Andy Gross <andy.gross@linaro.org>
This commit is contained in:

committed by
Andy Gross

parent
fb83f20143
commit
ab80661883
18
arch/arm/boot/dts/qcom-msm8974pro.dtsi
Normal file
18
arch/arm/boot/dts/qcom-msm8974pro.dtsi
Normal file
@@ -0,0 +1,18 @@
|
||||
#include "qcom-msm8974.dtsi"
|
||||
|
||||
/ {
|
||||
soc {
|
||||
sdhci@f9824900 {
|
||||
clocks = <&gcc GCC_SDCC1_APPS_CLK>,
|
||||
<&gcc GCC_SDCC1_AHB_CLK>,
|
||||
<&xo_board>,
|
||||
<&gcc GCC_SDCC1_CDCCAL_FF_CLK>,
|
||||
<&gcc GCC_SDCC1_CDCCAL_SLEEP_CLK>;
|
||||
clock-names = "core", "iface", "xo", "cal", "sleep";
|
||||
};
|
||||
|
||||
clock-controller@fc400000 {
|
||||
compatible = "qcom,gcc-msm8974pro";
|
||||
};
|
||||
};
|
||||
};
|
Reference in New Issue
Block a user