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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 258D5CCA47D for ; Mon, 13 Jun 2022 09:38:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240865AbiFMJie (ORCPT ); Mon, 13 Jun 2022 05:38:34 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59250 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240948AbiFMJi2 (ORCPT ); Mon, 13 Jun 2022 05:38:28 -0400 Received: from mx07-00178001.pphosted.com (mx07-00178001.pphosted.com [185.132.182.106]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D4BCE1114F; Mon, 13 Jun 2022 02:38:26 -0700 (PDT) Received: from pps.filterd (m0288072.ppops.net [127.0.0.1]) by mx07-00178001.pphosted.com (8.17.1.5/8.17.1.5) with ESMTP id 25D79lhg021764; Mon, 13 Jun 2022 11:38:16 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=foss.st.com; h=from : to : cc : subject : date : message-id : mime-version : content-type; s=selector1; bh=O8ZTMrDMtW5Qr5jLCUZYMVMlYqPLGwlTXQ4IA0vXJ8c=; b=uHnnMrnu1IhyBSK8TCHspcxv7eQiFIMh9/Sb7incVMenGogyRJ6wbJ0XytyfvmRA03b3 JsdWgYIdHfPq2va3ULtrOkyGce8sFArQDAMPvMmXqHEFaxZM37OFJEcQ6qqMmU+477Gq hLNlOO9N/L+JTJQurWs+taGnpLjmZnx7i3EX9deBOmRZQzC2oxL6/iEZaRhu5+YY41NX khW9LC2OxiaaTXBH1u91EzoAnQH8QU3tiocwZSOD1uJ7UFpYchSefIJ6XSXCkcxhgz3G 9QY0EOLNoYAoo4eTrOLuaeGW1Rbbd2LbsEWmxhSWZVPoAnvUc0o+5inzjhngRJkADUtm Hg== Received: from beta.dmz-eu.st.com (beta.dmz-eu.st.com [164.129.1.35]) by mx07-00178001.pphosted.com (PPS) with ESMTPS id 3gmgfmb64u-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Mon, 13 Jun 2022 11:38:16 +0200 Received: from euls16034.sgp.st.com (euls16034.sgp.st.com [10.75.44.20]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 9A8FD100034; Mon, 13 Jun 2022 11:38:15 +0200 (CEST) Received: from Webmail-eu.st.com (shfdag1node1.st.com [10.75.129.69]) by euls16034.sgp.st.com (STMicroelectronics) with ESMTP id 8E34721515F; Mon, 13 Jun 2022 11:38:15 +0200 (CEST) Received: from localhost (10.75.127.48) by SHFDAG1NODE1.st.com (10.75.129.69) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256) id 15.1.2308.20; Mon, 13 Jun 2022 11:38:15 +0200 From: Alexandre Torgue To: , Krzysztof Kozlowski CC: , , Alexandre Torgue , , Subject: [PATCH] dt-bindings: rcc: stm32: select the "secure" path for stm32mp13 Date: Mon, 13 Jun 2022 11:38:15 +0200 Message-ID: <20220613093815.18334-1-alexandre.torgue@foss.st.com> X-Mailer: git-send-email 2.17.1 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.75.127.48] X-ClientProxiedBy: SFHDAG2NODE3.st.com (10.75.127.6) To SHFDAG1NODE1.st.com (10.75.129.69) X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.205,Aquarius:18.0.874,Hydra:6.0.517,FMLib:17.11.64.514 definitions=2022-06-13_03,2022-06-09_02,2022-02-23_01 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Like for stm32mp15, when stm32 RCC node is used to interact with a secure context (using clock SCMI protocol), a different path has to be used for yaml verification. Signed-off-by: Alexandre Torgue --- Hi Rob, Krzysztof, If you agree with this patch, I'll apply it directly in my STM32 tree. Thanks Alex diff --git a/Documentation/devicetree/bindings/clock/st,stm32mp1-rcc.yaml b/Documentation/devicetree/bindings/clock/st,stm32mp1-rcc.yaml index f8c474227807..242fe922b035 100644 --- a/Documentation/devicetree/bindings/clock/st,stm32mp1-rcc.yaml +++ b/Documentation/devicetree/bindings/clock/st,stm32mp1-rcc.yaml @@ -78,6 +78,7 @@ if: contains: enum: - st,stm32mp1-rcc-secure + - st,stm32mp13-rcc then: properties: clocks: -- 2.17.1