From patchwork Wed Sep 18 14:02:20 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Pragnesh Patel X-Patchwork-Id: 1163981 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=devicetree-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=sifive.com Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=sifive.com header.i=@sifive.com header.b="Ij8XBoy6"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 46YMBD03cDz9sNk for ; Thu, 19 Sep 2019 00:02:44 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730421AbfIROCl (ORCPT ); Wed, 18 Sep 2019 10:02:41 -0400 Received: from mail-pf1-f195.google.com ([209.85.210.195]:34199 "EHLO mail-pf1-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730334AbfIROCk (ORCPT ); Wed, 18 Sep 2019 10:02:40 -0400 Received: by mail-pf1-f195.google.com with SMTP id b128so37669pfa.1 for ; Wed, 18 Sep 2019 07:02:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sifive.com; s=google; h=from:to:cc:subject:date:message-id; bh=9uv9WJmkyWh3Ol07uAv2gA7QZ2Mt6wbtwrT18jPSdYA=; b=Ij8XBoy64zJB59li8mRwfos5AZiZq/bhaMYwAFtzpw2TerX05vOBCwlLEGz/r8wmBu 68P8I5yl5temyhrfxvfjw8mk9ivIPJYWVjUQIPyRtDdfTsjzGqHsi2jA1EM1Qm60Zh5O fLhzpbt7B4t3hGysjU0YzgOBS9PHZEmYz46cvmbL7a26Tuz/spnI0a6vjAGodRbgZRJN um95iF55LFumhhNTbBTGXKviqenv8SGgGM8UQS5VLp3OQek43mYRzKua0Dy05bldQ2KT O3pYdsfz3stM3BhJ5WzmaSaISON16gv4c1aI5UZJ4lIwGzwO/wNkJoRo7P+VpwyAP0fe tBQQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=9uv9WJmkyWh3Ol07uAv2gA7QZ2Mt6wbtwrT18jPSdYA=; b=olZyRpLwr1C1gYuOLA+MGBGoeiegOP8PBjPHkUCv00w2UUa1QiWLr6BYqBBQ8ePDxm ECVxB0Hi9iNU2lDMEovrpxGO8ponxC4yiYeZobbKrMQGUCfxG0F7ynjf35Gb5+32YKU+ yGBvGcWWe2VSYCWkfVzdCmkZIqTV9g93Q7CZFqR/Dpq84c/MSHOVAQ5lHthxw1WqTGYJ Bd4vjqMYEAEkPoo/9TWIuOx93WbUEkmou8JmNv3IPDzsFsFrH2B6mqpaQS1ocaGq1IAr cPY/OTkLtMKxgLO72XcT6mNOFnGA0Mq+vv5EygiFdky6kw6anGol657AztGlUl0So0is s+7Q== X-Gm-Message-State: APjAAAXdnfqLl3SjqnF5JZUDxNUm9/gO6V/Wwg+KivGoQbo7YDePehrX nYXxyMog1xTcAChe/n3/pOpFKQ== X-Google-Smtp-Source: APXvYqwRs2W2y+LsdNpF08kKHByzKPteo0HkzNstmY51s/FeXDp5kqA3g06Ou020dsUj7oXalJ973w== X-Received: by 2002:a65:6786:: with SMTP id e6mr4196361pgr.257.1568815360240; Wed, 18 Sep 2019 07:02:40 -0700 (PDT) Received: from pragneshp.open-silicon.com ([114.143.65.226]) by smtp.gmail.com with ESMTPSA id c14sm9058590pfm.179.2019.09.18.07.02.37 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 18 Sep 2019 07:02:39 -0700 (PDT) From: Pragnesh Patel To: lgirdwood@gmail.com, broonie@kernel.org Cc: Pragnesh Patel , Rob Herring , Mark Rutland , linux-kernel@vger.kernel.org, devicetree@vger.kernel.org Subject: [PATCH] regulator: dt-bindings: Fix building error for dt_binding_check Date: Wed, 18 Sep 2019 19:32:20 +0530 Message-Id: <1568815340-30401-1-git-send-email-pragnesh.patel@sifive.com> X-Mailer: git-send-email 2.7.4 Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Compatible property is not of type 'string' so replace enum with items. Signed-off-by: Pragnesh Patel --- Documentation/devicetree/bindings/regulator/fixed-regulator.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/regulator/fixed-regulator.yaml b/Documentation/devicetree/bindings/regulator/fixed-regulator.yaml index a78150c..8d4a7b2 100644 --- a/Documentation/devicetree/bindings/regulator/fixed-regulator.yaml +++ b/Documentation/devicetree/bindings/regulator/fixed-regulator.yaml @@ -29,7 +29,7 @@ if: properties: compatible: - enum: + items: - const: regulator-fixed - const: regulator-fixed-clock