On Mon, 2015-12-14 at 12:24 +0800, Yangbo Lu wrote: > Move guts devicetree doc to Documentation/devicetree/bindings/soc/ > since it's used by not only PowerPC but also ARM. Add a specification > for 'little-endian' property. > > Signed-off-by: Yangbo Lu <yangbo.lu@xxxxxxxxxxxxx> > --- > Changes for v2: > - None > Changes for v3: > - None > Changes for v4: > - Added this patch > --- > Documentation/devicetree/bindings/{powerpc/fsl => soc}/guts.txt | 3 +++ > 1 file changed, 3 insertions(+) > rename Documentation/devicetree/bindings/{powerpc/fsl => soc}/guts.txt > (90%) > > diff --git a/Documentation/devicetree/bindings/powerpc/fsl/guts.txt > b/Documentation/devicetree/bindings/soc/guts.txt > similarity index 90% > rename from Documentation/devicetree/bindings/powerpc/fsl/guts.txt > rename to Documentation/devicetree/bindings/soc/guts.txt > index b71b203..6ae2269 100644 > --- a/Documentation/devicetree/bindings/powerpc/fsl/guts.txt > +++ b/Documentation/devicetree/bindings/soc/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 mode. And it's big endian mode in default. > + > Examples: > global-utilities@e0000 { /* global utilities block */ > compatible = "fsl,mpc8548-guts"; ...bindings/soc/fsl/guts.txt s/endian mode/endian/g s/And it's big endian mode in default/The default is big endian/ -Scott -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html