Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp3299309pxj; Mon, 7 Jun 2021 07:23:45 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwUBpE4ZucleellZU/UAuHmn1Rbh9dMHOrEg8lAR89PfasrcIj1SNs2vx2sG8hQSUINNACQ X-Received: by 2002:a05:6402:1763:: with SMTP id da3mr20916455edb.352.1623075824850; Mon, 07 Jun 2021 07:23:44 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1623075824; cv=none; d=google.com; s=arc-20160816; b=qr6R8gYLQhCP0X6mpgVXdxKAgU3+liouXLF7BK3kUkHt6aEoRxVbC2Ym9OSwiSnFDU Mj5NkOgNkzDcNoe0AU7TptQxX0SmVpA1OXWVLcg669BTlqjFjlgJcPImevvfJxM0rM/N XZvwQ/9dhvkDoWAz2TROJN59UJsQtoVSrSWfKmKAIu9eY6ySU/Sv8jnZBYKtbfe6xm0q 8+LTs3ZtY+dJ+2Ore7v0Ntr7t4XHlaqaOylfmox/q8f5ShKBbjcUeFJA3rsz94AkQ8LD buNpD0BZxMi8JJJTr6tW7c5DL6TFLl9Jb3KY8//kTIcw+vVyJtX2WqCi5FE8YXWuyaez wJYw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=4U4nkTICgXxENMSgR9bDH3cLlbL06SkLh80/3PMb4kw=; b=q8SyZBiZ8iHT0euqaStH+odyZqDc7Y/BYnqMEvVvjfJbNLScP0RDSyIT1YtK8IHE8L NvyYBFZ1oho1oAfAv7PmUkJZGZ9bX4bTyb5DSGndnXm+bZN/QA9wpg07hJZFwPaaMFuq xbLDZoKnQKXXWVLLR0CDreQ3bcyJavG6btcmYMIkvNeOxt4yIhoPONdePwA7lMwQC9tR ThksErE8X7FKfDYhh4NaOtmjukKwEaE9aarlM9u6wZdCvdW1pd1zERPkP7PNm1g/1ArT IfhOz/Bxh6LvF7uoW8OWJDv0VSAdMNhHGBKvUV5qQoqo8qMAhKLarRW0uCF5i8hC4/+4 lItw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id j21si12647839edj.143.2021.06.07.07.23.22; Mon, 07 Jun 2021 07:23:44 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230377AbhFGOUq (ORCPT + 99 others); Mon, 7 Jun 2021 10:20:46 -0400 Received: from gloria.sntech.de ([185.11.138.130]:50764 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230323AbhFGOUq (ORCPT ); Mon, 7 Jun 2021 10:20:46 -0400 Received: from ip5f5aa64a.dynamic.kabel-deutschland.de ([95.90.166.74] helo=phil.lan) by gloria.sntech.de with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lqG5X-0002M3-Ev; Mon, 07 Jun 2021 16:18:47 +0200 From: Heiko Stuebner To: jbx6244@gmail.com Cc: robh+dt@kernel.org, vkoul@kernel.org, kishon@ti.com, t.schramm@manjaro.org, linux-phy@lists.infradead.org, linux-rockchip@lists.infradead.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Heiko Stuebner Subject: [PATCH] dt-bindings: soc: rockchip: drop unnecessary #phy-cells from grf.yaml Date: Mon, 7 Jun 2021 16:18:45 +0200 Message-Id: <20210607141845.3331910-1-heiko@sntech.de> X-Mailer: git-send-email 2.29.2 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The recent yaml conversion of the grf and inno-usb2-phy bindings left the #phy-cells in place in the main usb2phy node inside the example in grf.yaml, causing new warnings. Drop it to make the bindingcheck happy. Fixes: e71ccdff376b ("dt-bindings: phy: rename phy nodename in phy-rockchip-inno-usb2.yaml") Signed-off-by: Heiko Stuebner --- Like this I guess? Documentation/devicetree/bindings/soc/rockchip/grf.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/Documentation/devicetree/bindings/soc/rockchip/grf.yaml b/Documentation/devicetree/bindings/soc/rockchip/grf.yaml index 8c1c46fef157..62fa72cfea34 100644 --- a/Documentation/devicetree/bindings/soc/rockchip/grf.yaml +++ b/Documentation/devicetree/bindings/soc/rockchip/grf.yaml @@ -242,7 +242,6 @@ examples: clock-names = "phyclk"; #clock-cells = <0>; clock-output-names = "clk_usbphy0_480m"; - #phy-cells = <0>; u2phy0_host: host-port { #phy-cells = <0>; -- 2.29.2