From fdcfd2b2328573db19ee8a03a5005f81e0fbd912 Mon Sep 17 00:00:00 2001 From: Mathias Kresin Date: Sun, 27 Jan 2019 14:06:06 +0100 Subject: lantiq: dts: drop superfluous address and size cells Fixes the following devicetree compiler warning: unnecessary #address-cells/#size-cells without "ranges" or child "reg" property Signed-off-by: Mathias Kresin --- target/linux/lantiq/files/arch/mips/boot/dts/EASY80920.dtsi | 4 ---- 1 file changed, 4 deletions(-) (limited to 'target/linux/lantiq/files/arch/mips/boot/dts/EASY80920.dtsi') diff --git a/target/linux/lantiq/files/arch/mips/boot/dts/EASY80920.dtsi b/target/linux/lantiq/files/arch/mips/boot/dts/EASY80920.dtsi index d676b59694..0217560386 100644 --- a/target/linux/lantiq/files/arch/mips/boot/dts/EASY80920.dtsi +++ b/target/linux/lantiq/files/arch/mips/boot/dts/EASY80920.dtsi @@ -27,8 +27,6 @@ gpio-keys-polled { compatible = "gpio-keys-polled"; - #address-cells = <1>; - #size-cells = <0>; poll-interval = <100>; /* reset { label = "reset"; @@ -249,8 +247,6 @@ status = "okay"; m25p80@4 { - #address-cells = <1>; - #size-cells = <1>; compatible = "jedec,spi-nor"; reg = <4>; spi-max-frequency = <1000000>; -- cgit v1.2.3