From mboxrd@z Thu Jan 1 00:00:00 1970 From: viresh.kumar@linaro.org (Viresh Kumar) Date: Mon, 20 Mar 2017 16:35:16 +0530 Subject: [PATCH 2/4] ARM: SPEAr: DT: Remove nonexistent properties In-Reply-To: <20170320095721.6724-2-borneo.antonio@gmail.com> References: <20170320095721.6724-1-borneo.antonio@gmail.com> <20170320095721.6724-2-borneo.antonio@gmail.com> Message-ID: <20170320110516.GG25659@vireshk-i7> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 20-03-17, 10:57, Antonio Borneo wrote: > The properties "pl022,hierarchy" and "pl022,slave-tx-disable" are > not documented in DT binding and don't exist in the driver code. > They have no effect and can be removed. > > Signed-off-by: Antonio Borneo > --- > Cc: Mark Brown > Cc: Rob Herring > Cc: Mark Rutland > To: Viresh Kumar > To: Shiraz Hashim > Cc: Russell King > Cc: Brijesh Singh > Cc: Suravee Suthikulpanit > Cc: Tom Lendacky > Cc: Catalin Marinas > Cc: Will Deacon > Cc: Ray Jui > Cc: Scott Branden > Cc: Jon Mason > Cc: bcm-kernel-feedback-list at broadcom.com > Cc: linux-spi at vger.kernel.org > Cc: devicetree at vger.kernel.org > Cc: linux-kernel at vger.kernel.org > Cc: linux-arm-kernel at lists.infradead.org > --- > arch/arm/boot/dts/spear1310-evb.dts | 6 ------ > arch/arm/boot/dts/spear1340-evb.dts | 6 ------ > 2 files changed, 12 deletions(-) Acked-by: Viresh Kumar -- viresh