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 X-Spam-Level: X-Spam-Status: No, score=-7.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id D7CF4C433E9 for ; Thu, 3 Sep 2020 16:41:58 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 9883B2072A for ; Thu, 3 Sep 2020 16:41:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1599151318; bh=VafyGkd2RQV3WY1NMwd4BTj7aNE+8uY7ba0Z+FNdfrQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=mEw7C/5dLSNBg1Lt5PdH76Du3w7on8HJ8APHZVY+k4Zlyh5834Wrlnk1sJcz2HKFv ETfFyDcQ8jT2IWI/pk+vz0YPKNXr0vw/frtTk8aUlzYJu95wE5AZzpqvAWi6bMEzb6 pdpaGVYwQStneCpvpKdOaQ/LfiW1BbpHZV6jQres= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729008AbgICQl5 (ORCPT ); Thu, 3 Sep 2020 12:41:57 -0400 Received: from mail-io1-f65.google.com ([209.85.166.65]:39106 "EHLO mail-io1-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728500AbgICQlw (ORCPT ); Thu, 3 Sep 2020 12:41:52 -0400 Received: by mail-io1-f65.google.com with SMTP id b6so3607460iof.6; Thu, 03 Sep 2020 09:41:51 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=Wd2vM2P8GP7stt4qpcMkqIPITIt3Ct2eJFilR5ppWPI=; b=k50DIZk3FeWW103BfeRi0BBg+QwILKZF+IVnsWKlU8YQ7sWmxq3Nxvei2xUmsz1egC uhy7P4ZnmyjWQQNo9U/M6nTF3g2HUJNfP4USIkBkG7F21NvJB16nEjtdi5IKmlqqGsDb VAbx/2ZpL1fF40veiIq4GY0/U0xt5ukVMfnWfdMU4asPv0Wg2NQqCOTjzXS0pKhy61KD 3CMGoKKxSKilencqW6j4MIrulg87g4NU6RUkDpaA0ZsK+iTLsmAkvw11Xk9j8mN6I7Zg pPL06FhjWPSWcGa5rHURnCYrzLoDvONxP4fX7KSw+WxN8fuQnUkfmc75chCrYlobQPwL 291Q== X-Gm-Message-State: AOAM530AnHzIsUPk/YRP9V+38IBcrlY4FAln2AWKAsZuwxfLfHThJw0Z YWpyzOo9l3QMnV75uw/+8Q== X-Google-Smtp-Source: ABdhPJzDecNUqKQf1RpxUDZRVZ3zNdbS9KNP+UvJxBO5cwkdQiDLk1fX4u9oDum9yV0Oyy8pM76AHg== X-Received: by 2002:a6b:8fc9:: with SMTP id r192mr3940678iod.24.1599151311395; Thu, 03 Sep 2020 09:41:51 -0700 (PDT) Received: from xps15 ([64.188.179.249]) by smtp.gmail.com with ESMTPSA id k16sm1482659ioc.15.2020.09.03.09.41.49 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 03 Sep 2020 09:41:50 -0700 (PDT) Received: (nullmailer pid 2923306 invoked by uid 1000); Thu, 03 Sep 2020 16:41:49 -0000 Date: Thu, 3 Sep 2020 10:41:49 -0600 From: Rob Herring To: Krzysztof Kozlowski Cc: Kukjin Kim , David Airlie , Daniel Vetter , Lee Jones , Sangbeom Kim , Sylwester Nawrocki , Liam Girdwood , Mark Brown , Daniel Lezcano , Thomas Gleixner , linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, alsa-devel@alsa-project.org, Marek Szyprowski , Bartlomiej Zolnierkiewicz , Sylwester Nawrocki , Chanwoo Choi , Inki Dae Subject: Re: [PATCH 01/10] dt-bindings: arm: samsung: pmu: Use unevaluatedProperties Message-ID: <20200903164149.GA2922901@bogus> References: <20200829142501.31478-1-krzk@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200829142501.31478-1-krzk@kernel.org> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Aug 29, 2020 at 04:24:52PM +0200, Krzysztof Kozlowski wrote: > Additional properties actually might appear (e.g. assigned-clocks) so > use unevaluatedProperties to fix dtbs_check warnings like: > > arch/arm64/boot/dts/exynos/exynos5433-tm2.dt.yaml: system-controller@105c0000: > 'assigned-clock-parents', 'assigned-clocks' do not match any of the regexes: 'pinctrl-[0-9]+' > > Signed-off-by: Krzysztof Kozlowski > --- > Documentation/devicetree/bindings/arm/samsung/pmu.yaml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) NAK. See https://lore.kernel.org/r/CAL_JsqKPXJxsHPS34_TCf9bwgKxZNSV4mvQR-WKRnknQVtGGxQ@mail.gmail.com/ 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 X-Spam-Level: X-Spam-Status: No, score=-7.0 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id E5677C433E9 for ; Thu, 3 Sep 2020 16:43:01 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 658EC208B3 for ; Thu, 3 Sep 2020 16:43:01 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=alsa-project.org header.i=@alsa-project.org header.b="HFfGxtk5" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 658EC208B3 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=alsa-devel-bounces@alsa-project.org Received: from alsa1.perex.cz (alsa1.perex.cz [207.180.221.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by alsa0.perex.cz (Postfix) with ESMTPS id C7ABA1908; Thu, 3 Sep 2020 18:42:09 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz C7ABA1908 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1599151379; bh=VafyGkd2RQV3WY1NMwd4BTj7aNE+8uY7ba0Z+FNdfrQ=; h=Date:From:To:Subject:References:In-Reply-To:Cc:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=HFfGxtk5+fE1FfusDsZ7UeFqi7i0EoNZSGudYH1XLuRcb2Q+ukrRrD2F7mXuGbG1A 1bv1EnOncJigeNgfqrL6G+3WzX/xhcb2vuLVtIGrGtXw81L195o8mde3DoVyxsr9yY O5HkDD8NxYYIZa+L5WInxYR5yM5BxYWfTVCvtrXk= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id 517DAF801DA; Thu, 3 Sep 2020 18:42:09 +0200 (CEST) Received: by alsa1.perex.cz (Postfix, from userid 50401) id 9ABCFF80217; Thu, 3 Sep 2020 18:42:03 +0200 (CEST) Received: from mail-io1-f67.google.com (mail-io1-f67.google.com [209.85.166.67]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by alsa1.perex.cz (Postfix) with ESMTPS id 76FF4F801DA for ; Thu, 3 Sep 2020 18:41:53 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz 76FF4F801DA Received: by mail-io1-f67.google.com with SMTP id d190so3642333iof.3 for ; Thu, 03 Sep 2020 09:41:53 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=Wd2vM2P8GP7stt4qpcMkqIPITIt3Ct2eJFilR5ppWPI=; b=XIf2lTP5lwH9Xmj6T2qRXd+4+qy3cogOcPAQ5+L7it+0jmYMq1/YQWwuZ3pySGc3+q y2GtnsVDXwjiEeeYwcTXZVhZBdkpOk9EhBGqZeeAiOw0pm+n52QJopmjVd4Ck7Lndvt7 JaWmHp0PoTGrNl10Kjth/V5raECUNIC3JCfJEhTgnc9D39iw1menBJbKapDy0Uc9FMEZ 3NcY8sHeXG1ycbtG252pKo0KMwBerJtKS7xJmyXiX26t4ejRB2YglrdIcufYXiMvXPQ5 RXiVcv3h61TqsVhEoSY0z4N3o9joUGqEO5xZomtdZzqPpnoabHbHcSDXaKRkQkxYVaQB uJdQ== X-Gm-Message-State: AOAM533tMYm123NlU2ibh9q6NNy7LBy92q9XS30WsgCy1GuYkhnkTTEA HAlQZdcZnKeZ9B7BxHPbcg== X-Google-Smtp-Source: ABdhPJzDecNUqKQf1RpxUDZRVZ3zNdbS9KNP+UvJxBO5cwkdQiDLk1fX4u9oDum9yV0Oyy8pM76AHg== X-Received: by 2002:a6b:8fc9:: with SMTP id r192mr3940678iod.24.1599151311395; Thu, 03 Sep 2020 09:41:51 -0700 (PDT) Received: from xps15 ([64.188.179.249]) by smtp.gmail.com with ESMTPSA id k16sm1482659ioc.15.2020.09.03.09.41.49 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 03 Sep 2020 09:41:50 -0700 (PDT) Received: (nullmailer pid 2923306 invoked by uid 1000); Thu, 03 Sep 2020 16:41:49 -0000 Date: Thu, 3 Sep 2020 10:41:49 -0600 From: Rob Herring To: Krzysztof Kozlowski Subject: Re: [PATCH 01/10] dt-bindings: arm: samsung: pmu: Use unevaluatedProperties Message-ID: <20200903164149.GA2922901@bogus> References: <20200829142501.31478-1-krzk@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200829142501.31478-1-krzk@kernel.org> Cc: devicetree@vger.kernel.org, alsa-devel@alsa-project.org, linux-samsung-soc@vger.kernel.org, Daniel Vetter , Bartlomiej Zolnierkiewicz , David Airlie , Mark Brown , Daniel Lezcano , Chanwoo Choi , Liam Girdwood , dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, Inki Dae , Sangbeom Kim , Kukjin Kim , Thomas Gleixner , Sylwester Nawrocki , Lee Jones , linux-arm-kernel@lists.infradead.org, Marek Szyprowski X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: "Alsa-devel" On Sat, Aug 29, 2020 at 04:24:52PM +0200, Krzysztof Kozlowski wrote: > Additional properties actually might appear (e.g. assigned-clocks) so > use unevaluatedProperties to fix dtbs_check warnings like: > > arch/arm64/boot/dts/exynos/exynos5433-tm2.dt.yaml: system-controller@105c0000: > 'assigned-clock-parents', 'assigned-clocks' do not match any of the regexes: 'pinctrl-[0-9]+' > > Signed-off-by: Krzysztof Kozlowski > --- > Documentation/devicetree/bindings/arm/samsung/pmu.yaml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) NAK. See https://lore.kernel.org/r/CAL_JsqKPXJxsHPS34_TCf9bwgKxZNSV4mvQR-WKRnknQVtGGxQ@mail.gmail.com/ 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 X-Spam-Level: X-Spam-Status: No, score=-7.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C7F3AC433E2 for ; Thu, 3 Sep 2020 16:43:12 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 8ADAC20775 for ; Thu, 3 Sep 2020 16:43:12 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="V2yPD+AL" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 8ADAC20775 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References:Message-ID: Subject: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=MJNmtaxCx1H0/Z/lfUzg61SYpijwcDKUvGSih07TZVk=; b=V2yPD+AL1fQKsyoT0fc4m4vYK kqguNYHv9VZLEsWuCjVILhIhYHoE5VM+0zViiQS7zkNEc4d0VnBkMCZKB6zLYkMCyF52AHuYgCcvm zzWk908P3N9vpDRg0NyGpWX6cYtZyN4Ujtw6iOZKk1DasKiGDoSCzmEoC4Zu/KnYF8i+xVVZ7UwGk lMh91rO+a3fd5M/WmQ5kJ0s8R3bU7/Tbp5nv5qhDI8c1/MdL7PRPAVMeF+Pgl5hXyQb4bBIEBDp34 4aqtdIMOpR2ltw6VChLoywVfaMi1seGrZ4bm2Eg7UXouyN57uGz3b6F6bFXbaw1rmumji6NZDSFx1 FbClth4pA==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kDsJ9-0001eU-GH; Thu, 03 Sep 2020 16:41:55 +0000 Received: from mail-io1-f66.google.com ([209.85.166.66]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kDsJ6-0001cz-BY for linux-arm-kernel@lists.infradead.org; Thu, 03 Sep 2020 16:41:53 +0000 Received: by mail-io1-f66.google.com with SMTP id g14so3665039iom.0 for ; Thu, 03 Sep 2020 09:41:51 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=Wd2vM2P8GP7stt4qpcMkqIPITIt3Ct2eJFilR5ppWPI=; b=LqU0OeJvoQtwutmp61ChdgGbwUbTvS6k9CoCjc8QSzSXbOhaYYWCZjS5mw44s6js/Q au+bhO2P2Orn9EnsjL+07GiTmY7wl754bPdqK0wntM3riG/WgnuU6yOvWzqz8nWNzo2O YvhPPSTgBCVBUYwIFZ7UiHfSOhm0W04NYRbEwBogQI6ADql3nhqbjckuPH6jBi+TOHbg WGDj8x40YqX72RbtV6pSQ+7TpIjaOjpTXuGEDf2sbCY4sDAhFJYw+sKJLC1P8Dg3P2E9 4snON+hDsBaExSGOG9grkFbCdnLtLH3mstQguUc0UvpM6md3jZJOwm0mjwVGJvopZ0cL /hhA== X-Gm-Message-State: AOAM533jv3ZBHD9tmmf2E6WlwOXrzyKf7+QGZMTkwmQO3kHivePAZL/0 CrvBF5ZeAedRCymOkwXNaQ== X-Google-Smtp-Source: ABdhPJzDecNUqKQf1RpxUDZRVZ3zNdbS9KNP+UvJxBO5cwkdQiDLk1fX4u9oDum9yV0Oyy8pM76AHg== X-Received: by 2002:a6b:8fc9:: with SMTP id r192mr3940678iod.24.1599151311395; Thu, 03 Sep 2020 09:41:51 -0700 (PDT) Received: from xps15 ([64.188.179.249]) by smtp.gmail.com with ESMTPSA id k16sm1482659ioc.15.2020.09.03.09.41.49 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 03 Sep 2020 09:41:50 -0700 (PDT) Received: (nullmailer pid 2923306 invoked by uid 1000); Thu, 03 Sep 2020 16:41:49 -0000 Date: Thu, 3 Sep 2020 10:41:49 -0600 From: Rob Herring To: Krzysztof Kozlowski Subject: Re: [PATCH 01/10] dt-bindings: arm: samsung: pmu: Use unevaluatedProperties Message-ID: <20200903164149.GA2922901@bogus> References: <20200829142501.31478-1-krzk@kernel.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20200829142501.31478-1-krzk@kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200903_124152_441205_B2E52D32 X-CRM114-Status: GOOD ( 14.57 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, alsa-devel@alsa-project.org, linux-samsung-soc@vger.kernel.org, Daniel Vetter , Bartlomiej Zolnierkiewicz , David Airlie , Mark Brown , Daniel Lezcano , Chanwoo Choi , Liam Girdwood , dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, Inki Dae , Sangbeom Kim , Kukjin Kim , Sylwester Nawrocki , Thomas Gleixner , Sylwester Nawrocki , Lee Jones , linux-arm-kernel@lists.infradead.org, Marek Szyprowski 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 On Sat, Aug 29, 2020 at 04:24:52PM +0200, Krzysztof Kozlowski wrote: > Additional properties actually might appear (e.g. assigned-clocks) so > use unevaluatedProperties to fix dtbs_check warnings like: > > arch/arm64/boot/dts/exynos/exynos5433-tm2.dt.yaml: system-controller@105c0000: > 'assigned-clock-parents', 'assigned-clocks' do not match any of the regexes: 'pinctrl-[0-9]+' > > Signed-off-by: Krzysztof Kozlowski > --- > Documentation/devicetree/bindings/arm/samsung/pmu.yaml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) NAK. See https://lore.kernel.org/r/CAL_JsqKPXJxsHPS34_TCf9bwgKxZNSV4mvQR-WKRnknQVtGGxQ@mail.gmail.com/ _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel 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 X-Spam-Level: X-Spam-Status: No, score=-7.0 required=3.0 tests=BAYES_00,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 22A6EC433E2 for ; Thu, 3 Sep 2020 16:41:55 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id E8EA72072A for ; Thu, 3 Sep 2020 16:41:54 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org E8EA72072A Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id F04536E200; Thu, 3 Sep 2020 16:41:53 +0000 (UTC) Received: from mail-io1-f68.google.com (mail-io1-f68.google.com [209.85.166.68]) by gabe.freedesktop.org (Postfix) with ESMTPS id 2C0726E200 for ; Thu, 3 Sep 2020 16:41:51 +0000 (UTC) Received: by mail-io1-f68.google.com with SMTP id b16so3630767ioj.4 for ; Thu, 03 Sep 2020 09:41:51 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=Wd2vM2P8GP7stt4qpcMkqIPITIt3Ct2eJFilR5ppWPI=; b=mg7voTPVk+nuSb26TQup65ldYg0fvCpGrYJCBFYub83tVAXzHtsM/v5cHnlrvAa77K Jd9rAL8GUDD22cONqaF9PJTT5BRB+He5R/bvfhHQAA7QXtcTGdoHEGd/J8C+fdRepdrV 9/CdRDMtdjOuttsk3TkSjoR69RKCCsTEyXLoqBkCGztqzmL8+v9DnQOk4I2o1AMKQp6D R/HO4MPf7eqtNnU+shQBP3qBo0t4kY7vRFzrPuqy3CKlIuxyfT0tdvs/jEzPpDFrrkyX 9NXGXfXtl+Flhl6HehOmpkfNAIkoZevGacISwhk+kKa6ynrkhjNQqM0X8lH5Pd2XtdsR m7Kw== X-Gm-Message-State: AOAM533UMPQN2EmcEidvygL7o4JzNFPvB0mFcKJBLidXvTwU8bWNAT9F 9N2oEbgnmc2vCZjl2cBEiQ== X-Google-Smtp-Source: ABdhPJzDecNUqKQf1RpxUDZRVZ3zNdbS9KNP+UvJxBO5cwkdQiDLk1fX4u9oDum9yV0Oyy8pM76AHg== X-Received: by 2002:a6b:8fc9:: with SMTP id r192mr3940678iod.24.1599151311395; Thu, 03 Sep 2020 09:41:51 -0700 (PDT) Received: from xps15 ([64.188.179.249]) by smtp.gmail.com with ESMTPSA id k16sm1482659ioc.15.2020.09.03.09.41.49 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 03 Sep 2020 09:41:50 -0700 (PDT) Received: (nullmailer pid 2923306 invoked by uid 1000); Thu, 03 Sep 2020 16:41:49 -0000 Date: Thu, 3 Sep 2020 10:41:49 -0600 From: Rob Herring To: Krzysztof Kozlowski Subject: Re: [PATCH 01/10] dt-bindings: arm: samsung: pmu: Use unevaluatedProperties Message-ID: <20200903164149.GA2922901@bogus> References: <20200829142501.31478-1-krzk@kernel.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20200829142501.31478-1-krzk@kernel.org> X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, alsa-devel@alsa-project.org, linux-samsung-soc@vger.kernel.org, Bartlomiej Zolnierkiewicz , David Airlie , Mark Brown , Daniel Lezcano , Chanwoo Choi , Liam Girdwood , dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, Sangbeom Kim , Kukjin Kim , Sylwester Nawrocki , Thomas Gleixner , Sylwester Nawrocki , Lee Jones , linux-arm-kernel@lists.infradead.org, Marek Szyprowski Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Sat, Aug 29, 2020 at 04:24:52PM +0200, Krzysztof Kozlowski wrote: > Additional properties actually might appear (e.g. assigned-clocks) so > use unevaluatedProperties to fix dtbs_check warnings like: > > arch/arm64/boot/dts/exynos/exynos5433-tm2.dt.yaml: system-controller@105c0000: > 'assigned-clock-parents', 'assigned-clocks' do not match any of the regexes: 'pinctrl-[0-9]+' > > Signed-off-by: Krzysztof Kozlowski > --- > Documentation/devicetree/bindings/arm/samsung/pmu.yaml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) NAK. See https://lore.kernel.org/r/CAL_JsqKPXJxsHPS34_TCf9bwgKxZNSV4mvQR-WKRnknQVtGGxQ@mail.gmail.com/ _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel