Message ID | 20190129192049.11223-7-vz@mleia.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | ARM: lpc32xx: various minor fixes and clean-ups | expand |
On 01/29/2019 09:20 PM, Vladimir Zapolskiy wrote: > Inclusion of skeleton.dtsi into DTS files is deprecated since > commit 9c0da3cc61f1233c ("ARM: dts: explicitly mark skeleton.dtsi > as deprecated"). > This change will be dropped to avoid a conflict with a functionally equal applied change from Rob. -- Best wishes, Vladimir
diff --git a/arch/arm/boot/dts/lpc32xx.dtsi b/arch/arm/boot/dts/lpc32xx.dtsi index 9ad3df11db0d..d27a0a722ad5 100644 --- a/arch/arm/boot/dts/lpc32xx.dtsi +++ b/arch/arm/boot/dts/lpc32xx.dtsi @@ -1,6 +1,7 @@ /* * NXP LPC32xx SoC * + * Copyright (C) 2015-2019 Vladimir Zapolskiy <vz@mleia.com> * Copyright 2012 Roland Stigge <stigge@antcom.de> * * The code contained herein is licensed under the GNU General Public @@ -11,12 +12,13 @@ * http://www.gnu.org/copyleft/gpl.html */ -#include "skeleton.dtsi" - #include <dt-bindings/clock/lpc32xx-clock.h> #include <dt-bindings/interrupt-controller/irq.h> / { + #address-cells = <1>; + #size-cells = <1>; + compatible = "nxp,lpc3220"; interrupt-parent = <&mic>;
Inclusion of skeleton.dtsi into DTS files is deprecated since commit 9c0da3cc61f1233c ("ARM: dts: explicitly mark skeleton.dtsi as deprecated"). Signed-off-by: Vladimir Zapolskiy <vz@mleia.com> --- arch/arm/boot/dts/lpc32xx.dtsi | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-)