Files
android_kernel_samsung_sm87…/qcom/sun-v2.dtsi
Mike Tipton c16332ce65 ARM: dts: msm: Add videocc support for Sun v2
Update the compatible string for v2.

Change-Id: I3b525d54ce9aa2dabd4434d2cb4a553ea4a0e3ea
Signed-off-by: Mike Tipton <quic_mdtipton@quicinc.com>
2024-03-07 17:43:20 -08:00

58 lines
814 B
Plaintext

// SPDX-License-Identifier: BSD-3-Clause
/*
* Copyright (c) 2023-2024, Qualcomm Innovation Center, Inc. All rights reserved.
*/
#include "sun.dtsi"
/ {
model = "Qualcomm Technologies, Inc. Sun v2 SoC";
compatible = "qcom,sun";
qcom,msm-id = <618 0x20000>;
};
&videocc {
compatible = "qcom,sun-videocc-v2", "syscon";
};
&tsens1 {
#qcom,sensors = <7>;
};
&tsens3 {
#qcom,sensors = <9>;
};
&thermal_zones {
nsphvx-0 {
thermal-sensors = <&tsens3 1>;
};
nsphvx-1 {
thermal-sensors = <&tsens3 2>;
};
nsphvx-2 {
thermal-sensors = <&tsens3 3>;
};
nsphmx-0 {
thermal-sensors = <&tsens3 4>;
};
nsphmx-1 {
thermal-sensors = <&tsens3 5>;
};
nsphmx-2 {
thermal-sensors = <&tsens3 6>;
};
nsphmx-3 {
thermal-sensors = <&tsens3 7>;
};
ddr {
thermal-sensors = <&tsens3 8>;
};
};