All other msm8974 dts files are licensed as GPL-2.0 so add the same header to the files where it's missing. Signed-off-by: Luca Weiss <luca@z3ntu.xyz> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> Link: https://lore.kernel.org/r/20220421211936.345168-3-luca@z3ntu.xyz
19 lines
397 B
Text
19 lines
397 B
Text
// SPDX-License-Identifier: GPL-2.0
|
|
#include "qcom-msm8974.dtsi"
|
|
|
|
&gcc {
|
|
compatible = "qcom,gcc-msm8974pro";
|
|
};
|
|
|
|
&gpu {
|
|
compatible = "qcom,adreno-330.2", "qcom,adreno";
|
|
};
|
|
|
|
&sdhc_1 {
|
|
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";
|
|
};
|