aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeert Uytterhoeven <[email protected]>2016-10-21 12:28:13 +0200
committerRob Herring <[email protected]>2016-11-15 09:17:09 -0600
commita9632cdb98178f80bc73697b820a063bc8027557 (patch)
treed1dca0f0e15570fcc870b772b4c30583034560ae
parentbc33b0ca11e3df467777a4fa7639ba488c9d4911 (diff)
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 <[email protected]> Acked-by: Mark Rutland <[email protected]> Reviewed-by: Javier Martinez Canillas <[email protected]> Signed-off-by: Rob Herring <[email protected]>
-rw-r--r--Documentation/devicetree/bindings/arm/arm-boards3
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>;