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=-8.6 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,USER_AGENT_SANE_1 autolearn=unavailable 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 8F418C433E2 for ; Tue, 1 Sep 2020 10:11:42 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5A30A206EB for ; Tue, 1 Sep 2020 10:11:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1598955102; bh=grH8FnFlGwBGFET0uwnxhIcVCo9NOWmmAKpSLVO8aig=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=L/xufTk4TdpgBHKz6kFtS0MkwHq1kz4huv/jOce/+HYIZorgxx8uovr6TY/nHra+k rsYBJPIqhefmJPM+u4IqCMSJa0Qa7hYkShGkf1EkbwdmoZLFEu2EZbUfMBt7t1fdhu xETbeTk9Ze2fusuf+jxEYWAU9Qyie6l4oBQ1ZKmY= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726292AbgIAKLj (ORCPT ); Tue, 1 Sep 2020 06:11:39 -0400 Received: from mail-wr1-f67.google.com ([209.85.221.67]:41668 "EHLO mail-wr1-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726126AbgIAKLH (ORCPT ); Tue, 1 Sep 2020 06:11:07 -0400 Received: by mail-wr1-f67.google.com with SMTP id w5so847403wrp.8; Tue, 01 Sep 2020 03:11:05 -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:user-agent; bh=A1v6htJY2C4gvkXRIZ2JmwZNQ3YQ4RL1hEFI5vq7g+8=; b=dEZeZT/nWYjn0/fiIZO4ojT6txon3VqrXS0H+yVB8QcRDjPlAdu96qVe0J1xepAYM/ xRz8P22CLd4/QNqmMjjvBKK34waQnmn7Z9qasb44MR0JygBpk+ZEbOSosNlFYhCT5g7n lIyOu0SuocdCZT1PVteW5f/kyo7T6TSTMvUbMWCnv01ImrdKeSuCdfj7dbtmsnrE9NW3 lgs9b1FaCecNjy2QSfdr9J7jPrALJZmbbPvOTCVQ2ZLhX/phZXti4UHyy+eqanIWEm7m 11n1q3J4mTzkmIBlt2/hZt0ZFz+/7Ae+SRmwSgzTtTfyNtdMjlhGA0B9KWMWuwJ2y6nS prXw== X-Gm-Message-State: AOAM530Xv2FTiV+P9Q5jdmTVZTReCbcaihord+8TyWqbIszWEM4tnv2w dIBDqlOd95yuQ9dTTHSNyiM3vyO2SiY= X-Google-Smtp-Source: ABdhPJxg01k871o5GFupOXE7beNlZjBYGb1IghFWAqOoAnPRnvevcgE/10DHc6ya9jyFK9jTfOM1ag== X-Received: by 2002:adf:f54c:: with SMTP id j12mr1037991wrp.265.1598955064678; Tue, 01 Sep 2020 03:11:04 -0700 (PDT) Received: from kozik-lap ([194.230.155.106]) by smtp.googlemail.com with ESMTPSA id p16sm1468478wro.71.2020.09.01.03.11.02 (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Tue, 01 Sep 2020 03:11:04 -0700 (PDT) Date: Tue, 1 Sep 2020 12:11:01 +0200 From: Krzysztof Kozlowski To: Rob Herring 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: <20200901101101.GB23793@kozik-lap> References: <20200829142501.31478-1-krzk@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20200829142501.31478-1-krzk@kernel.org> User-Agent: Mutt/1.9.4 (2018-02-28) 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(-) Hi Rob, Could you pick all of my dt-bindings schema patches if they are ok? From this and other series. You already have few of them in your tree so it will help to avoid conflicts. I am afraid that subsystem maintainers can leave them to you and vice versa :) Best regards, Krzysztof 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=-8.5 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=unavailable 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 73498C433E2 for ; Tue, 1 Sep 2020 10:12:12 +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 E07A5206CD for ; Tue, 1 Sep 2020 10:12:11 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=alsa-project.org header.i=@alsa-project.org header.b="R3zUamB2" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org E07A5206CD 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 41F4A1733; Tue, 1 Sep 2020 12:11:20 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz 41F4A1733 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1598955130; bh=grH8FnFlGwBGFET0uwnxhIcVCo9NOWmmAKpSLVO8aig=; h=Date:From:To:Subject:References:In-Reply-To:Cc:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=R3zUamB26T7XjUoCI7foLqm7cKMKwW1RbhGHFbVFDr/Jr3S0GsUl5Pt9OtLXalZPI GGYwZVUVV4G7u99lK91Eb3SADboPVAAgEjtNm9kubwYqAG+VUUdjQIPWnSfUYoWy50 Ce/znLUVDWFKJxp2CButEXOi6CFzd4hnlubYzo18= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id D0B44F80217; Tue, 1 Sep 2020 12:11:19 +0200 (CEST) Received: by alsa1.perex.cz (Postfix, from userid 50401) id 7056BF8025F; Tue, 1 Sep 2020 12:11:16 +0200 (CEST) Received: from mail-wr1-f65.google.com (mail-wr1-f65.google.com [209.85.221.65]) (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 4CED5F800BA for ; Tue, 1 Sep 2020 12:11:05 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz 4CED5F800BA Received: by mail-wr1-f65.google.com with SMTP id c15so833890wrs.11 for ; Tue, 01 Sep 2020 03:11:05 -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:user-agent; bh=A1v6htJY2C4gvkXRIZ2JmwZNQ3YQ4RL1hEFI5vq7g+8=; b=AtfwSQWjTjqO4qDxMC3TRcvsO3U4NTxJChphap5YnI87J5pM17KYHBCT+1Z6HaMb2d iMGqmrEJHpRPg6OkUsp83ov3yToGyKVTnEt+B1Q90bRTz7bWQLt7vl6zzAxb3ok5EBI0 Y2S6Bs6z+lWMgs+W5ckZ0pc4VD1t5bEAHCCG9h1PfU9FMOhK0jDUSBO4OA2DUOkYW3VN 5249nW0YWIZcyqIJHmn+NAEmTCD3eGGMo2CBx3FypWcbqiqFtUa5PZD+RDvATkub2OpQ aCkyWVrXvEBdknMpzZGZR7P3w+lI2aeQaPnJDzYfkGAIVpRedguFK1FSYVGW4YmhDXRb ZVNg== X-Gm-Message-State: AOAM533uuf8q84QfQwqRnD4Fa0CNx2jCRdc2ti593Bf3kERZJZgPhJVX Rf5ddjYA9Ehmz3cSHcrlauA= X-Google-Smtp-Source: ABdhPJxg01k871o5GFupOXE7beNlZjBYGb1IghFWAqOoAnPRnvevcgE/10DHc6ya9jyFK9jTfOM1ag== X-Received: by 2002:adf:f54c:: with SMTP id j12mr1037991wrp.265.1598955064678; Tue, 01 Sep 2020 03:11:04 -0700 (PDT) Received: from kozik-lap ([194.230.155.106]) by smtp.googlemail.com with ESMTPSA id p16sm1468478wro.71.2020.09.01.03.11.02 (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Tue, 01 Sep 2020 03:11:04 -0700 (PDT) Date: Tue, 1 Sep 2020 12:11:01 +0200 From: Krzysztof Kozlowski To: Rob Herring Subject: Re: [PATCH 01/10] dt-bindings: arm: samsung: pmu: Use unevaluatedProperties Message-ID: <20200901101101.GB23793@kozik-lap> References: <20200829142501.31478-1-krzk@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20200829142501.31478-1-krzk@kernel.org> User-Agent: Mutt/1.9.4 (2018-02-28) 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(-) Hi Rob, Could you pick all of my dt-bindings schema patches if they are ok? From this and other series. You already have few of them in your tree so it will help to avoid conflicts. I am afraid that subsystem maintainers can leave them to you and vice versa :) Best regards, Krzysztof 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=-8.5 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,USER_AGENT_SANE_1 autolearn=ham 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 5D2DCC433E2 for ; Tue, 1 Sep 2020 10:12:45 +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 1F82A206CD for ; Tue, 1 Sep 2020 10:12:45 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="HMmeDEMc" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 1F82A206CD 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=dA5MfW1hPN8gPs+tutt5RKfRMZGc3BYwSS5a2D7utKI=; b=HMmeDEMccF7ZxzqfXnmxXHtE/ 4Ur/MAFFsOKAsI+JLykDb/d5UYf2E5XNuHmu95j1Jh4psMQpm98soXd8ApWiPF3MjM+KZulT6ffPZ UvfFvKMVvEebNvFYfQNqRHS5qCExbXL+cxB7ddkBdRDyXyZBNP4VuUeC3crjbDkmJ3MLRh8G6Rp+M Nop3zG4J1wBDRogvX7IQPt7wg07DV8pmp3RZU7yetNi3i7u5lV46gAJQqW2/tZvaAvENVOiJETttq pQhSglx0QnDAfebDimAWRT2gQ+4dlnBrZfH/xxaWmRHCB+Xijt3W5DV24pSpzXcPL144GFxELnSxb IvVsGIp5A==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kD3Fv-00044z-MJ; Tue, 01 Sep 2020 10:11:11 +0000 Received: from mail-wr1-f67.google.com ([209.85.221.67]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kD3Fr-00043X-IG for linux-arm-kernel@lists.infradead.org; Tue, 01 Sep 2020 10:11:09 +0000 Received: by mail-wr1-f67.google.com with SMTP id t10so10379wrv.1 for ; Tue, 01 Sep 2020 03:11:05 -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:user-agent; bh=A1v6htJY2C4gvkXRIZ2JmwZNQ3YQ4RL1hEFI5vq7g+8=; b=SXcsE/xhs9qOHjUI0aOIZyGk1mhPmoDBdMl4VIrZb+GRDOWriX/gOqrHUKKAt5VS1d Ppyq3lJbbKGvvILOONFTgPwza+GqeZ6cOBxg6prfduuWsw7f64LShQo9OpwILOhsoLGu GFpzNFvUz/c5NkEz6COkjp5D3eAe5vJ6HbCzzpHcz5m7kuxghsdTaBX7I/B9RTuJMg76 oZuxygnYNpl/Nf89YSU8A0IRccyS2w/abSi56DTVR9m5inmbSgBEjJkGdScEvpuE0SVR aaqz8q4bkXTYDkr0Kf4VZkL2B+/N3imOxmjMc1RbQaIEOM7T0U+xlBrSjXHjaGYB5mEu u0Aw== X-Gm-Message-State: AOAM530fSX2ymwyynGxNxOgFaVUw0JD6n90PB0RnLsi4d8RC3IGYYjX6 4FzrR2qEhfca3fFcUIcuRjA= X-Google-Smtp-Source: ABdhPJxg01k871o5GFupOXE7beNlZjBYGb1IghFWAqOoAnPRnvevcgE/10DHc6ya9jyFK9jTfOM1ag== X-Received: by 2002:adf:f54c:: with SMTP id j12mr1037991wrp.265.1598955064678; Tue, 01 Sep 2020 03:11:04 -0700 (PDT) Received: from kozik-lap ([194.230.155.106]) by smtp.googlemail.com with ESMTPSA id p16sm1468478wro.71.2020.09.01.03.11.02 (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Tue, 01 Sep 2020 03:11:04 -0700 (PDT) Date: Tue, 1 Sep 2020 12:11:01 +0200 From: Krzysztof Kozlowski To: Rob Herring Subject: Re: [PATCH 01/10] dt-bindings: arm: samsung: pmu: Use unevaluatedProperties Message-ID: <20200901101101.GB23793@kozik-lap> References: <20200829142501.31478-1-krzk@kernel.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20200829142501.31478-1-krzk@kernel.org> User-Agent: Mutt/1.9.4 (2018-02-28) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200901_061107_612578_ED5329BB X-CRM114-Status: GOOD ( 15.67 ) 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(-) Hi Rob, Could you pick all of my dt-bindings schema patches if they are ok? From this and other series. You already have few of them in your tree so it will help to avoid conflicts. I am afraid that subsystem maintainers can leave them to you and vice versa :) Best regards, Krzysztof _______________________________________________ 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=-8.5 required=3.0 tests=BAYES_00,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=ham 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 C66C1C433E6 for ; Tue, 1 Sep 2020 10:11:07 +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 9DC8B206EB for ; Tue, 1 Sep 2020 10:11:07 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 9DC8B206EB 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 043976E4D7; Tue, 1 Sep 2020 10:11:07 +0000 (UTC) Received: from mail-wr1-f68.google.com (mail-wr1-f68.google.com [209.85.221.68]) by gabe.freedesktop.org (Postfix) with ESMTPS id 5C7E56E4D7 for ; Tue, 1 Sep 2020 10:11:06 +0000 (UTC) Received: by mail-wr1-f68.google.com with SMTP id x14so836428wrl.12 for ; Tue, 01 Sep 2020 03:11:06 -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:user-agent; bh=A1v6htJY2C4gvkXRIZ2JmwZNQ3YQ4RL1hEFI5vq7g+8=; b=TjwlSktKhT2yomWutm98A+7QPkD2nYWjw/MQWc4QqVXm1mfZ+ZHcmPeQTcHFuygh6Z iaQ5l+jZ4+4rIO9Wz2T33d+j+CpWvcSZFzerkf8nXexCjHjjrrqfSb6+RSEGRjDa7REs lUxJKvPXCilJJCWGst9LZpMtxplgVMJUTq0y6dhEHdfttPpxHTi31Ekd8BjQi3gqJAOo mgwXILEVz/L+ybqii7LUjGk1RUcEVYwqjv88fKYKQG+GFpFHjbNtVDpddSMCUlA3hzom sO44ZL/To14eh7k2YaRsNUPI9+3BafF6+U9qlIUmRjlb4/KdEycTfS4tcRDnSaxgK5e3 WHHw== X-Gm-Message-State: AOAM530yC9+f6TrwzFlG4ANO9mRe+enQc+OSab+xnGLZLSoixFTFG5rO 9q03FC12qBmjtw3oqe+0ynI= X-Google-Smtp-Source: ABdhPJxg01k871o5GFupOXE7beNlZjBYGb1IghFWAqOoAnPRnvevcgE/10DHc6ya9jyFK9jTfOM1ag== X-Received: by 2002:adf:f54c:: with SMTP id j12mr1037991wrp.265.1598955064678; Tue, 01 Sep 2020 03:11:04 -0700 (PDT) Received: from kozik-lap ([194.230.155.106]) by smtp.googlemail.com with ESMTPSA id p16sm1468478wro.71.2020.09.01.03.11.02 (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Tue, 01 Sep 2020 03:11:04 -0700 (PDT) Date: Tue, 1 Sep 2020 12:11:01 +0200 From: Krzysztof Kozlowski To: Rob Herring Subject: Re: [PATCH 01/10] dt-bindings: arm: samsung: pmu: Use unevaluatedProperties Message-ID: <20200901101101.GB23793@kozik-lap> References: <20200829142501.31478-1-krzk@kernel.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20200829142501.31478-1-krzk@kernel.org> User-Agent: Mutt/1.9.4 (2018-02-28) 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(-) Hi Rob, Could you pick all of my dt-bindings schema patches if they are ok? From this and other series. You already have few of them in your tree so it will help to avoid conflicts. I am afraid that subsystem maintainers can leave them to you and vice versa :) Best regards, Krzysztof _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel