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="NG4idmMm" Received: from mx0b-0031df01.pphosted.com (mx0b-0031df01.pphosted.com [205.220.180.131]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A1F3895; Thu, 16 Nov 2023 20:19:21 -0800 (PST) Received: from pps.filterd (m0279868.ppops.net [127.0.0.1]) by mx0a-0031df01.pphosted.com (8.17.1.19/8.17.1.19) with ESMTP id 3AH2fAvT014154; Fri, 17 Nov 2023 04:19:03 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=TP6UMEmhoAWHJo20nqzF+ZUzD+8eLhCl/Vg55qYwpL4=; b=NG4idmMm9imU3bDuA1i1fYzWq/3NGypOo7d4/ToqU3amjjrgeAMjZ8W5WsxRFf5oAxD+ ZLXbhA6mOZWQ97jOoPUko6Ms8QjU7PoIkw/j0BiLWbo73Kd8eGQESCipyQe+A68X7Z6V yj9KUXs1tu3MA510ExlhKUxbrBnBYNb08Ngd5uXjsAgl+0l9pwlDEc87oqXXoG9bb3VW fM4uCbhAUg1rMUu6MPn1MeiWqJKfllhuWiPVv4wXwmh6KJwYB7+bbJYYXfCYJbUWn54g +/Y1+GrCeduEbXWYVgV0hobosCMruVmzPryWcN22OlBgf8YjX71sd4kL2AZKuxM6L189 Hw== Received: from nalasppmta04.qualcomm.com (Global_NAT1.qualcomm.com [129.46.96.20]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 3udg6f297e-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Fri, 17 Nov 2023 04:19:02 +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 3AH4J1Gt032595 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Fri, 17 Nov 2023 04:19:01 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:18:54 -0800 Message-ID: Date: Fri, 17 Nov 2023 09:48:51 +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 5/5] arm64: defconfig: Enable SC8380XP SoC base configs Content-Language: en-US To: Konrad Dybcio , , , , , CC: , , , , , , , , , , , , , , , , , References: <20231025142427.2661-1-quic_sibis@quicinc.com> <20231025142427.2661-6-quic_sibis@quicinc.com> <3ec21dca-14c8-41ed-8295-bc0463826e00@linaro.org> From: Sibi Sankar In-Reply-To: <3ec21dca-14c8-41ed-8295-bc0463826e00@linaro.org> Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit 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-Proofpoint-Virus-Version: vendor=nai engine=6200 definitions=5800 signatures=585085 X-Proofpoint-ORIG-GUID: xwQZpw91CLIM4AgoELl7LXDU-QLKQHMv X-Proofpoint-GUID: xwQZpw91CLIM4AgoELl7LXDU-QLKQHMv 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-17_01,2023-11-16_01,2023-05-22_02 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 adultscore=0 suspectscore=0 bulkscore=0 lowpriorityscore=0 impostorscore=0 spamscore=0 clxscore=1015 phishscore=0 mlxscore=0 mlxlogscore=659 priorityscore=1501 malwarescore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2311060000 definitions=main-2311170030 Hey Konrad, On 10/26/23 16:25, Konrad Dybcio wrote: > > > On 10/25/23 16:24, Sibi Sankar wrote: >> From: Rajendra Nayak >> >> Enable GCC, Pinctrl and Interconnect configs for SC8380XP needed to boot >> to a console shell. >> >> Signed-off-by: Rajendra Nayak >> Signed-off-by: Sibi Sankar >> --- > Please mention that =y is necessary to get console and =m would > cause issues there Will add ^^ in the next re-spin. -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 99E9BC072A2 for ; Fri, 17 Nov 2023 04:19:42 +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=wwn5tqST2lpAlb3zmRzUg6JTdONOH7YcZ338iyuqJJk=; b=prs7FWnYzEgVW7 x28zXOvjbUdXACSNo/NZDyPRytJ+JyxCvK/UtAEucjqjIAnl9/ylBeO5ghJcB0lrjUSFPXIe4ApqW Mdxql7EW+mTvpMIkUPxEMkaHA1OzNr4MItqkhvAx4FiyjaVUz4VWIs5+29ETbpEi7CD78uO9n/1P7 CIG1tWNGdCt/n9LLlbzBtuue4wYbPG82gwh2SBcI/MNgwCa0BV2S32DhcEDqtyL1Vrlgumhwgk6ku KF+UfszH2B+Avm0JCW9PM9zvpKLVnhxHJjVqVrT2WbgwObFloXLU3FDx1TFrttR1pacKW2MpYNfNE 3pVbroiIKH18PtmcJS3Q==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1r3qK4-005ay6-39; Fri, 17 Nov 2023 04:19:16 +0000 Received: from mx0b-0031df01.pphosted.com ([205.220.180.131]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1r3qK1-005axa-1y for linux-arm-kernel@lists.infradead.org; Fri, 17 Nov 2023 04:19:15 +0000 Received: from pps.filterd (m0279868.ppops.net [127.0.0.1]) by mx0a-0031df01.pphosted.com (8.17.1.19/8.17.1.19) with ESMTP id 3AH2fAvT014154; Fri, 17 Nov 2023 04:19:03 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=TP6UMEmhoAWHJo20nqzF+ZUzD+8eLhCl/Vg55qYwpL4=; b=NG4idmMm9imU3bDuA1i1fYzWq/3NGypOo7d4/ToqU3amjjrgeAMjZ8W5WsxRFf5oAxD+ ZLXbhA6mOZWQ97jOoPUko6Ms8QjU7PoIkw/j0BiLWbo73Kd8eGQESCipyQe+A68X7Z6V yj9KUXs1tu3MA510ExlhKUxbrBnBYNb08Ngd5uXjsAgl+0l9pwlDEc87oqXXoG9bb3VW fM4uCbhAUg1rMUu6MPn1MeiWqJKfllhuWiPVv4wXwmh6KJwYB7+bbJYYXfCYJbUWn54g +/Y1+GrCeduEbXWYVgV0hobosCMruVmzPryWcN22OlBgf8YjX71sd4kL2AZKuxM6L189 Hw== Received: from nalasppmta04.qualcomm.com (Global_NAT1.qualcomm.com [129.46.96.20]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 3udg6f297e-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Fri, 17 Nov 2023 04:19:02 +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 3AH4J1Gt032595 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Fri, 17 Nov 2023 04:19:01 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:18:54 -0800 Message-ID: Date: Fri, 17 Nov 2023 09:48:51 +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 5/5] arm64: defconfig: Enable SC8380XP SoC base configs Content-Language: en-US To: Konrad Dybcio , , , , , CC: , , , , , , , , , , , , , , , , , References: <20231025142427.2661-1-quic_sibis@quicinc.com> <20231025142427.2661-6-quic_sibis@quicinc.com> <3ec21dca-14c8-41ed-8295-bc0463826e00@linaro.org> From: Sibi Sankar In-Reply-To: <3ec21dca-14c8-41ed-8295-bc0463826e00@linaro.org> 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-Proofpoint-Virus-Version: vendor=nai engine=6200 definitions=5800 signatures=585085 X-Proofpoint-ORIG-GUID: xwQZpw91CLIM4AgoELl7LXDU-QLKQHMv X-Proofpoint-GUID: xwQZpw91CLIM4AgoELl7LXDU-QLKQHMv 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-17_01,2023-11-16_01,2023-05-22_02 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 adultscore=0 suspectscore=0 bulkscore=0 lowpriorityscore=0 impostorscore=0 spamscore=0 clxscore=1015 phishscore=0 mlxscore=0 mlxlogscore=659 priorityscore=1501 malwarescore=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_201913_766946_EE89281F X-CRM114-Status: GOOD ( 13.31 ) 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:25, Konrad Dybcio wrote: > > > On 10/25/23 16:24, Sibi Sankar wrote: >> From: Rajendra Nayak >> >> Enable GCC, Pinctrl and Interconnect configs for SC8380XP needed to boot >> to a console shell. >> >> Signed-off-by: Rajendra Nayak >> Signed-off-by: Sibi Sankar >> --- > Please mention that =y is necessary to get console and =m would > cause issues there Will add ^^ in the next re-spin. -Sibi > > Konrad _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel