Merge 376d3dc360
on remote branch
Change-Id: I072f22b99fb9f8f064551f051dff88906c23dcb6
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";
|
||||
};
|
||||
|
@@ -15,9 +15,10 @@
|
||||
reg = <0x0aa00000 0xF0000>;
|
||||
interrupts = <GIC_SPI 174 IRQ_TYPE_LEVEL_HIGH>;
|
||||
|
||||
/* Supply */
|
||||
iris-ctl-supply = <&video_cc_mvs0c_gdsc>;
|
||||
vcodec-supply = <&video_cc_mvs0_gdsc>;
|
||||
/* Power Domains */
|
||||
power-domains = <&videocc VIDEO_CC_MVS0C_GDSC>,
|
||||
<&videocc VIDEO_CC_MVS0_GDSC>;
|
||||
power-domain-names = "iris-ctl", "vcodec";
|
||||
|
||||
/* Clocks */
|
||||
clocks =
|
||||
|
Reference in New Issue
Block a user