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=-5.4 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,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 3E2B4C43603 for ; Fri, 20 Dec 2019 11:20:06 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 0D3EF24679 for ; Fri, 20 Dec 2019 11:20:06 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=ti.com header.i=@ti.com header.b="N5vzaNYo" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727185AbfLTLUF (ORCPT ); Fri, 20 Dec 2019 06:20:05 -0500 Received: from lelv0143.ext.ti.com ([198.47.23.248]:40158 "EHLO lelv0143.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727177AbfLTLUF (ORCPT ); Fri, 20 Dec 2019 06:20:05 -0500 Received: from lelv0265.itg.ti.com ([10.180.67.224]) by lelv0143.ext.ti.com (8.15.2/8.15.2) with ESMTP id xBKBJmXY077739; Fri, 20 Dec 2019 05:19:48 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1576840788; bh=sV3c+XTjU6aaDgJfY7gJXAPn3MoQyP4XcBTQ4wW8CWU=; h=Subject:To:CC:References:From:Date:In-Reply-To; b=N5vzaNYomMJrZf76bXGsjV9Vbe67kUiYs1nsjBwSVIvnr0cTxNjVgELhywMYIQaxO DFIETdi7iNmJVAXN91D7TFZbdzquhbau0dVuc4ebkpbZJk9dKvJKqwzJ2yjaV8LdcV xd4pkU5SNL7PVwe3muXBTr7jYZXn3hFwoGOTut6w= Received: from DLEE113.ent.ti.com (dlee113.ent.ti.com [157.170.170.24]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id xBKBJmMK110425 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Fri, 20 Dec 2019 05:19:48 -0600 Received: from DLEE113.ent.ti.com (157.170.170.24) by DLEE113.ent.ti.com (157.170.170.24) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1847.3; Fri, 20 Dec 2019 05:19:48 -0600 Received: from fllv0040.itg.ti.com (10.64.41.20) by DLEE113.ent.ti.com (157.170.170.24) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1847.3 via Frontend Transport; Fri, 20 Dec 2019 05:19:48 -0600 Received: from [10.24.69.159] (ileax41-snat.itg.ti.com [10.172.224.153]) by fllv0040.itg.ti.com (8.15.2/8.15.2) with ESMTP id xBKBJjTc112304; Fri, 20 Dec 2019 05:19:45 -0600 Subject: Re: [PATCH RESEND 1/2] dt-bindings: phy: drop #clock-cells from rockchip,px30-dsi-dphy To: =?UTF-8?Q?Heiko_St=c3=bcbner?= , Rob Herring CC: , , , , , , Heiko Stuebner References: <20191216122448.27867-1-heiko@sntech.de> <20191216175615.GA23392@bogus> <12525836.FhlgEYrHGb@diego> From: Kishon Vijay Abraham I Message-ID: <45c59145-5705-90f9-ff0e-c84cf8d17e8b@ti.com> Date: Fri, 20 Dec 2019 16:51:28 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.2.2 MIME-Version: 1.0 In-Reply-To: <12525836.FhlgEYrHGb@diego> Content-Type: text/plain; charset="utf-8" Content-Language: en-US Content-Transfer-Encoding: 8bit X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 16/12/19 11:31 pm, Heiko Stübner wrote: > Hi Rob, > > Am Montag, 16. Dezember 2019, 18:56:15 CET schrieb Rob Herring: >> On Mon, 16 Dec 2019 13:24:47 +0100, Heiko Stuebner wrote: >>> From: Heiko Stuebner >>> >>> 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, >>> >>> maybe suitable as a fix for 5.5-rc? >>> >>> Thanks >>> Heiko >>> >>> .../devicetree/bindings/phy/rockchip,px30-dsi-dphy.yaml | 5 ----- >>> 1 file changed, 5 deletions(-) >>> >> >> Please add Acked-by/Reviewed-by tags when posting new versions. However, >> there's no need to repost patches *only* to add the tags. The upstream >> maintainer will do that for acks received on the version they apply. >> >> If a tag was not added on purpose, please state why and what changed. > > sorry about that. The original response somehow did not thread correctly > in my mail client, probably some fault on my side, so I've only found your > mail just now by digging hard. > > @Kishon, the original mail already got an > > Acked-by: Rob Herring merged now, Thanks! -Kishon