Received: by 2002:a25:31c3:0:0:0:0:0 with SMTP id x186csp1710311ybx; Thu, 7 Nov 2019 16:08:09 -0800 (PST) X-Google-Smtp-Source: APXvYqwiJ4Ic0p5oW/iexNU5Kf1keo+Z17hHYBylvXzDu03dyTofr8qc2Upd6mNRu+YKTizJvnBB X-Received: by 2002:aa7:cad0:: with SMTP id l16mr7047041edt.82.1573171689657; Thu, 07 Nov 2019 16:08:09 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1573171689; cv=none; d=google.com; s=arc-20160816; b=N0k01LL8t4Bd03fU4YJM4t2y5rKmYblqZtCKgkyunh3fgob0a5gzOnT5HWYtBexFib RT1L7OBLTJ4gJy1rfDCFY/ledbLr8ZtnRL5v5muqZr69nGppLKf6cMifZQpLqvQJIxBC 5GvdsFiRLir+3bFGZiNCuWezgM6rxTMiCJdwjEzXrF/IBsvWJb86j0jFpH7rigq6zZW/ wC2YJ79ZVgJYLkqT5m+SHteQyFXveQqB82hym0wqn5WyA4C4iPds3oD17DgiUb3LoKkV qbblh5mMt3paGm/TX8+Xhxtd5zvlR1pfwkiXTy1V7N2u+KCFViJbuWZNRJtLjjLyq4us ND8g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=6D+YLdpRw5ViQra12RWTv2avIG6qXx9O99EUCg6q7Us=; b=xbynq8pYvelGJENB4MSxppU6HyznVYVtyBLNQniFNsWC4FJFXmGGOajJQAO+oWBx7q 9/AvpJY7YgwKSoHI+OrueWtJSyIsyUa2YpulByGhQhL6Q591KDknc/l3ygi9/ndcNMoZ R6CP0uA3zsFjZBj11SrKmnX3lrUUrvS9tYJuzlP3EI2d9u136cvB3tmRyvZIHOOXrcXe OVT4Zz9xdl3k/GMsOdIhqwjF8xc4MAPbTOU+I+YMVqYwFoeRVZdPPI8dXjCLfR7k772/ W3f8laEGjTqJU+cpw1QyiFvXHHpsURDH04xMplCfzet4tRH6XCLMf4eQkVIs1WjitdaL 8PPg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id l64si3162993edl.306.2019.11.07.16.07.46; Thu, 07 Nov 2019 16:08:09 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728077AbfKHAGz (ORCPT + 99 others); Thu, 7 Nov 2019 19:06:55 -0500 Received: from gloria.sntech.de ([185.11.138.130]:50020 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725930AbfKHAGz (ORCPT ); Thu, 7 Nov 2019 19:06:55 -0500 Received: from ip5f5a6266.dynamic.kabel-deutschland.de ([95.90.98.102] helo=phil.fritz.box) by gloria.sntech.de with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.89) (envelope-from ) id 1iSrnc-00069o-To; Fri, 08 Nov 2019 01:06:48 +0100 From: Heiko Stuebner To: kishon@ti.com Cc: robh+dt@kernel.org, mark.rutland@arm.com, bivvy.bi@rock-chips.com, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, christoph.muellner@theobroma-systems.com, Heiko Stuebner Subject: [PATCH 1/2] dt-bindings: phy: drop #clock-cells from rockchip,px30-dsi-dphy Date: Fri, 8 Nov 2019 01:06:39 +0100 Message-Id: <20191108000640.8775-1-heiko.stuebner@theobroma-systems.com> X-Mailer: git-send-email 2.23.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Further review of the dsi components for the px30 revealed that the phy shouldn't expose the pll as clock but instead handle settings via phy parameters. As the phy binding is new and not used anywhere yet, just drop them so they don't get used. Fixes: 3817c7961179 ("dt-bindings: phy: add yaml binding for rockchip,px30-dsi-dphy") Signed-off-by: Heiko Stuebner --- Hi Kishon, this should ideally get into 5.5 as a fix for the previous change so that the binding doesn't accidentially get used. Thanks Heiko .../devicetree/bindings/phy/rockchip,px30-dsi-dphy.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Documentation/devicetree/bindings/phy/rockchip,px30-dsi-dphy.yaml b/Documentation/devicetree/bindings/phy/rockchip,px30-dsi-dphy.yaml index bb0da87bcd84..476c56a1dc8c 100644 --- a/Documentation/devicetree/bindings/phy/rockchip,px30-dsi-dphy.yaml +++ b/Documentation/devicetree/bindings/phy/rockchip,px30-dsi-dphy.yaml @@ -13,9 +13,6 @@ properties: "#phy-cells": const: 0 - "#clock-cells": - const: 0 - compatible: enum: - rockchip,px30-dsi-dphy @@ -49,7 +46,6 @@ properties: required: - "#phy-cells" - - "#clock-cells" - compatible - reg - clocks @@ -66,7 +62,6 @@ examples: reg = <0x0 0xff2e0000 0x0 0x10000>; clocks = <&pmucru 13>, <&cru 12>; clock-names = "ref", "pclk"; - #clock-cells = <0>; resets = <&cru 12>; reset-names = "apb"; #phy-cells = <0>; -- 2.23.0