From 2517e2f0e80b5f3b5ac0cf902a2b4b01b0cd2a9c Mon Sep 17 00:00:00 2001 From: Raghavendra Rao Ananta Date: Fri, 31 May 2019 13:05:33 -0700 Subject: [PATCH] dt-bindings: msm: Add compatible strings for Lahaina Add compatible strings for Lahaina platform, that includes SoC, RUMI, MTP, CDP and QRD entries. Change-Id: Ia8d97ec201402754094b9de55a325faba5302d64 --- bindings/arm/msm/msm.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/bindings/arm/msm/msm.txt b/bindings/arm/msm/msm.txt index 6f64b47f..0065a064 100644 --- a/bindings/arm/msm/msm.txt +++ b/bindings/arm/msm/msm.txt @@ -47,6 +47,9 @@ SoCs: - KONA compatible = "qcom,kona" +- LAHAINA + compatible = "qcom,lahaina" + - LITO compatible = "qcom,lito" @@ -165,6 +168,10 @@ compatible = "qcom,kona-rumi" compatible = "qcom,kona-mtp" compatible = "qcom,kona-cdp" compatible = "qcom,kona-qrd" +compatible = "qcom,lahaina-rumi" +compatible = "qcom,lahaina-mtp" +compatible = "qcom,lahaina-cdp" +compatible = "qcom,lahaina-qrd" compatible = "qcom,lito-rumi" compatible = "qcom,lito-mtp" compatible = "qcom,lito-cdp"