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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 21AFFC433FE for ; Wed, 9 Feb 2022 22:28:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235717AbiBIW2d (ORCPT ); Wed, 9 Feb 2022 17:28:33 -0500 Received: from gmail-smtp-in.l.google.com ([23.128.96.19]:59318 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235512AbiBIW2Z (ORCPT ); Wed, 9 Feb 2022 17:28:25 -0500 Received: from mail-oo1-f42.google.com (mail-oo1-f42.google.com [209.85.161.42]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4CB12E01A22B; Wed, 9 Feb 2022 14:27:38 -0800 (PST) Received: by mail-oo1-f42.google.com with SMTP id c7-20020a4ad207000000b002e7ab4185d2so4171999oos.6; Wed, 09 Feb 2022 14:27:38 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=n6Zt6SK7/DgvEPgyY5EWkTCnk1/VAko+dmm1b1fAfZQ=; b=4UZAZTnDGt9Wx5GMRdO5Y0m0tpO/ouPoPAbNLSYZ3TTkb2lX4mhriGuS1DBLtSet9o lKRFYYGrtVU1l85kvlapjpbp3AD2oYYpgIWTf1Qx63iJ3rfsyBHkPc3E68B0dRG19EZV pAGDwWnqz1d6iYTA4Dxm5KEaw2t/Dix4bJYJPWMPSmtn3xWxktI9vSFpz0Ft+HAeLISw V70fXd5QMThKACbnYebxLJyJYrWJqY6kvsfT+GMLzFXQDo6KQSbv5ptQ5ObiDYCGw6v+ WCJhpB+kPC6vznUwgFc0J+y1xPwGDuFttNCqothxjykc8titS5DgIdBNgIWs3eS7blPb 7/kw== X-Gm-Message-State: AOAM533OrQbiCHBaD0ONiyb1O85nhSwy80H3B2OC/cNzM41hAIaa2xRC LWsQUr4jdY1eFZgkfVMUQQ== X-Google-Smtp-Source: ABdhPJy7dGqenDB3i9wIAZwLtdKrAH1MJUGI4lcZUua+U7n9oq6gYXN9+EkElDvo+3JJyOoYQ6EmBQ== X-Received: by 2002:a05:6870:1944:: with SMTP id m4mr1755572oak.341.1644445657652; Wed, 09 Feb 2022 14:27:37 -0800 (PST) Received: from robh.at.kernel.org (66-90-148-213.dyn.grandenetworks.net. [66.90.148.213]) by smtp.gmail.com with ESMTPSA id s64sm7227147oos.0.2022.02.09.14.27.36 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 09 Feb 2022 14:27:37 -0800 (PST) Received: (nullmailer pid 1052607 invoked by uid 1000); Wed, 09 Feb 2022 22:27:36 -0000 Date: Wed, 9 Feb 2022 16:27:36 -0600 From: Rob Herring To: Krzysztof Kozlowski Cc: linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, Sylwester Nawrocki , Marek Szyprowski , linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org, Vinod Koul , linux-phy@lists.infradead.org, Alim Akhtar , Guenter Roeck , Rob Herring , Kishon Vijay Abraham I Subject: Re: [PATCH 2/8] dt-bindings: phy: samsung: drop old Eynos5440 PCIe phy Message-ID: References: <20220129193646.372481-1-krzysztof.kozlowski@canonical.com> <20220129193646.372481-2-krzysztof.kozlowski@canonical.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220129193646.372481-2-krzysztof.kozlowski@canonical.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, 29 Jan 2022 20:36:40 +0100, Krzysztof Kozlowski wrote: > The Exynos5440 PCIe phy support was removed in commit 496db029142f > ("phy: samsung: phy-exynos-pcie: rework driver to support Exynos5433 > PCIe PHY") (with its own bindings), so drop the old bindings. > > Signed-off-by: Krzysztof Kozlowski > --- > .../devicetree/bindings/phy/samsung-phy.txt | 17 ----------------- > 1 file changed, 17 deletions(-) > Acked-by: Rob Herring