From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=quicinc.com header.i=@quicinc.com header.b="SJO1wHmR" Received: from mx0a-0031df01.pphosted.com (mx0a-0031df01.pphosted.com [205.220.168.131]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6E0CD98; Thu, 16 Nov 2023 20:18:25 -0800 (PST) Received: from pps.filterd (m0279866.ppops.net [127.0.0.1]) by mx0a-0031df01.pphosted.com (8.17.1.19/8.17.1.19) with ESMTP id 3AH3wFIY028235; Fri, 17 Nov 2023 04:18:07 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=quicinc.com; h=message-id : date : mime-version : subject : to : cc : references : from : in-reply-to : content-type : content-transfer-encoding; s=qcppdkim1; bh=ru2oP4q14AY81u2H8YWOdMvaVY87Io655wxJE/m+zq4=; b=SJO1wHmR1wtcGFbdu6BC61V71FfBSIFO3yi6g1eqd49OPyiiFZa8DB4mZw8RGF/Wdul/ aawJcv9rRug7AAXfMcT5CoeEYIdvlQFm3YiUQE2Pe3OvoYvsfWUnciXI6k+UWoYTf+A0 klCsArZD3iiooEckaQ0nr1Y/JaaHS2EaSm9qL+gCKiUKnbZri7qScz+aK2hQYuAvXgZf thIa19Eawsf4SE+gGzgsTUNle2hNVSgSd9J5XeL8DGoIfoVGilrXpJahtTGeDcGPx7+w 1Kz8+/PWLYXMuelNJWsFMPu3A7v/DQkrQZAkMUVkjcO6KNKddUcjVU9DAtjA2GuzchyQ Qg== Received: from nalasppmta04.qualcomm.com (Global_NAT1.qualcomm.com [129.46.96.20]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 3udxs387d9-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Fri, 17 Nov 2023 04:18:07 +0000 Received: from nalasex01a.na.qualcomm.com (nalasex01a.na.qualcomm.com [10.47.209.196]) by NALASPPMTA04.qualcomm.com (8.17.1.5/8.17.1.5) with ESMTPS id 3AH4I6ml031673 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Fri, 17 Nov 2023 04:18:06 GMT Received: from [10.79.43.91] (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.1118.39; Thu, 16 Nov 2023 20:17:59 -0800 Message-ID: <623a41f5-2e9c-0e1c-be80-5b606d8ac550@quicinc.com> Date: Fri, 17 Nov 2023 09:47:56 +0530 Precedence: bulk X-Mailing-List: linux-arm-msm@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0 Subject: Re: [PATCH 4/5] arm64: dts: qcom: sc8380xp: Add Compute Reference Device Content-Language: en-US To: Konrad Dybcio , , , , , CC: , , , , , , , , , , , , , , , , , References: <20231025142427.2661-1-quic_sibis@quicinc.com> <20231025142427.2661-5-quic_sibis@quicinc.com> <5eb61cce-8b3f-43bc-8e23-a63bf6f2c772@linaro.org> From: Sibi Sankar In-Reply-To: <5eb61cce-8b3f-43bc-8e23-a63bf6f2c772@linaro.org> Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [10.80.80.8] X-ClientProxiedBy: nasanex01b.na.qualcomm.com (10.46.141.250) To nalasex01a.na.qualcomm.com (10.47.209.196) X-QCInternal: smtphost X-Proofpoint-Virus-Version: vendor=nai engine=6200 definitions=5800 signatures=585085 X-Proofpoint-GUID: vmKbA0Yyw9NNV1-gbm1E0qHW80H_SnM6 X-Proofpoint-ORIG-GUID: vmKbA0Yyw9NNV1-gbm1E0qHW80H_SnM6 X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.272,Aquarius:18.0.987,Hydra:6.0.619,FMLib:17.11.176.26 definitions=2023-11-16_25,2023-11-16_01,2023-05-22_02 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 lowpriorityscore=0 phishscore=0 bulkscore=0 clxscore=1015 mlxlogscore=502 mlxscore=0 adultscore=0 spamscore=0 priorityscore=1501 malwarescore=0 suspectscore=0 impostorscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2311060000 definitions=main-2311170030 Hey Konrad, On 10/26/23 16:08, Konrad Dybcio wrote: > > > On 10/25/23 16:24, Sibi Sankar wrote: >> From: Abel Vesa >> >> Add basic support for SC8380XP CRD board dts, which allows it to boot >> to a shell. >> >> Signed-off-by: Abel Vesa >> Signed-off-by: Rajendra Nayak >> Co-developed-by: Sibi Sankar >> Signed-off-by: Sibi Sankar >> --- > Pretty much same comments as previous patch (on the QCP part) Sure will add comments marking the reserved gpios. -Sibi > > Konrad From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 8005BC5ACB3 for ; Fri, 17 Nov 2023 04:18:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:Content-Type: Content-Transfer-Encoding:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:From:References:CC:To:Subject: MIME-Version:Date:Message-ID:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=jeJYdtpOqnqLBKpA19qud3geif8peGJzu4n01obhAvU=; b=DglSi3tahZoh5g 95pjn7JgVGY9+MAB+dbxZYpsgxbSNh9W6r6LEchwzZaVcvjTnua0CzbpI85BGxeBYGrWHmi6yrzWw RrN+wzvpW8MqeguFrETCLFIr9FLKh3vFWAcFu90KdYW4m5jhUt8lzaqO/XARpmQxSsPOAXZEelqWy 95AP1RvdKMxXwXjdqRffF2pf3VWAT89bxGrjU1wA+4LRN22oX7UtGbswH+E5OKJ6S3sKt46QLau6V UhHGghf3MLq0cHLOoqnQ7RYxJTWtIQXVXZvQHz4ltYZhnZZX0SUd0Wg0hisrRC7Mtprze9dDkdMs5 zBZQ+pbkTMSnrmGitDwA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1r3qJA-005arg-3A; Fri, 17 Nov 2023 04:18:20 +0000 Received: from mx0a-0031df01.pphosted.com ([205.220.168.131]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1r3qJ8-005ar6-04 for linux-arm-kernel@lists.infradead.org; Fri, 17 Nov 2023 04:18:19 +0000 Received: from pps.filterd (m0279866.ppops.net [127.0.0.1]) by mx0a-0031df01.pphosted.com (8.17.1.19/8.17.1.19) with ESMTP id 3AH3wFIY028235; Fri, 17 Nov 2023 04:18:07 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=quicinc.com; h=message-id : date : mime-version : subject : to : cc : references : from : in-reply-to : content-type : content-transfer-encoding; s=qcppdkim1; bh=ru2oP4q14AY81u2H8YWOdMvaVY87Io655wxJE/m+zq4=; b=SJO1wHmR1wtcGFbdu6BC61V71FfBSIFO3yi6g1eqd49OPyiiFZa8DB4mZw8RGF/Wdul/ aawJcv9rRug7AAXfMcT5CoeEYIdvlQFm3YiUQE2Pe3OvoYvsfWUnciXI6k+UWoYTf+A0 klCsArZD3iiooEckaQ0nr1Y/JaaHS2EaSm9qL+gCKiUKnbZri7qScz+aK2hQYuAvXgZf thIa19Eawsf4SE+gGzgsTUNle2hNVSgSd9J5XeL8DGoIfoVGilrXpJahtTGeDcGPx7+w 1Kz8+/PWLYXMuelNJWsFMPu3A7v/DQkrQZAkMUVkjcO6KNKddUcjVU9DAtjA2GuzchyQ Qg== Received: from nalasppmta04.qualcomm.com (Global_NAT1.qualcomm.com [129.46.96.20]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 3udxs387d9-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Fri, 17 Nov 2023 04:18:07 +0000 Received: from nalasex01a.na.qualcomm.com (nalasex01a.na.qualcomm.com [10.47.209.196]) by NALASPPMTA04.qualcomm.com (8.17.1.5/8.17.1.5) with ESMTPS id 3AH4I6ml031673 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Fri, 17 Nov 2023 04:18:06 GMT Received: from [10.79.43.91] (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.1118.39; Thu, 16 Nov 2023 20:17:59 -0800 Message-ID: <623a41f5-2e9c-0e1c-be80-5b606d8ac550@quicinc.com> Date: Fri, 17 Nov 2023 09:47:56 +0530 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0 Subject: Re: [PATCH 4/5] arm64: dts: qcom: sc8380xp: Add Compute Reference Device Content-Language: en-US To: Konrad Dybcio , , , , , CC: , , , , , , , , , , , , , , , , , References: <20231025142427.2661-1-quic_sibis@quicinc.com> <20231025142427.2661-5-quic_sibis@quicinc.com> <5eb61cce-8b3f-43bc-8e23-a63bf6f2c772@linaro.org> From: Sibi Sankar In-Reply-To: <5eb61cce-8b3f-43bc-8e23-a63bf6f2c772@linaro.org> X-Originating-IP: [10.80.80.8] X-ClientProxiedBy: nasanex01b.na.qualcomm.com (10.46.141.250) To nalasex01a.na.qualcomm.com (10.47.209.196) X-QCInternal: smtphost X-Proofpoint-Virus-Version: vendor=nai engine=6200 definitions=5800 signatures=585085 X-Proofpoint-GUID: vmKbA0Yyw9NNV1-gbm1E0qHW80H_SnM6 X-Proofpoint-ORIG-GUID: vmKbA0Yyw9NNV1-gbm1E0qHW80H_SnM6 X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.272,Aquarius:18.0.987,Hydra:6.0.619,FMLib:17.11.176.26 definitions=2023-11-16_25,2023-11-16_01,2023-05-22_02 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 lowpriorityscore=0 phishscore=0 bulkscore=0 clxscore=1015 mlxlogscore=502 mlxscore=0 adultscore=0 spamscore=0 priorityscore=1501 malwarescore=0 suspectscore=0 impostorscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2311060000 definitions=main-2311170030 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231116_201818_069229_D6CC2355 X-CRM114-Status: GOOD ( 12.92 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hey Konrad, On 10/26/23 16:08, Konrad Dybcio wrote: > > > On 10/25/23 16:24, Sibi Sankar wrote: >> From: Abel Vesa >> >> Add basic support for SC8380XP CRD board dts, which allows it to boot >> to a shell. >> >> Signed-off-by: Abel Vesa >> Signed-off-by: Rajendra Nayak >> Co-developed-by: Sibi Sankar >> Signed-off-by: Sibi Sankar >> --- > Pretty much same comments as previous patch (on the QCP part) Sure will add comments marking the reserved gpios. -Sibi > > Konrad _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel