Received: by 2002:a25:c205:0:0:0:0:0 with SMTP id s5csp1411032ybf; Thu, 27 Feb 2020 10:26:12 -0800 (PST) X-Google-Smtp-Source: APXvYqy8ivOwNHf1dLYMf7zRzVrEvjjqedjxWAClyOF33BigWpSaqpP86fSmXzK3hvRonUl5I+pw X-Received: by 2002:a9d:51c1:: with SMTP id d1mr197600oth.136.1582827972199; Thu, 27 Feb 2020 10:26:12 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1582827972; cv=none; d=google.com; s=arc-20160816; b=Qq8IeyefsV0DUCsslagb4r4iMNcCHdDysb+mlL765eyOwn81GMpur3IhVRREvjZ1zm ScqXyhbFPmn8HoSuBf8Anv6s6NN05WovpWD0S6F/f4Gk5z/ukpBSvNvIM9N09Yqft6DM MZ6vufW8PDYV0uOfs36S5YwtquKUqpLrSJl0XqpPwo+s1b1yL0TDLk03zmA+wNyZL4HD xOMIjw4NIZRwZsRGGFDUBqxdxrniwJZM4mpVtccYUJuOaA7JidHAPR8s7BbW+UT8/2kS aL2STxJZQDlShtZT+F76GxPoSTcFSHMQCYSH623dVdAGR5DG1bdmXVgKvLSwK6jMghHu H1IQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:references:in-reply-to:message-id:date :subject:cc:to:from; bh=9yrrhanX7gWj0z6yJVSKf0Pj16H7CG6HkcJ0xWIHQyA=; b=LSdkkyO2Aq1sD4UyTfsK7qTq8aX9PcSM8nap7BeCJoApgEph8/MDJgoaQD1c+Fciea fAftmaI/MuiPu7bRRWUshxOyD2RHVWsA1s6Az8xyjjb1IMumJL0tN3d8ObkLl/RDzMgt 2skwsQmlk8Z70fFlZ+20GKzH3Vd85pKPfbEH+CqOXv4DOeTWBY2c+0EIW8Rzf0de3lSl oP5lSuOngoXnX0orqfnaUW8XfTe6YiSv5UE1nyCtwA+t5gRmfCXQyER33gq3bZoK7YQJ 7p56Hnt94lfcUgMDeeH39zNQreFOyH0jQV3uRJQVbft8sZVXL3Oysut1SIqCYSCHeY6f CTwA== 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 o7si21287ote.49.2020.02.27.10.25.58; Thu, 27 Feb 2020 10:26:12 -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 S1730716AbgB0SW2 (ORCPT + 99 others); Thu, 27 Feb 2020 13:22:28 -0500 Received: from foss.arm.com ([217.140.110.172]:56658 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729142AbgB0SW2 (ORCPT ); Thu, 27 Feb 2020 13:22:28 -0500 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 900A930E; Thu, 27 Feb 2020 10:22:27 -0800 (PST) Received: from donnerap.arm.com (donnerap.cambridge.arm.com [10.1.197.25]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id E69423F73B; Thu, 27 Feb 2020 10:22:25 -0800 (PST) From: Andre Przywara To: Rob Herring , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org Cc: Maxime Ripard , Robert Richter , soc@kernel.org, Jon Loeliger , Mark Langsdorf , Eric Auger , Will Deacon , Catalin Marinas Subject: [PATCH v2 04/13] arm: dts: calxeda: Group port-phys and sgpio-gpio items Date: Thu, 27 Feb 2020 18:22:01 +0000 Message-Id: <20200227182210.89512-5-andre.przywara@arm.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20200227182210.89512-1-andre.przywara@arm.com> References: <20200227182210.89512-1-andre.przywara@arm.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org For proper bindings checks we need to properly group the port-phys and sgpio-gpio items, so that they match the expected number of items. Signed-off-by: Andre Przywara --- arch/arm/boot/dts/ecx-common.dtsi | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/arch/arm/boot/dts/ecx-common.dtsi b/arch/arm/boot/dts/ecx-common.dtsi index b7e74a357471..57a028a69373 100644 --- a/arch/arm/boot/dts/ecx-common.dtsi +++ b/arch/arm/boot/dts/ecx-common.dtsi @@ -27,10 +27,11 @@ reg = <0xffe08000 0x10000>; interrupts = <0 83 4>; dma-coherent; - calxeda,port-phys = <&combophy5 0 &combophy0 0 - &combophy0 1 &combophy0 2 - &combophy0 3>; - calxeda,sgpio-gpio =<&gpioh 5 1 &gpioh 6 1 &gpioh 7 1>; + calxeda,port-phys = < &combophy5 0>, <&combophy0 0>, + <&combophy0 1>, <&combophy0 2>, + <&combophy0 3>; + calxeda,sgpio-gpio =<&gpioh 5 1>, <&gpioh 6 1>, + <&gpioh 7 1>; calxeda,led-order = <4 0 1 2 3>; }; -- 2.17.1