Message ID | 20221020073036.16656-1-quic_ppareek@quicinc.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <linux-arm-msm-owner@kernel.org> X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9D7A4C433FE for <linux-arm-msm@archiver.kernel.org>; Thu, 20 Oct 2022 07:31:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229931AbiJTHbQ (ORCPT <rfc822;linux-arm-msm@archiver.kernel.org>); Thu, 20 Oct 2022 03:31:16 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56924 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230058AbiJTHbP (ORCPT <rfc822;linux-arm-msm@vger.kernel.org>); Thu, 20 Oct 2022 03:31:15 -0400 Received: from mx0b-0031df01.pphosted.com (mx0b-0031df01.pphosted.com [205.220.180.131]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 59B6C6417; Thu, 20 Oct 2022 00:31:11 -0700 (PDT) Received: from pps.filterd (m0279872.ppops.net [127.0.0.1]) by mx0a-0031df01.pphosted.com (8.17.1.5/8.17.1.5) with ESMTP id 29K6rAga014100; Thu, 20 Oct 2022 07:31:00 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=quicinc.com; h=from : to : cc : subject : date : message-id : mime-version : content-type; s=qcppdkim1; bh=arzh7yQ8i1jTK4aVxl4RMW9/DlqhZBL6hjp6Z3CUfG8=; b=O5DoE0F61Fv+GRrVRnA6nBOH02nNlt6F4c5p9HHqlRA1Q+IMYEberqlI+CJs+Pv620HV ioLuFI0DYoyohTQx8kX4ztCkh3GhjaixsJOpby/NAdCJ6LO1npJTjmq4h5G0/Cr6sT6o kUk/BHdXGT72lXTPo44CvW+X0pMDhz26qNaum5Bn45+Xg0JBeb3+iE0iBm/YGAZhuIFv yh9UhWVZZDO46aDrKYuZlesTokMpiwOlma6C4MR+ef49EoAALuOSHQWOzHcX6yx7Dm6o CGdUqncX7ekO15CokXfiinhab3LeceJepXXi8IPNr0iH3JinS1X5Ene1M03svNFOXGBy rw== Received: from nalasppmta04.qualcomm.com (Global_NAT1.qualcomm.com [129.46.96.20]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 3k9yq1mpys-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 20 Oct 2022 07:31:00 +0000 Received: from pps.filterd (NALASPPMTA04.qualcomm.com [127.0.0.1]) by NALASPPMTA04.qualcomm.com (8.17.1.5/8.17.1.5) with ESMTP id 29K7QZu6011567; Thu, 20 Oct 2022 07:30:59 GMT Received: from pps.reinject (localhost [127.0.0.1]) by NALASPPMTA04.qualcomm.com (PPS) with ESMTPS id 3k7nxky2n0-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 20 Oct 2022 07:30:59 +0000 Received: from NALASPPMTA04.qualcomm.com (NALASPPMTA04.qualcomm.com [127.0.0.1]) by pps.reinject (8.17.1.5/8.17.1.5) with ESMTP id 29K7QrYf012112; Thu, 20 Oct 2022 07:30:59 GMT Received: from nalasex01a.na.qualcomm.com (nalasex01a.na.qualcomm.com [10.47.209.196]) by NALASPPMTA04.qualcomm.com (PPS) with ESMTPS id 29K7UwWX019032 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 20 Oct 2022 07:30:59 +0000 Received: from hu-ppareek-blr.qualcomm.com (10.80.80.8) by nalasex01a.na.qualcomm.com (10.47.209.196) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.986.29; Thu, 20 Oct 2022 00:30:54 -0700 From: Parikshit Pareek <quic_ppareek@quicinc.com> To: Andy Gross <agross@kernel.org>, Bjorn Andersson <andersson@kernel.org>, Konrad Dybcio <konrad.dybcio@somainline.org>, Rob Herring <robh+dt@kernel.org>, Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org> CC: <linux-arm-msm@vger.kernel.org>, <devicetree@vger.kernel.org>, <linux-kernel@vger.kernel.org>, Andrew Halaney <ahalaney@redhat.com>, "Shazad Hussain" <quic_shazhuss@quicinc.com>, Brian Masney <bmasney@redhat.com>, "Johan Hovold" <johan@kernel.org>, Parikshit Pareek <quic_ppareek@quicinc.com> Subject: [PATCH v6 0/2] arm64: dts: qcom: add dts for sa8540p-ride board Date: Thu, 20 Oct 2022 13:00:34 +0530 Message-ID: <20221020073036.16656-1-quic_ppareek@quicinc.com> X-Mailer: git-send-email 2.17.1 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.80.80.8] X-ClientProxiedBy: nasanex01a.na.qualcomm.com (10.52.223.231) To nalasex01a.na.qualcomm.com (10.47.209.196) X-QCInternal: smtphost X-QCInternal: smtphost X-Proofpoint-Virus-Version: vendor=nai engine=6200 definitions=5800 signatures=585085 X-Proofpoint-Virus-Version: vendor=nai engine=6200 definitions=5800 signatures=585085 X-Proofpoint-ORIG-GUID: 74WTATU7Ehm2L8tX-ZcUlv1Bt9Ivr4TW X-Proofpoint-GUID: 74WTATU7Ehm2L8tX-ZcUlv1Bt9Ivr4TW X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.205,Aquarius:18.0.895,Hydra:6.0.545,FMLib:17.11.122.1 definitions=2022-10-20_01,2022-10-19_04,2022-06-22_01 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 lowpriorityscore=0 clxscore=1011 malwarescore=0 impostorscore=0 phishscore=0 spamscore=0 mlxlogscore=691 bulkscore=0 adultscore=0 mlxscore=0 priorityscore=1501 suspectscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2209130000 definitions=main-2210200043 Precedence: bulk List-ID: <linux-arm-msm.vger.kernel.org> X-Mailing-List: linux-arm-msm@vger.kernel.org |
Series |
arm64: dts: qcom: add dts for sa8540p-ride board
|
expand
|