[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1468723822-30457-3-git-send-email-oss@buserror.net>
Date:	Sat, 16 Jul 2016 21:50:19 -0500
From:	Scott Wood <oss@...error.net>
To:	linuxppc-dev@...ts.ozlabs.org
Cc:	Yangbo Lu <yangbo.lu@....com>, linux-mmc@...r.kernel.org,
	Arnd Bergmann <arnd@...db.de>, linux-kernel@...r.kernel.org,
	devicetree@...r.kernel.org, Scott Wood <oss@...error.net>
Subject: [PATCH v11 2/5] dt: bindings: move guts devicetree doc out of powerpc directory
From: Yangbo Lu <yangbo.lu@....com>
Move guts devicetree doc to Documentation/devicetree/bindings/soc/fsl/
since it's used by not only PowerPC but also ARM. And add a specification
for 'little-endian' property.
Signed-off-by: Yangbo Lu <yangbo.lu@....com>
Acked-by: Rob Herring <robh@...nel.org>
Signed-off-by: Scott Wood <oss@...error.net>
---
 Documentation/devicetree/bindings/{powerpc => soc}/fsl/guts.txt | 3 +++
 1 file changed, 3 insertions(+)
 rename Documentation/devicetree/bindings/{powerpc => soc}/fsl/guts.txt (91%)
diff --git a/Documentation/devicetree/bindings/powerpc/fsl/guts.txt b/Documentation/devicetree/bindings/soc/fsl/guts.txt
similarity index 91%
rename from Documentation/devicetree/bindings/powerpc/fsl/guts.txt
rename to Documentation/devicetree/bindings/soc/fsl/guts.txt
index b71b203..07adca9 100644
--- a/Documentation/devicetree/bindings/powerpc/fsl/guts.txt
+++ b/Documentation/devicetree/bindings/soc/fsl/guts.txt
@@ -25,6 +25,9 @@ Recommended properties:
  - fsl,liodn-bits : Indicates the number of defined bits in the LIODN
    registers, for those SOCs that have a PAMU device.
 
+ - little-endian : Indicates that the global utilities block is little
+   endian. The default is big endian.
+
 Examples:
 	global-utilities@...00 {	/* global utilities block */
 		compatible = "fsl,mpc8548-guts";
-- 
2.7.4
Powered by blists - more mailing lists
 
