diff options
-rw-r--r-- | Documentation/devicetree/bindings/gpio/gpio-mpc8xxx.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/gpio/gpio-mpc8xxx.txt b/Documentation/devicetree/bindings/gpio/gpio-mpc8xxx.txt index f2455c50533d..120bc4971cf3 100644 --- a/Documentation/devicetree/bindings/gpio/gpio-mpc8xxx.txt +++ b/Documentation/devicetree/bindings/gpio/gpio-mpc8xxx.txt | |||
@@ -11,6 +11,10 @@ Required properties: | |||
11 | 0 = active high | 11 | 0 = active high |
12 | 1 = active low | 12 | 1 = active low |
13 | 13 | ||
14 | Optional properties: | ||
15 | - little-endian : GPIO registers are used as little endian. If not | ||
16 | present registers are used as big endian by default. | ||
17 | |||
14 | Example: | 18 | Example: |
15 | 19 | ||
16 | gpio0: gpio@1100 { | 20 | gpio0: gpio@1100 { |