ARM: dts: msm: Add initial device trees for Sun SoC
Add initial device trees to support Sun SoC and it's platforms. Change-Id: I885a56e29438675e3d7aa449f5e25f00cb28b02a Signed-off-by: Melody Olvera <quic_molvera@quicinc.com>
This commit is contained in:
21
BUILD.bazel
Normal file
21
BUILD.bazel
Normal file
@@ -0,0 +1,21 @@
|
||||
load("//build/kernel/kleaf:kernel.bzl", "kernel_dtstree")
|
||||
|
||||
kernel_dtstree(
|
||||
name = "msm_dt",
|
||||
srcs = glob(
|
||||
[
|
||||
"Makefile",
|
||||
"qcom/Makefile",
|
||||
"qcom/**/*.dtsi",
|
||||
"qcom/**/*.dts",
|
||||
"bindings/**/*",
|
||||
],
|
||||
exclude = [
|
||||
"**/.*",
|
||||
"**/.*/**",
|
||||
"**/*.bazel",
|
||||
"**/*.bzl",
|
||||
],
|
||||
),
|
||||
visibility = ["//visibility:public"],
|
||||
)
|
Reference in New Issue
Block a user