linux/arch/arm64/boot/dts/qcom/sc7280-herobrine-crd-pro.dts
Rajendra Nayak f816cda0ab arm64: dts: qcom: sc7280: Add a herobrine CRD Pro SKU
Some of the qualcomm qcard based herobrine devices can come with
a Pro variant of the chipset on the qcard. Such Pro qcards have
the smps9 from pm8350c ganged up with smps7 and smps8, so add a
.dtsi for pro skus that deletes the smps9 node and include it from
the new dts for the CRD Pro

Signed-off-by: Rajendra Nayak <quic_rjendra@quicinc.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Matthias Kaehlcke <mka@chromium.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20221216112918.1243-2-quic_rjendra@quicinc.com
2023-02-03 15:25:32 -08:00

14 lines
410 B
Text

// SPDX-License-Identifier: BSD-3-Clause
/*
* sc7280 CRD 3+ Pro board device tree source
*
* Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved.
*/
#include "sc7280-herobrine-crd.dts"
#include "sc7280-herobrine-pro-sku.dtsi"
/ {
model = "Qualcomm Technologies, Inc. sc7280 CRD Pro platform (rev5+)";
compatible = "google,zoglin-sku1536", "google,hoglin-sku1536", "qcom,sc7280";
};