mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-04 11:46:46 +07:00
ab80661883
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>
19 lines
369 B
Plaintext
19 lines
369 B
Plaintext
#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";
|
|
};
|
|
};
|
|
};
|