From patchwork Sun Oct 15 19:38:57 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Om Prakash Singh X-Patchwork-Id: 13422300 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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id BE99CCDB483 for ; Sun, 15 Oct 2023 19:39:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230222AbjJOTj5 (ORCPT ); Sun, 15 Oct 2023 15:39:57 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55650 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229559AbjJOTj4 (ORCPT ); Sun, 15 Oct 2023 15:39:56 -0400 Received: from mx0a-0031df01.pphosted.com (mx0a-0031df01.pphosted.com [205.220.168.131]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E7351B7; Sun, 15 Oct 2023 12:39:54 -0700 (PDT) Received: from pps.filterd (m0279864.ppops.net [127.0.0.1]) by mx0a-0031df01.pphosted.com (8.17.1.19/8.17.1.19) with ESMTP id 39FJVW2O008852; Sun, 15 Oct 2023 19:39:37 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-transfer-encoding : content-type; s=qcppdkim1; bh=qY5smuiGl5lC2VMUh/40TPR7PQajpU0c5/Ii9PEv0tg=; b=AX0y1ZczOzn2RfVPOtk83hDICttjSufiHTNQvzaKlVDqR2GFjFFFdtl0HuKXyvjcwi2X odqqHzuIKjJqSAe5BxwGN12V2AW59C/MG1xHeH+ScraMHGmBtb2x5vId1F/xBPxQn2pZ efD7lh4Yx9O5TrzZx8hJ4BlYmvsIZUeWz6fvWCvex5+cvtc4Os+nOhTbkAJxlYuC/e5z dwXFGuoQiK4/HjfXFfhD2TJ1Q+UNMLKIgS9u4w910awgesNK9NHtzHf4621VTTzYFE2+ 2Qx2vxo3WUqty8dGWnLl+USKD97wb5w3Rww33Kbo5i7cZ1e5ekTqowiX7RCuQkLOucX4 eg== Received: from nalasppmta04.qualcomm.com (Global_NAT1.qualcomm.com [129.46.96.20]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 3tqm61ag1a-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Sun, 15 Oct 2023 19:39:37 +0000 Received: from nalasex01b.na.qualcomm.com (nalasex01b.na.qualcomm.com [10.47.209.197]) by NALASPPMTA04.qualcomm.com (8.17.1.5/8.17.1.5) with ESMTPS id 39FJdPN7023961 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Sun, 15 Oct 2023 19:39:25 GMT Received: from hu-omprsing-hyd.qualcomm.com (10.80.80.8) by nalasex01b.na.qualcomm.com (10.47.209.197) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1118.36; Sun, 15 Oct 2023 12:39:20 -0700 From: Om Prakash Singh To: CC: , , , , , , , , , , , , , , Subject: [PATCH V1 0/4] Enable TRNG for SA8775P and SC7280 Date: Mon, 16 Oct 2023 01:08:57 +0530 Message-ID: <20231015193901.2344590-1-quic_omprsing@quicinc.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-Originating-IP: [10.80.80.8] X-ClientProxiedBy: nasanex01b.na.qualcomm.com (10.46.141.250) To nalasex01b.na.qualcomm.com (10.47.209.197) X-QCInternal: smtphost X-Proofpoint-Virus-Version: vendor=nai engine=6200 definitions=5800 signatures=585085 X-Proofpoint-ORIG-GUID: FkSCI09k6GnwgfR4mx60Z2d5hUT0_nl9 X-Proofpoint-GUID: FkSCI09k6GnwgfR4mx60Z2d5hUT0_nl9 X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.272,Aquarius:18.0.980,Hydra:6.0.619,FMLib:17.11.176.26 definitions=2023-10-15_06,2023-10-12_01,2023-05-22_02 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 priorityscore=1501 impostorscore=0 phishscore=0 mlxscore=0 clxscore=1015 lowpriorityscore=0 malwarescore=0 suspectscore=0 bulkscore=0 adultscore=0 spamscore=0 mlxlogscore=493 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2309180000 definitions=main-2310150179 Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org Add device-tree nodes to enable TRNG for SA8775P and SC7280 *** BLURB HERE *** Om Prakash Singh (4): dt-bindings: crypto: qcom,prng: document SA8775P dt-bindings: crypto: qcom,prng: document SC7280 arm64: dts: qcom: sa8775p: add TRNG node arm64: dts: qcom: sc7280: add TRNG node Documentation/devicetree/bindings/crypto/qcom,prng.yaml | 2 ++ arch/arm64/boot/dts/qcom/sa8775p.dtsi | 5 +++++ arch/arm64/boot/dts/qcom/sc7280.dtsi | 5 +++++ 3 files changed, 12 insertions(+)