This reverts commit 96f8b736dc.
Reason for revert: This change made erhai's dtbo.img too big.
Change-Id: Iab88dbee14c18edeedcac6ed77c991cd748e1370
13 lines
265 B
Plaintext
13 lines
265 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
|
|
#include "sun-v2.dtsi"
|
|
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. SunP v2 SoC";
|
|
compatible = "qcom,sunp";
|
|
qcom,msm-id = <639 0x20000>;
|
|
};
|