[PATCH] regmap: dt-binding: simplify the doc and make it more readable

From: Xiubo Li
Date: Wed Jan 13 2016 - 03:26:21 EST


Signed-off-by: Xiubo Li <lixiubo@xxxxxxxxxxxxxxxxxxxx>
---
Documentation/devicetree/bindings/regmap/regmap.txt | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/Documentation/devicetree/bindings/regmap/regmap.txt b/Documentation/devicetree/bindings/regmap/regmap.txt
index b494f8b..22cd9ad 100644
--- a/Documentation/devicetree/bindings/regmap/regmap.txt
+++ b/Documentation/devicetree/bindings/regmap/regmap.txt
@@ -11,9 +11,10 @@ on different SoCs using the devicetree, we need one way to simplify
this.

Required properties:
-- {big,little}-endian: these are boolean properties, if absent
- meaning that the CPU and the Device are in the same endianness mode,
- these properties are for register values and all the buffers only.
+- {big,little}-endian: boolean properties, if absent the CPU and
+ the Device will be in the same endianness mode.
+ Note: they are only used for the device register values and the
+ buffers.

Examples:
Scenario 1 : CPU in LE mode & device in LE mode.
--
1.8.3.1