Merge 2dccd065a9
on remote branch
Change-Id: Iaafcda37cb3e1d3cdd7c7cee5cda8da9be1f033c
This commit is contained in:
4
Kbuild
4
Kbuild
@@ -39,6 +39,10 @@ ifeq ($(CONFIG_ARCH_TUNA),y)
|
|||||||
dtbo-y += tuna-ipa.dtbo
|
dtbo-y += tuna-ipa.dtbo
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(CONFIG_ARCH_KERA),y)
|
||||||
|
dtbo-y += kera-ipa.dtbo
|
||||||
|
endif
|
||||||
|
|
||||||
always-y := $(dtb-y) $(dtbo-y)
|
always-y := $(dtb-y) $(dtbo-y)
|
||||||
subdir-y := $(dts-dirs)
|
subdir-y := $(dts-dirs)
|
||||||
clean-files := *.dtb *.dtbo
|
clean-files := *.dtb *.dtbo
|
||||||
|
21
kera-ipa.dts
Normal file
21
kera-ipa.dts
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
// SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
/*
|
||||||
|
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||||
|
*/
|
||||||
|
|
||||||
|
/dts-v1/;
|
||||||
|
/plugin/;
|
||||||
|
|
||||||
|
#include <dt-bindings/interrupt-controller/arm-gic.h>
|
||||||
|
#include <dt-bindings/soc/qcom,ipcc.h>
|
||||||
|
#include <dt-bindings/interconnect/qcom,kera.h>
|
||||||
|
#include <dt-bindings/clock/qcom,gcc-kera.h>
|
||||||
|
#include <dt-bindings/clock/qcom,rpmh.h>
|
||||||
|
#include "tuna-ipa.dtsi"
|
||||||
|
|
||||||
|
/ {
|
||||||
|
model = "Qualcomm Technologies, Inc. Kera SoC";
|
||||||
|
compatible = "qcom,kera";
|
||||||
|
qcom,board-id = <0 0>;
|
||||||
|
qcom,msm-id = <659 0x10000>, <686 0x10000>;
|
||||||
|
};
|
Reference in New Issue
Block a user