From patchwork Sat Aug 13 05:05:48 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Iyappan Subramanian X-Patchwork-Id: 658937 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 3sB8p10Kv2z9sDk for ; Sat, 13 Aug 2016 15:05:13 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=apm.com header.i=@apm.com header.b=Jn+p+9ea; dkim-atps=neutral Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752880AbcHMFFH (ORCPT ); Sat, 13 Aug 2016 01:05:07 -0400 Received: from mail-pf0-f170.google.com ([209.85.192.170]:33213 "EHLO mail-pf0-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752813AbcHMFFF (ORCPT ); Sat, 13 Aug 2016 01:05:05 -0400 Received: by mail-pf0-f170.google.com with SMTP id y134so2075012pfg.0 for ; Fri, 12 Aug 2016 22:05:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=apm.com; s=apm; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=8RGDc9dwNaq8dPPOWsfQ2IiXcKRagkZOPcmYR+LVVZs=; b=Jn+p+9eaValH1rb0JPkIFLs2l2HoIMTAqhLVjmaYOlb3OzTIdUzBq2dmmtOtVHt0Tw FOewyV/RJLqe7W1FOSCBAd6K1iFsYpqfVQXJ5U1SWtxUWU+OLAKvySHa8iTGO3oIkiny pW2S82ouhQaPI4f6tACBOrXIEavwl6qdbtkfI= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=8RGDc9dwNaq8dPPOWsfQ2IiXcKRagkZOPcmYR+LVVZs=; b=g9hNwZtq+yUwxfKt8cMWpxT+Fopm5fzP1roQXx04UIS35sU2I8iOHuWCODJgGbEYSG i1/0CoN6ux0VhW4aCmpcl1Jx2xT4Q0/Vwj7V1/ps4ev/gyLRb7ImwjpSyZOpSCmW7ZTM AzlWcDXKsUsPrRc3m0FxqK4uG1Lywabe0OjKvRLguILA01Du114vDh5M3Gw56ahBz45s l26Ipwcm/yIOSoqzMx/OpxG8VNlT4efehZnNsYa4ljAajYRVtptFHz9LPNdPw5l4DwiT c9N7mYLD/h41Z9ydXXfVQYTiraKv7ryyzhfNapyJ6I3BJmoreUn3LCf3d7FXHzdRitMy w5fA== X-Gm-Message-State: AEkoouvpwV4E5KmU+WkRZfQWK9eXlQLiDEjnYJkngQr0y/yct+f7+/FnXss2A0o5GLW3hNRo X-Received: by 10.98.71.91 with SMTP id u88mr33420557pfa.145.1471064704430; Fri, 12 Aug 2016 22:05:04 -0700 (PDT) Received: from isubrama-dev.amcc.com ([206.80.4.98]) by smtp.gmail.com with ESMTPSA id o2sm16753965pfg.10.2016.08.12.22.05.03 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 12 Aug 2016 22:05:03 -0700 (PDT) From: Iyappan Subramanian To: davem@davemloft.net, netdev@vger.kernel.org, devicetree@vger.kernel.org Cc: linux-arm-kernel@lists.infradead.org, patches@apm.com, linux@armlinux.org.uk, Iyappan Subramanian Subject: [PATCH net-next v2 12/12] dtb: xgene: Fix backward compatibility Date: Fri, 12 Aug 2016 22:05:48 -0700 Message-Id: <1471064748-28033-13-git-send-email-isubramanian@apm.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1471064748-28033-1-git-send-email-isubramanian@apm.com> References: <1471064748-28033-1-git-send-email-isubramanian@apm.com> Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org This patch fixes the backward compatibility when used with older kernel. Signed-off-by: Iyappan Subramanian --- arch/arm64/boot/dts/apm/apm-storm.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/apm/apm-storm.dtsi b/arch/arm64/boot/dts/apm/apm-storm.dtsi index f1c2c71..d5c3435 100644 --- a/arch/arm64/boot/dts/apm/apm-storm.dtsi +++ b/arch/arm64/boot/dts/apm/apm-storm.dtsi @@ -923,7 +923,7 @@ /* mac address will be overwritten by the bootloader */ local-mac-address = [00 00 00 00 00 00]; phy-connection-type = "rgmii"; - phy-handle = <&menet0phy>,<&menetphy>; + phy-handle = <&menetphy>,<&menet0phy>; mdio { compatible = "apm,xgene-mdio"; #address-cells = <1>;