- HDK roll 180 degree compare to mtp/qrd. - Change dtsi roll degree of hdk. CRs-Fixed: 3979998 Change-Id: I2f067dcf135443a04881257f840bf2ee87298473 Signed-off-by: Pengfei Liu <quic_penliu@quicinc.com> (cherry picked from commit a49bf9e65a06b310396786c879737759683f1bef)
25 lines
794 B
Plaintext
25 lines
794 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
/plugin/;
|
|
|
|
#include <dt-bindings/clock/qcom,gcc-sun.h>
|
|
#include <dt-bindings/clock/qcom,camcc-sun.h>
|
|
#include <dt-bindings/clock/qcom,cambistmclkcc-sun.h>
|
|
#include <dt-bindings/interconnect/qcom,sun.h>
|
|
#include <dt-bindings/interrupt-controller/arm-gic.h>
|
|
#include <dt-bindings/regulator/qcom,rpmh-regulator-levels.h>
|
|
|
|
#include "sun-camera-sensor-hdk.dtsi"
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. Sun QRD";
|
|
compatible = "qcom,sun-qrd", "qcom,sun", "qcom,qrd";
|
|
qcom,msm-id = <618 0x10000>, <618 0x20000>, <639 0x10000>, <639 0x20000>,
|
|
<0x100026a 0x10000>, <0x100026a 0x20000>,
|
|
<0x100027f 0x10000>, <0x100027f 0x20000>;
|
|
qcom,board-id = <0x1001F 0>;
|
|
};
|