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=-11.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 3834BC2BB84 for ; Wed, 16 Sep 2020 20:22:29 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E90E321941 for ; Wed, 16 Sep 2020 20:22:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1600287749; bh=fHr8s2aEyDjlxUpOJp1EETFRNOt+FYCr0P+W9KOp4jM=; h=Date:From:To:Subject:References:In-Reply-To:List-ID:From; b=oIHC9EXPrn+s3kHjtSXWvls0Um/7fO3TGIxbRESlD9CRPt/DGZH+DmL/oUPgPt7lD Q5/XrYmdmekMbdiQ2ymz2kAWclPYFTtoeAdUbhKkFfamS6SPAU3NSlaqayFEy8c8K/ h/uy+mZbXxMmzWwXMGo+fjmEVFc7mn7+jyFCDLv8= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728320AbgIPUWI (ORCPT ); Wed, 16 Sep 2020 16:22:08 -0400 Received: from mail-wm1-f44.google.com ([209.85.128.44]:39134 "EHLO mail-wm1-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726818AbgIPR3Q (ORCPT ); Wed, 16 Sep 2020 13:29:16 -0400 Received: by mail-wm1-f44.google.com with SMTP id b79so3869120wmb.4; Wed, 16 Sep 2020 10:28:56 -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:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=E47fYlcJkUJ8l3iZf6clnfI3aqBpmWj9zsUvUFymYP4=; b=chxz123lmU+GQnQtaRRx4Z2afnjUpzAn6iS26p+C4Qs4L/fuCtlhx4Dbrucl8dZZSU QNqwpbK2kvxct99Q2OVrXa4Ye+3bi9e2VxRLv6wSG4ZbwhW8ZiH21UWOrM3LihhQjram t2Kc8qC38zmMGUU5sU7h5tM57ZegawoVfZErS9j1MwckA8JUDigteO9vGVQOIvKw9/YD +3RTZ61XXJV/9XCZ06CnGqvi6I3dLScuj0LQR9wMOaJr1O9qs5OGN6YFto/gZRSTh9tV YlxjcUem5qBj9+ONIVVItoAxscWXUxyCWnJYLvJHjh4FJ/UGU7ihrFYbPl89l3F8Ifu3 eVqQ== X-Gm-Message-State: AOAM532rwa3glTN/hbZeuTMRK34crta/78oT4dN11UbUpVeK00eQ51bK CUUn+ps6TJJ3GeAuUzWnB8E5aYk218IvFtCC X-Google-Smtp-Source: ABdhPJweKg9u7dlDmDehpToHUH+j70OfpazvGEE4rWT8Uv/tAw2q657tC8ru2bXuXynBmdptDnBrNA== X-Received: by 2002:a1c:4d14:: with SMTP id o20mr5723207wmh.74.1600276608983; Wed, 16 Sep 2020 10:16:48 -0700 (PDT) Received: from kozik-lap ([194.230.155.191]) by smtp.googlemail.com with ESMTPSA id a13sm6462323wme.26.2020.09.16.10.16.46 (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Wed, 16 Sep 2020 10:16:47 -0700 (PDT) Date: Wed, 16 Sep 2020 19:16:44 +0200 From: Krzysztof Kozlowski To: Kukjin Kim , Rob Herring , Jonathan Cameron , Lars-Peter Clausen , Peter Meerwald-Stadler , Jonathan Bakker , =?utf-8?B?UGF3ZcWC?= Chmiel , linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-iio@vger.kernel.org Subject: Re: [RFT 21/25] ARM: dts: s5pv210: move fixed regulators under root node in Goni Message-ID: <20200916171644.GF19427@kozik-lap> References: <20200907161141.31034-1-krzk@kernel.org> <20200907161141.31034-22-krzk@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20200907161141.31034-22-krzk@kernel.org> User-Agent: Mutt/1.9.4 (2018-02-28) Sender: linux-iio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-iio@vger.kernel.org On Mon, Sep 07, 2020 at 06:11:37PM +0200, Krzysztof Kozlowski wrote: > The fixed regulators are kept under dedicated "regulators" node but this > causes multiple dtschema warnings: > > regulators: $nodename:0: 'regulators' does not match '^([a-z][a-z0-9\\-]+-bus|bus|soc|axi|ahb|apb)(@[0-9a-f]+)?$' > regulators: #size-cells:0:0: 0 is not one of [1, 2] > regulators: fixed-regulator@0:reg:0: [0] is too short > regulators: fixed-regulator@1:reg:0: [1] is too short > regulators: fixed-regulator@2:reg:0: [2] is too short > regulators: fixed-regulator@3:reg:0: [3] is too short > > Signed-off-by: Krzysztof Kozlowski > --- > arch/arm/boot/dts/s5pv210-goni.dts | 64 +++++++++++++----------------- Applied. 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=-11.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 1FBC1C43461 for ; Wed, 16 Sep 2020 17:18:07 +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 B335D223E8 for ; Wed, 16 Sep 2020 17:18:06 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="Pp+b9Br2" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org B335D223E8 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: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:Cc:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=FOvaddb13T4v1T1T2DTqddSUIC7mPzWfrd/TkDgkq7A=; b=Pp+b9Br26EPP3rXQ7wZQDsVOfG 62g88l5AfMpd1xDzxMny7uzsDNRUSK8DXhMyVac48dKQvhvXxYcFyprxErUeTzuguXorQQloEoJ7X S/NRi3x/S/s9qBY0isroWOpmV6qWIBsSLYM5goha1V5PA/CQn9CIufK+MgcrCfwks1wvcVXG+EagF 6jhApGL9Z7QhDHTJTo2T9uFzZ/1RNH0/tumf/KR33bFkEcZ3oHHQhkfKbPRQpcEzZig2PL+2474QO 8xbfmApF8f3Svex5dyqVfQT+in4hGbjGZarixCg+LKPAB46V21lPP2+6o3EzK13+MwnKrcQNmDoI9 P9ekMQ3g==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kIb37-0006cO-3g; Wed, 16 Sep 2020 17:16:53 +0000 Received: from mail-wm1-f41.google.com ([209.85.128.41]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kIb34-0006bi-IF for linux-arm-kernel@lists.infradead.org; Wed, 16 Sep 2020 17:16:51 +0000 Received: by mail-wm1-f41.google.com with SMTP id a9so3850942wmm.2 for ; Wed, 16 Sep 2020 10:16:49 -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:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=E47fYlcJkUJ8l3iZf6clnfI3aqBpmWj9zsUvUFymYP4=; b=X9dXdsAWpEaIk2ZlMKJTeqezVkhluL7G55N19zI8JgSCcPHaBPH/3jEKSKgIzRcUfI r5CGU0oPzbipPl8zZ67+F+StrUPFbkmZXYMRmCaBSaERbUfH6MSvEF2OKjbsnRLf20w4 rtZZMuwSm/uT8dgUs+dcLvu8LwpxO5gpwRkcueVQnVB5yucS5gzXuxePCqkR5Wb96gAI GkMGvS7tl5r2/Ra08MvZtEufT0CBHL3TO6PARdsxdSdCNvhtVc6j0xW5MUgSvERCYYNf 0SpwjZoHOfbrKKwvggn7Yr1RVFLcplXanqbKWY4heDxdXo8AR66pb4LGV+H8vM1qwsEU ps7w== X-Gm-Message-State: AOAM530LYZZtQ8LFD1i52dLNkbIysLyD3x41X17l7OrF6Dg/N4Tuyi8J RIcYHOd9G+23Zitf2bFlNv0= X-Google-Smtp-Source: ABdhPJweKg9u7dlDmDehpToHUH+j70OfpazvGEE4rWT8Uv/tAw2q657tC8ru2bXuXynBmdptDnBrNA== X-Received: by 2002:a1c:4d14:: with SMTP id o20mr5723207wmh.74.1600276608983; Wed, 16 Sep 2020 10:16:48 -0700 (PDT) Received: from kozik-lap ([194.230.155.191]) by smtp.googlemail.com with ESMTPSA id a13sm6462323wme.26.2020.09.16.10.16.46 (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Wed, 16 Sep 2020 10:16:47 -0700 (PDT) Date: Wed, 16 Sep 2020 19:16:44 +0200 From: Krzysztof Kozlowski To: Kukjin Kim , Rob Herring , Jonathan Cameron , Lars-Peter Clausen , Peter Meerwald-Stadler , Jonathan Bakker , =?utf-8?B?UGF3ZcWC?= Chmiel , linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-iio@vger.kernel.org Subject: Re: [RFT 21/25] ARM: dts: s5pv210: move fixed regulators under root node in Goni Message-ID: <20200916171644.GF19427@kozik-lap> References: <20200907161141.31034-1-krzk@kernel.org> <20200907161141.31034-22-krzk@kernel.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20200907161141.31034-22-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-20200916_131650_604930_F09BB4F8 X-CRM114-Status: GOOD ( 11.83 ) 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: , 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 Mon, Sep 07, 2020 at 06:11:37PM +0200, Krzysztof Kozlowski wrote: > The fixed regulators are kept under dedicated "regulators" node but this > causes multiple dtschema warnings: > > regulators: $nodename:0: 'regulators' does not match '^([a-z][a-z0-9\\-]+-bus|bus|soc|axi|ahb|apb)(@[0-9a-f]+)?$' > regulators: #size-cells:0:0: 0 is not one of [1, 2] > regulators: fixed-regulator@0:reg:0: [0] is too short > regulators: fixed-regulator@1:reg:0: [1] is too short > regulators: fixed-regulator@2:reg:0: [2] is too short > regulators: fixed-regulator@3:reg:0: [3] is too short > > Signed-off-by: Krzysztof Kozlowski > --- > arch/arm/boot/dts/s5pv210-goni.dts | 64 +++++++++++++----------------- Applied. Best regards, Krzysztof _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel