Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754099AbeAQPaA (ORCPT + 1 other); Wed, 17 Jan 2018 10:30:00 -0500 Received: from mail-wm0-f66.google.com ([74.125.82.66]:37467 "EHLO mail-wm0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753992AbeAQP3z (ORCPT ); Wed, 17 Jan 2018 10:29:55 -0500 X-Google-Smtp-Source: ACJfBot1WjYbZuAQvdcI1CXRfhviCZG/LhQtkqFFcgL5nqOhgwQkKB/QTmNprXbmvRzk3XMbm5OyuQ== From: Michal Simek To: devicetree@vger.kernel.or, devicetree@vger.kernel.org Cc: =?UTF-8?q?S=C3=B6ren=20Brinkmann?= , Naga Sureshkumar Relli , monstr@monstr.eu, Javier Martinez Canillas , P L Sai Krishna , Shubhrajyoti Datta , Kedareswara rao Appana , linux-kernel@vger.kernel.org, Anurag Kumar Vulisha , Bharat Kumar Gogada , Moritz Fischer , Alistair Francis , Stefan Krsmanovic , "Edgar E. Iglesias" , Rob Herring , Mark Rutland , Will Deacon , Catalin Marinas , linux-arm-kernel@lists.infradead.org Subject: [PATCH 2/6] arm64: zynqmp: Fix alignment in dts files Date: Wed, 17 Jan 2018 16:29:46 +0100 Message-Id: X-Mailer: git-send-email 1.9.1 In-Reply-To: References: In-Reply-To: References: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: Trivial changes. Signed-off-by: Michal Simek --- arch/arm64/boot/dts/xilinx/zynqmp-ep108.dts | 2 +- arch/arm64/boot/dts/xilinx/zynqmp.dtsi | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/arch/arm64/boot/dts/xilinx/zynqmp-ep108.dts b/arch/arm64/boot/dts/xilinx/zynqmp-ep108.dts index bf552674a834..fe7c48b6fa78 100644 --- a/arch/arm64/boot/dts/xilinx/zynqmp-ep108.dts +++ b/arch/arm64/boot/dts/xilinx/zynqmp-ep108.dts @@ -47,7 +47,7 @@ status = "okay"; phy-handle = <&phy0>; phy-mode = "rgmii-id"; - phy0: phy@0{ + phy0: phy@0 { reg = <0>; max-speed = <100>; }; diff --git a/arch/arm64/boot/dts/xilinx/zynqmp.dtsi b/arch/arm64/boot/dts/xilinx/zynqmp.dtsi index 0da98007753b..9ca4d1f83b51 100644 --- a/arch/arm64/boot/dts/xilinx/zynqmp.dtsi +++ b/arch/arm64/boot/dts/xilinx/zynqmp.dtsi @@ -439,10 +439,10 @@ device_type = "pci"; interrupt-parent = <&gic>; interrupts = <0 118 4>, - <0 117 4>, - <0 116 4>, - <0 115 4>, /* MSI_1 [63...32] */ - <0 114 4>; /* MSI_0 [31...0] */ + <0 117 4>, + <0 116 4>, + <0 115 4>, /* MSI_1 [63...32] */ + <0 114 4>; /* MSI_0 [31...0] */ interrupt-names = "misc", "dummy", "intx", "msi1", "msi0"; msi-parent = <&pcie>; -- 1.9.1