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/P2812HNUF3.dts | 2 -- 1 file changed, 2 deletions(-) (limited to 'target/linux/lantiq/files/arch/mips/boot/dts/P2812HNUF3.dts') diff --git a/target/linux/lantiq/files/arch/mips/boot/dts/P2812HNUF3.dts b/target/linux/lantiq/files/arch/mips/boot/dts/P2812HNUF3.dts index 202226aa86..63a9d4ac65 100644 --- a/target/linux/lantiq/files/arch/mips/boot/dts/P2812HNUF3.dts +++ b/target/linux/lantiq/files/arch/mips/boot/dts/P2812HNUF3.dts @@ -20,8 +20,6 @@ compatible = "lantiq,nor"; bank-width = <2>; reg = <0 0x0 0x800000>; - #address-cells = <1>; - #size-cells = <1>; partitions { compatible = "fixed-partitions"; -- cgit v1.2.3