diff options
author | Florian Vaussard <florian.vaussard@gmail.com> | 2017-02-27 19:44:06 +0300 |
---|---|---|
committer | Dinh Nguyen <dinguyen@kernel.org> | 2017-03-07 00:54:58 +0300 |
commit | 439f559109beab39351876633f7bffdd9d749216 (patch) | |
tree | bbd4805ecf1963b96a546035fc020976b5dbeaf2 /arch/arm/boot/dts/socfpga.dtsi | |
parent | cfa6384a0128552b0db714c3061f81183772b0b3 (diff) | |
download | linux-439f559109beab39351876633f7bffdd9d749216.tar.xz |
ARM: dts: socfpga: Do not include skeleton.dtsi
The skeleton.dtsi file is now deprecated as noted in commit 9c0da3cc61f1
("ARM: dts: explicitly mark skeleton.dtsi as deprecated"). The SoCFPGA
device trees already contain the nodes that are defined in skeleton.dtsi
(#address-cells, #size-cells, chosen, aliases, memory).
Including skeleton.dtsi is useless and will produce the following
warning when compiled with W=1:
Node /memory has a reg or ranges property, but no unit name
Signed-off-by: Florian Vaussard <florian.vaussard@heig-vd.ch>
Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/socfpga.dtsi')
-rw-r--r-- | arch/arm/boot/dts/socfpga.dtsi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/socfpga.dtsi b/arch/arm/boot/dts/socfpga.dtsi index 25a68af8185d..774c23972101 100644 --- a/arch/arm/boot/dts/socfpga.dtsi +++ b/arch/arm/boot/dts/socfpga.dtsi @@ -15,7 +15,6 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "skeleton.dtsi" #include <dt-bindings/reset/altr,rst-mgr.h> / { |