From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [RFC 01/10] ARM: dts: exynos: Remove Exynos5440 Date: Tue, 1 May 2018 09:07:25 -0500 Message-ID: <20180501140725.GA25487@rob-hp-laptop> References: <20180424203239.21885-1-krzk@kernel.org> <20180424203239.21885-2-krzk@kernel.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20180424203239.21885-2-krzk@kernel.org> Sender: linux-kernel-owner@vger.kernel.org To: Krzysztof Kozlowski Cc: Kukjin Kim , Mark Rutland , Tejun Heo , Sylwester Nawrocki , Tomasz Figa , Chanwoo Choi , Michael Turquette , Stephen Boyd , "Rafael J. Wysocki" , Viresh Kumar , Zhang Rui , Eduardo Valentin , Russell King , Hans de Goede , Linus Walleij , Andi Shyti , Mark Brown , Bartlomiej Zolnierkiewicz , Alan Stern , Greg Kroah-Hartman List-Id: devicetree@vger.kernel.org On Tue, Apr 24, 2018 at 10:32:30PM +0200, Krzysztof Kozlowski wrote: > The Exynos5440 (quad-core A15 with GMAC, PCIe, SATA) was targeting > server platforms but it did not make it to the market really. There are > no development boards with it and probably there are no real products > neither. The development for Exynos5440 ended in 2013 and since then > the platform is in maintenance mode. > > Remove all Device Tree sources for Exynos5440, as first step of removal > of the platform to simplify the code and drivers. > > Signed-off-by: Krzysztof Kozlowski > --- > .../bindings/arm/samsung/samsung-boards.txt | 2 - > arch/arm/boot/dts/Makefile | 2 - > arch/arm/boot/dts/exynos5440-sd5v1.dts | 42 --- > arch/arm/boot/dts/exynos5440-ssdk5440.dts | 81 ----- > arch/arm/boot/dts/exynos5440-tmu-sensor-conf.dtsi | 20 -- > arch/arm/boot/dts/exynos5440-trip-points.dtsi | 21 -- > arch/arm/boot/dts/exynos5440.dtsi | 355 --------------------- > 7 files changed, 523 deletions(-) > delete mode 100644 arch/arm/boot/dts/exynos5440-sd5v1.dts > delete mode 100644 arch/arm/boot/dts/exynos5440-ssdk5440.dts > delete mode 100644 arch/arm/boot/dts/exynos5440-tmu-sensor-conf.dtsi > delete mode 100644 arch/arm/boot/dts/exynos5440-trip-points.dtsi > delete mode 100644 arch/arm/boot/dts/exynos5440.dtsi Reviewed-by: Rob Herring