From mboxrd@z Thu Jan 1 00:00:00 1970 From: jason@lakedaemon.net (Jason Cooper) Date: Tue, 11 Feb 2014 14:41:09 -0500 Subject: [PATCH 2/3] ARM: mvebu: use GPIO DT defines in Armada 370/XP boards In-Reply-To: <1392138433-12573-3-git-send-email-thomas.petazzoni@free-electrons.com> References: <1392138433-12573-1-git-send-email-thomas.petazzoni@free-electrons.com> <1392138433-12573-3-git-send-email-thomas.petazzoni@free-electrons.com> Message-ID: <20140211194109.GJ27395@titan.lakedaemon.net> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tue, Feb 11, 2014 at 06:07:12PM +0100, Thomas Petazzoni wrote: > Instead of harcoding 0 and 1 for the gpio specifications in the Armada > 370/XP boards, use the header file and its > GPIO_ACTIVE_HIGH and GPIO_ACTIVE_LOW definitions. > > Signed-off-by: Thomas Petazzoni > --- > arch/arm/boot/dts/armada-370-mirabox.dts | 7 ++++--- > arch/arm/boot/dts/armada-370-rd.dts | 3 ++- > arch/arm/boot/dts/armada-xp-axpwifiap.dts | 3 ++- > arch/arm/boot/dts/armada-xp-openblocks-ax3-4.dts | 9 +++++---- > 4 files changed, 13 insertions(+), 9 deletions(-) Patches 2 and 3 applied to mvebu/dt with Gregory's Ack's. thx, Jason.