From mboxrd@z Thu Jan 1 00:00:00 1970 From: Antonio Borneo Subject: [PATCH 4/4] arm64: dts: NS2: Remove nonexistent properties Date: Mon, 20 Mar 2017 10:57:21 +0100 Message-ID: <20170320095721.6724-4-borneo.antonio@gmail.com> References: <20170320095721.6724-1-borneo.antonio@gmail.com> Cc: Antonio Borneo , Mark Brown , Rob Herring , Mark Rutland , Viresh Kumar , Shiraz Hashim , Russell King , Brijesh Singh , Suravee Suthikulpanit , Tom Lendacky , Catalin Marinas , Will Deacon , bcm-kernel-feedback-list-dY08KVG/lbpWk0Htik3J/w@public.gmane.org, linux-spi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org To: Ray Jui , Scott Branden , Jon Mason Return-path: In-Reply-To: <20170320095721.6724-1-borneo.antonio-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: linux-spi.vger.kernel.org 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 Cc: Viresh Kumar Cc: Shiraz Hashim Cc: Russell King Cc: Brijesh Singh Cc: Suravee Suthikulpanit Cc: Tom Lendacky Cc: Catalin Marinas Cc: Will Deacon To: Ray Jui To: Scott Branden To: Jon Mason Cc: bcm-kernel-feedback-list-dY08KVG/lbpWk0Htik3J/w@public.gmane.org Cc: linux-spi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org Cc: devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org Cc: linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org --- arch/arm64/boot/dts/broadcom/ns2-svk.dts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/arch/arm64/boot/dts/broadcom/ns2-svk.dts b/arch/arm64/boot/dts/broadcom/ns2-svk.dts index 5ae08161649e..2fbd3cd40def 100644 --- a/arch/arm64/boot/dts/broadcom/ns2-svk.dts +++ b/arch/arm64/boot/dts/broadcom/ns2-svk.dts @@ -113,9 +113,7 @@ spi-max-frequency = <5000000>; spi-cpha = <1>; spi-cpol = <1>; - pl022,hierarchy = <0>; pl022,interface = <0>; - pl022,slave-tx-disable = <0>; pl022,com-mode = <0>; pl022,rx-level-trig = <1>; pl022,tx-level-trig = <1>; @@ -137,9 +135,7 @@ at25,page-size = <64>; spi-cpha = <1>; spi-cpol = <1>; - pl022,hierarchy = <0>; pl022,interface = <0>; - pl022,slave-tx-disable = <0>; pl022,com-mode = <0>; pl022,rx-level-trig = <1>; pl022,tx-level-trig = <1>; -- 2.12.0 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html