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 alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) (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 73476C7618A for ; Thu, 16 Mar 2023 20:35:49 +0000 (UTC) Received: from alsa1.perex.cz (alsa1.perex.cz [207.180.221.201]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by alsa0.perex.cz (Postfix) with ESMTPS id 4E5A31090; Thu, 16 Mar 2023 21:34:56 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz 4E5A31090 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1678998946; bh=Ayb5rEabCE8X8DNs1xv3rvRhvFcUE13OafuxOT/dCek=; h=Date:From:To:Subject:References:In-Reply-To:CC:List-Id: List-Archive:List-Help:List-Owner:List-Post:List-Subscribe: List-Unsubscribe:From; b=UwHSA/hZfHLJYgAEc+lT/6I/koJwOzynzy8gFyJCXFiubkwCX8qIdcZjRgYosIYHW f0u0VPsUgZLeH7hrphxQbIWyJVX0FGdUuwVM64m8GwFUH6oKANZxx75rereITincLW WD7BeDRvZlw9DN0zH12esK9AGNu1OpPE1qfCnt9I= Received: from mailman-core.alsa-project.org (mailman-core.alsa-project.org [10.254.200.10]) by alsa1.perex.cz (Postfix) with ESMTP id 1891BF8016C; Thu, 16 Mar 2023 21:34:35 +0100 (CET) Received: by alsa1.perex.cz (Postfix, from userid 50401) id 0DD4AF80423; Thu, 16 Mar 2023 21:34:30 +0100 (CET) Received: from mail-io1-f42.google.com (mail-io1-f42.google.com [209.85.166.42]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by alsa1.perex.cz (Postfix) with ESMTPS id 63AA1F8016C for ; Thu, 16 Mar 2023 21:34:21 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz 63AA1F8016C Received: by mail-io1-f42.google.com with SMTP id q6so1377814iot.2 for ; Thu, 16 Mar 2023 13:34:21 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1678998860; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=7CYbM47sU5ai4TXEql000Ah99D8S1/cVmeQxmiAsqhs=; b=Uzil6yvIUyKmDtAwzAOtbJ+GYxI4DHOPRIJ+sHq/PlfpFGoqrGqhLULQeYAOYGuryE 8grYpOW+dfahRCOdXX/egoEyteroUiooDHsMQwDt0jODrzsOAOt7jsHhSGVd/NrroliL LH8AeS1ogGArBLfIVKPEMZkdgGBaElZ5pCfEb/ei3zmhpklpTHd5ONeuJOqpN37rNncU qVSYnsVR9I8X8VMV/bmO4uwNTPlkJJ98E7mDff4lAGvSexHP4OMqG1nPV5dJ/UEDr8Ch tRaixNh1QyZO7+olHdZ+s3XEvMAjEyHmcnUQJhE48RSaQsCSPhK3iH+m6bsMzs5zuDwN XV9g== X-Gm-Message-State: AO0yUKXCd50HVRnjjDfDBGop7548YEuNVbi0Bn2F+fJnctqA8xgHmqft Sn0s9s6AUjKaQHd1c2T4Xw== X-Google-Smtp-Source: AK7set95htVCepu2fkqTuH63ymkWubjwHz01woOvMx5gt6cqqYiqMELyvuyd4SP0vC6lmQKNMoI68A== X-Received: by 2002:a5d:980e:0:b0:74c:8b56:42bb with SMTP id a14-20020a5d980e000000b0074c8b5642bbmr102686iol.8.1678998860080; Thu, 16 Mar 2023 13:34:20 -0700 (PDT) Received: from robh_at_kernel.org ([64.188.179.249]) by smtp.gmail.com with ESMTPSA id q15-20020a6bf20f000000b00704608527d1sm43269ioh.37.2023.03.16.13.34.17 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 16 Mar 2023 13:34:19 -0700 (PDT) Received: (nullmailer pid 3837822 invoked by uid 1000); Thu, 16 Mar 2023 20:34:17 -0000 Date: Thu, 16 Mar 2023 15:34:17 -0500 From: Rob Herring To: Cristian Ciocaltea , Stephen Boyd Subject: Re: [PATCH 01/11] dt-bindings: firmware: arm,scmi: Document assigned-clocks and assigned-clock-rates Message-ID: <20230316203417.GA3833267-robh@kernel.org> References: <20230315114806.3819515-1-cristian.ciocaltea@collabora.com> <20230315114806.3819515-2-cristian.ciocaltea@collabora.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230315114806.3819515-2-cristian.ciocaltea@collabora.com> Message-ID-Hash: KBPBAZTMWYLHEK5I5YD2TF73LJXUKHQG X-Message-ID-Hash: KBPBAZTMWYLHEK5I5YD2TF73LJXUKHQG X-MailFrom: robherring2@gmail.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; header-match-alsa-devel.alsa-project.org-0; header-match-alsa-devel.alsa-project.org-1; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header CC: Sudeep Holla , Cristian Marussi , Krzysztof Kozlowski , Greg Kroah-Hartman , Liam Girdwood , Mark Brown , Nicolas Frattaroli , Heiko Stuebner , Takashi Iwai , Paul Walmsley , Palmer Dabbelt , Albert Ou , Daniel Drake , Katsuhiro Suzuki , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-serial@vger.kernel.org, alsa-devel@alsa-project.org, linux-rockchip@lists.infradead.org, linux-riscv@lists.infradead.org, kernel@collabora.com X-Mailman-Version: 3.3.8 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: +Stephen On Wed, Mar 15, 2023 at 01:47:56PM +0200, Cristian Ciocaltea wrote: > Since commit df4fdd0db475 ("dt-bindings: firmware: arm,scmi: Restrict > protocol child node properties") the following dtbs_check warning is > shown: > > rk3588-rock-5b.dtb: scmi: protocol@14: Unevaluated properties are not allowed ('assigned-clock-rates', 'assigned-clocks' were unexpected) I think that's a somewhat questionable use of assigned-clock-rates. It should be located with the consumer rather than the provider IMO. The consumers of those 2 clocks are the CPU nodes. Rob 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 AF8DFC7618A for ; Thu, 16 Mar 2023 20:34:35 +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-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=aT4aOrXeFBKanaNf5ViWkU0o9ISlk/oF7YKlyFt4GTk=; b=PYkrmZ9p8L/fUc BULDTbLzBqIBRAwdKbJIiWWuTMlTFJR5JIShzIdsSMha62ZOXEYdc396DH98zCSKVDevZyx6dJ/xk nxCtP6yxF4dpepCR/WwXQ+l1KBPc8tmSOAAaZR9sqwTmwk2h6svt6LjEKO8/Z3fC4bNbv92JVjqEB m48iazeR1WW0Ynbig+zOO/SSnDLFrNajv0QhFTARhyUlpAnoKpe4aaYbNVEDkhB+ASKSUmck+EVOP DQOeOc+Blkbi8/uJ22Fy0AXawG2sajzSE5cOuHNX/3kMfJ7gtV2JSyiiZubH5qQNX+U/H51YIo0An DqatQZbbzX/D2aJwGRUA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1pcuIs-00HWTV-2j; Thu, 16 Mar 2023 20:34:26 +0000 Received: from mail-io1-f48.google.com ([209.85.166.48]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1pcuIp-00HWSg-1y; Thu, 16 Mar 2023 20:34:24 +0000 Received: by mail-io1-f48.google.com with SMTP id g6so1357782iov.13; Thu, 16 Mar 2023 13:34:20 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1678998860; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=7CYbM47sU5ai4TXEql000Ah99D8S1/cVmeQxmiAsqhs=; b=T/8O4InJgxO99yqVkV6QyhigcDBiZ+E45d2Hu6L3gMJssELM14WdtkjsxVJr4ckOGM UEWnfQqNCuqnTfc8TBuf0yoDH4rnqnnSbh3bmjt/KSZ0hxQF6keJx8zVDpRwKftU1L50 L+aQI+dVDeTKx5hHwqwmw5eCwZTHrUCNYK0mQTTmttRjdTJamtEftECeRYDR+YOBX5Rl mpf26J3sCusA4WZ2Q/mDR9b1l2tzfPgoBSB4M2L6cArcS7/F/w/1/ZjnoI/+y6/mh4lO 3F8avsoCiySu0HiZKhn1Luw0gDYMLHDcjs+344C9yXfEwYSsII6NAenjflwvPCG9Sp9B nHkg== X-Gm-Message-State: AO0yUKUJUdJ9LbYtHq0s37NSNF0OySQ7CaXuW5XxIuj9eYVzx/KQorXB 8jWmcvcyyIo6nXI2V31sbQ== X-Google-Smtp-Source: AK7set95htVCepu2fkqTuH63ymkWubjwHz01woOvMx5gt6cqqYiqMELyvuyd4SP0vC6lmQKNMoI68A== X-Received: by 2002:a5d:980e:0:b0:74c:8b56:42bb with SMTP id a14-20020a5d980e000000b0074c8b5642bbmr102686iol.8.1678998860080; Thu, 16 Mar 2023 13:34:20 -0700 (PDT) Received: from robh_at_kernel.org ([64.188.179.249]) by smtp.gmail.com with ESMTPSA id q15-20020a6bf20f000000b00704608527d1sm43269ioh.37.2023.03.16.13.34.17 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 16 Mar 2023 13:34:19 -0700 (PDT) Received: (nullmailer pid 3837822 invoked by uid 1000); Thu, 16 Mar 2023 20:34:17 -0000 Date: Thu, 16 Mar 2023 15:34:17 -0500 From: Rob Herring To: Cristian Ciocaltea , Stephen Boyd Cc: Sudeep Holla , Cristian Marussi , Krzysztof Kozlowski , Greg Kroah-Hartman , Liam Girdwood , Mark Brown , Nicolas Frattaroli , Heiko Stuebner , Jaroslav Kysela , Takashi Iwai , Paul Walmsley , Palmer Dabbelt , Albert Ou , Daniel Drake , Katsuhiro Suzuki , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-serial@vger.kernel.org, alsa-devel@alsa-project.org, linux-rockchip@lists.infradead.org, linux-riscv@lists.infradead.org, kernel@collabora.com Subject: Re: [PATCH 01/11] dt-bindings: firmware: arm,scmi: Document assigned-clocks and assigned-clock-rates Message-ID: <20230316203417.GA3833267-robh@kernel.org> References: <20230315114806.3819515-1-cristian.ciocaltea@collabora.com> <20230315114806.3819515-2-cristian.ciocaltea@collabora.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20230315114806.3819515-2-cristian.ciocaltea@collabora.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230316_133423_668857_D0076273 X-CRM114-Status: UNSURE ( 9.35 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-rockchip@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Upstream kernel work for Rockchip platforms List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "Linux-rockchip" Errors-To: linux-rockchip-bounces+linux-rockchip=archiver.kernel.org@lists.infradead.org +Stephen On Wed, Mar 15, 2023 at 01:47:56PM +0200, Cristian Ciocaltea wrote: > Since commit df4fdd0db475 ("dt-bindings: firmware: arm,scmi: Restrict > protocol child node properties") the following dtbs_check warning is > shown: > > rk3588-rock-5b.dtb: scmi: protocol@14: Unevaluated properties are not allowed ('assigned-clock-rates', 'assigned-clocks' were unexpected) I think that's a somewhat questionable use of assigned-clock-rates. It should be located with the consumer rather than the provider IMO. The consumers of those 2 clocks are the CPU nodes. Rob _______________________________________________ Linux-rockchip mailing list Linux-rockchip@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-rockchip 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 D533EC76195 for ; Thu, 16 Mar 2023 20:34:34 +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-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=LxXIwTHqM579d1Ok7mYVtM2TQK/dwtNTjswLgu6Ck6Y=; b=tIyJvTX5cUgBw3 OrlBrCtJfnI7PQP/stuBAsjz6h+byTnDf9+B8rxPY71lFaJ17HaDCI7iaDTKxx2blzB1RggvW57jk tO/eNMSkOwMnKY16phDdhGcsk9cjZ2VeP/Paq0GtVkNERral0ssT7HrYgSPVuvdu/2wRVcfJPyatf EGufKExAQ9MEM+w4BlFsw/1Mao+2ijJrFZTclE7X38uvd38OPJwdLZDrMd1mlvCjTKXBSLZJrjTj4 9LukGosNIyx0oxFk9ZvM40RUWL0XMA+GM6t+Cp1YOWD+tMUdVrmOVddJ9M4JjyJ6JqY8FsfOavlZ2 Ynv2/Skho20QHO9nXdyg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1pcuIt-00HWTd-0i; Thu, 16 Mar 2023 20:34:27 +0000 Received: from mail-io1-f48.google.com ([209.85.166.48]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1pcuIp-00HWSg-1y; Thu, 16 Mar 2023 20:34:24 +0000 Received: by mail-io1-f48.google.com with SMTP id g6so1357782iov.13; Thu, 16 Mar 2023 13:34:20 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1678998860; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=7CYbM47sU5ai4TXEql000Ah99D8S1/cVmeQxmiAsqhs=; b=T/8O4InJgxO99yqVkV6QyhigcDBiZ+E45d2Hu6L3gMJssELM14WdtkjsxVJr4ckOGM UEWnfQqNCuqnTfc8TBuf0yoDH4rnqnnSbh3bmjt/KSZ0hxQF6keJx8zVDpRwKftU1L50 L+aQI+dVDeTKx5hHwqwmw5eCwZTHrUCNYK0mQTTmttRjdTJamtEftECeRYDR+YOBX5Rl mpf26J3sCusA4WZ2Q/mDR9b1l2tzfPgoBSB4M2L6cArcS7/F/w/1/ZjnoI/+y6/mh4lO 3F8avsoCiySu0HiZKhn1Luw0gDYMLHDcjs+344C9yXfEwYSsII6NAenjflwvPCG9Sp9B nHkg== X-Gm-Message-State: AO0yUKUJUdJ9LbYtHq0s37NSNF0OySQ7CaXuW5XxIuj9eYVzx/KQorXB 8jWmcvcyyIo6nXI2V31sbQ== X-Google-Smtp-Source: AK7set95htVCepu2fkqTuH63ymkWubjwHz01woOvMx5gt6cqqYiqMELyvuyd4SP0vC6lmQKNMoI68A== X-Received: by 2002:a5d:980e:0:b0:74c:8b56:42bb with SMTP id a14-20020a5d980e000000b0074c8b5642bbmr102686iol.8.1678998860080; Thu, 16 Mar 2023 13:34:20 -0700 (PDT) Received: from robh_at_kernel.org ([64.188.179.249]) by smtp.gmail.com with ESMTPSA id q15-20020a6bf20f000000b00704608527d1sm43269ioh.37.2023.03.16.13.34.17 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 16 Mar 2023 13:34:19 -0700 (PDT) Received: (nullmailer pid 3837822 invoked by uid 1000); Thu, 16 Mar 2023 20:34:17 -0000 Date: Thu, 16 Mar 2023 15:34:17 -0500 From: Rob Herring To: Cristian Ciocaltea , Stephen Boyd Cc: Sudeep Holla , Cristian Marussi , Krzysztof Kozlowski , Greg Kroah-Hartman , Liam Girdwood , Mark Brown , Nicolas Frattaroli , Heiko Stuebner , Jaroslav Kysela , Takashi Iwai , Paul Walmsley , Palmer Dabbelt , Albert Ou , Daniel Drake , Katsuhiro Suzuki , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-serial@vger.kernel.org, alsa-devel@alsa-project.org, linux-rockchip@lists.infradead.org, linux-riscv@lists.infradead.org, kernel@collabora.com Subject: Re: [PATCH 01/11] dt-bindings: firmware: arm,scmi: Document assigned-clocks and assigned-clock-rates Message-ID: <20230316203417.GA3833267-robh@kernel.org> References: <20230315114806.3819515-1-cristian.ciocaltea@collabora.com> <20230315114806.3819515-2-cristian.ciocaltea@collabora.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20230315114806.3819515-2-cristian.ciocaltea@collabora.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230316_133423_668857_D0076273 X-CRM114-Status: UNSURE ( 9.35 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-riscv@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-riscv" Errors-To: linux-riscv-bounces+linux-riscv=archiver.kernel.org@lists.infradead.org +Stephen On Wed, Mar 15, 2023 at 01:47:56PM +0200, Cristian Ciocaltea wrote: > Since commit df4fdd0db475 ("dt-bindings: firmware: arm,scmi: Restrict > protocol child node properties") the following dtbs_check warning is > shown: > > rk3588-rock-5b.dtb: scmi: protocol@14: Unevaluated properties are not allowed ('assigned-clock-rates', 'assigned-clocks' were unexpected) I think that's a somewhat questionable use of assigned-clock-rates. It should be located with the consumer rather than the provider IMO. The consumers of those 2 clocks are the CPU nodes. Rob _______________________________________________ linux-riscv mailing list linux-riscv@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-riscv 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 40D91C6FD1F for ; Thu, 16 Mar 2023 20:34:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230298AbjCPUei (ORCPT ); Thu, 16 Mar 2023 16:34:38 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41576 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230139AbjCPUef (ORCPT ); Thu, 16 Mar 2023 16:34:35 -0400 Received: from mail-io1-f53.google.com (mail-io1-f53.google.com [209.85.166.53]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 25FF426C3C; Thu, 16 Mar 2023 13:34:21 -0700 (PDT) Received: by mail-io1-f53.google.com with SMTP id s4so1359186ioj.11; Thu, 16 Mar 2023 13:34:21 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1678998860; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=7CYbM47sU5ai4TXEql000Ah99D8S1/cVmeQxmiAsqhs=; b=d6o8KRbRGgUKwJryRq6B7MVsOiSXjD6THITo3k0KK0P7oVyv+Cutma5r1IegYxBaRV SFQcOSYUVYO4G+oxCeq8kl51+PkDPOD0ibd0BKNthpKM2oRokUIKqYQMMV6bq9oMDzIJ uwn0FMhfhVD+n1r1Fe4d5FCdL1BSkHGQvZ4pqtuQA4Qi8DRlVJydwfutB4F6LDP9v5Ly JN3ss3JvzOXX3PcfT5xN2uzpu6AZfN5HXSiZO3Pwi8OsvjtBdjTu0O/3LbdbEI7weYsL jXQRNfwA8/1ULtr3Mi2uW/D0w1SKqsCcE0Rb1NUg2fYDH5FnnkzNThQN175KrQNTOncN cfMw== X-Gm-Message-State: AO0yUKUIy+SHWERcwduhCdAb+g9/cGm8OuRjo3k42C+nTr/g3PL5PG/g Dlv0smXUiQJrVRs0LkuNdQ== X-Google-Smtp-Source: AK7set95htVCepu2fkqTuH63ymkWubjwHz01woOvMx5gt6cqqYiqMELyvuyd4SP0vC6lmQKNMoI68A== X-Received: by 2002:a5d:980e:0:b0:74c:8b56:42bb with SMTP id a14-20020a5d980e000000b0074c8b5642bbmr102686iol.8.1678998860080; Thu, 16 Mar 2023 13:34:20 -0700 (PDT) Received: from robh_at_kernel.org ([64.188.179.249]) by smtp.gmail.com with ESMTPSA id q15-20020a6bf20f000000b00704608527d1sm43269ioh.37.2023.03.16.13.34.17 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 16 Mar 2023 13:34:19 -0700 (PDT) Received: (nullmailer pid 3837822 invoked by uid 1000); Thu, 16 Mar 2023 20:34:17 -0000 Date: Thu, 16 Mar 2023 15:34:17 -0500 From: Rob Herring To: Cristian Ciocaltea , Stephen Boyd Cc: Sudeep Holla , Cristian Marussi , Krzysztof Kozlowski , Greg Kroah-Hartman , Liam Girdwood , Mark Brown , Nicolas Frattaroli , Heiko Stuebner , Jaroslav Kysela , Takashi Iwai , Paul Walmsley , Palmer Dabbelt , Albert Ou , Daniel Drake , Katsuhiro Suzuki , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-serial@vger.kernel.org, alsa-devel@alsa-project.org, linux-rockchip@lists.infradead.org, linux-riscv@lists.infradead.org, kernel@collabora.com Subject: Re: [PATCH 01/11] dt-bindings: firmware: arm,scmi: Document assigned-clocks and assigned-clock-rates Message-ID: <20230316203417.GA3833267-robh@kernel.org> References: <20230315114806.3819515-1-cristian.ciocaltea@collabora.com> <20230315114806.3819515-2-cristian.ciocaltea@collabora.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230315114806.3819515-2-cristian.ciocaltea@collabora.com> Precedence: bulk List-ID: X-Mailing-List: linux-serial@vger.kernel.org +Stephen On Wed, Mar 15, 2023 at 01:47:56PM +0200, Cristian Ciocaltea wrote: > Since commit df4fdd0db475 ("dt-bindings: firmware: arm,scmi: Restrict > protocol child node properties") the following dtbs_check warning is > shown: > > rk3588-rock-5b.dtb: scmi: protocol@14: Unevaluated properties are not allowed ('assigned-clock-rates', 'assigned-clocks' were unexpected) I think that's a somewhat questionable use of assigned-clock-rates. It should be located with the consumer rather than the provider IMO. The consumers of those 2 clocks are the CPU nodes. Rob 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 C0DD5C6FD1F for ; Thu, 16 Mar 2023 20:35:10 +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-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=8nxG95AE83wXWe+cIeBGFjX6W3J4z/94bq2d7OdCixY=; b=lgkqf0DJK2NovG PBEqzAoXGO5ZnGY0ytv7HPnXfYki5uWSJT35oJBo+Nd2tw3V8ccMUhdKqUq8UkT2H4+8ReTC16P66 xmqqZhqOvDaN76xPYr3jUYqQyi8tzMR+7gE7qW2Dv5ZkaIuU46yL/H7DY59WLGHWbMuhAmUdFmnt7 lJjUgDgP5OQMy9PIy4t0ya+oWSq9/mu0brDDVCvq2TJj4kK/FOoL6JTe50vCpQFba1jhfDum3DAqM MskpHA+BnDwK8C/MCcYCnnHxSOVlIvxW7bvhzLpDWNG5nfFNcZsl+M+2EoaYaTuOU8ah1tulbblyF 8VyK0Rbbf07Lkul7tUeQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1pcuIr-00HWTL-38; Thu, 16 Mar 2023 20:34:25 +0000 Received: from mail-io1-f48.google.com ([209.85.166.48]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1pcuIp-00HWSg-1y; Thu, 16 Mar 2023 20:34:24 +0000 Received: by mail-io1-f48.google.com with SMTP id g6so1357782iov.13; Thu, 16 Mar 2023 13:34:20 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1678998860; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=7CYbM47sU5ai4TXEql000Ah99D8S1/cVmeQxmiAsqhs=; b=T/8O4InJgxO99yqVkV6QyhigcDBiZ+E45d2Hu6L3gMJssELM14WdtkjsxVJr4ckOGM UEWnfQqNCuqnTfc8TBuf0yoDH4rnqnnSbh3bmjt/KSZ0hxQF6keJx8zVDpRwKftU1L50 L+aQI+dVDeTKx5hHwqwmw5eCwZTHrUCNYK0mQTTmttRjdTJamtEftECeRYDR+YOBX5Rl mpf26J3sCusA4WZ2Q/mDR9b1l2tzfPgoBSB4M2L6cArcS7/F/w/1/ZjnoI/+y6/mh4lO 3F8avsoCiySu0HiZKhn1Luw0gDYMLHDcjs+344C9yXfEwYSsII6NAenjflwvPCG9Sp9B nHkg== X-Gm-Message-State: AO0yUKUJUdJ9LbYtHq0s37NSNF0OySQ7CaXuW5XxIuj9eYVzx/KQorXB 8jWmcvcyyIo6nXI2V31sbQ== X-Google-Smtp-Source: AK7set95htVCepu2fkqTuH63ymkWubjwHz01woOvMx5gt6cqqYiqMELyvuyd4SP0vC6lmQKNMoI68A== X-Received: by 2002:a5d:980e:0:b0:74c:8b56:42bb with SMTP id a14-20020a5d980e000000b0074c8b5642bbmr102686iol.8.1678998860080; Thu, 16 Mar 2023 13:34:20 -0700 (PDT) Received: from robh_at_kernel.org ([64.188.179.249]) by smtp.gmail.com with ESMTPSA id q15-20020a6bf20f000000b00704608527d1sm43269ioh.37.2023.03.16.13.34.17 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 16 Mar 2023 13:34:19 -0700 (PDT) Received: (nullmailer pid 3837822 invoked by uid 1000); Thu, 16 Mar 2023 20:34:17 -0000 Date: Thu, 16 Mar 2023 15:34:17 -0500 From: Rob Herring To: Cristian Ciocaltea , Stephen Boyd Cc: Sudeep Holla , Cristian Marussi , Krzysztof Kozlowski , Greg Kroah-Hartman , Liam Girdwood , Mark Brown , Nicolas Frattaroli , Heiko Stuebner , Jaroslav Kysela , Takashi Iwai , Paul Walmsley , Palmer Dabbelt , Albert Ou , Daniel Drake , Katsuhiro Suzuki , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-serial@vger.kernel.org, alsa-devel@alsa-project.org, linux-rockchip@lists.infradead.org, linux-riscv@lists.infradead.org, kernel@collabora.com Subject: Re: [PATCH 01/11] dt-bindings: firmware: arm,scmi: Document assigned-clocks and assigned-clock-rates Message-ID: <20230316203417.GA3833267-robh@kernel.org> References: <20230315114806.3819515-1-cristian.ciocaltea@collabora.com> <20230315114806.3819515-2-cristian.ciocaltea@collabora.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20230315114806.3819515-2-cristian.ciocaltea@collabora.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230316_133423_668857_D0076273 X-CRM114-Status: UNSURE ( 9.35 ) X-CRM114-Notice: Please train this message. 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-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org +Stephen On Wed, Mar 15, 2023 at 01:47:56PM +0200, Cristian Ciocaltea wrote: > Since commit df4fdd0db475 ("dt-bindings: firmware: arm,scmi: Restrict > protocol child node properties") the following dtbs_check warning is > shown: > > rk3588-rock-5b.dtb: scmi: protocol@14: Unevaluated properties are not allowed ('assigned-clock-rates', 'assigned-clocks' were unexpected) I think that's a somewhat questionable use of assigned-clock-rates. It should be located with the consumer rather than the provider IMO. The consumers of those 2 clocks are the CPU nodes. Rob _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel