ARM: dts: msm: Add support for sun V2 devices
Adding support for sun v2 devices Change-Id: Ia9efdcad595df7a9f3ff0320deed6099c91095eb Signed-off-by: Vedang Nagar <quic_vnagar@quicinc.com>
This commit is contained in:
20
sun-vidc-v2.dts
Normal file
20
sun-vidc-v2.dts
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
// 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/clock/qcom,gcc-sun.h>
|
||||||
|
#include <dt-bindings/interconnect/qcom,sun.h>
|
||||||
|
#include <dt-bindings/clock/qcom,videocc-sun.h>
|
||||||
|
#include "sun-vidc-v2.dtsi"
|
||||||
|
|
||||||
|
/ {
|
||||||
|
model = "Qualcomm Technologies, Inc. Sun";
|
||||||
|
compatible = "qcom,sun";
|
||||||
|
qcom,msm-id = <618 0x20000>, <639 0x20000>;
|
||||||
|
qcom,board-id = <0 0>;
|
||||||
|
};
|
12
sun-vidc-v2.dtsi
Executable file
12
sun-vidc-v2.dtsi
Executable file
@@ -0,0 +1,12 @@
|
|||||||
|
// SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
/*
|
||||||
|
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||||
|
*/
|
||||||
|
|
||||||
|
#include "sun-vidc.dtsi"
|
||||||
|
|
||||||
|
/* sun V2-specific changes */
|
||||||
|
&msm_vidc {
|
||||||
|
compatible = "qcom,sm8750-vidc-v2";
|
||||||
|
};
|
||||||
|
|
Reference in New Issue
Block a user