mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00

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
14 lines
410 B
Text
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";
|
|
};
|