diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2016-10-21 12:28:13 +0200 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2016-11-15 16:17:09 +0100 |
commit | a9632cdb98178f80bc73697b820a063bc8027557 (patch) | |
tree | d1dca0f0e15570fcc870b772b4c30583034560ae /Documentation/devicetree/bindings/arm/arm-boards | |
parent | Linux 4.9-rc4 (diff) | |
download | linux-a9632cdb98178f80bc73697b820a063bc8027557.tar.xz linux-a9632cdb98178f80bc73697b820a063bc8027557.zip |
dt/bindings: arm-boards: Remove skeleton.dtsi inclusion from example
As of commit 9c0da3cc61f1233c ("ARM: dts: explicitly mark skeleton.dtsi
as deprecated"), including skeleton.dtsi is deprecated.
Hence remove it from the example.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Mark Rutland <mark.rutland@arm.com>
Reviewed-by: Javier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/arm/arm-boards')
-rw-r--r-- | Documentation/devicetree/bindings/arm/arm-boards | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/arm/arm-boards b/Documentation/devicetree/bindings/arm/arm-boards index ab318a56fca2..b6e810c2781a 100644 --- a/Documentation/devicetree/bindings/arm/arm-boards +++ b/Documentation/devicetree/bindings/arm/arm-boards @@ -148,11 +148,12 @@ Example: /dts-v1/; #include <dt-bindings/interrupt-controller/irq.h> -#include "skeleton.dtsi" / { model = "ARM RealView PB1176 with device tree"; compatible = "arm,realview-pb1176"; + #address-cells = <1>; + #size-cells = <1>; soc { #address-cells = <1>; |