projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2dd2e4d
)
dt-bindings: define little-endian property for QorIQ GPIO
author
Li Yang
<
[email protected]
>
Fri, 4 Dec 2015 22:55:04 +0000
(16:55 -0600)
committer
Kevin Hilman
<
[email protected]
>
Sat, 12 Dec 2015 00:13:02 +0000
(16:13 -0800)
The GPIO block on different QorIQ chips could have registers in different
endianess. Define the property to specify which endian is used by the
hardware.
Signed-off-by: Liu Gang <
[email protected]
>
Acked-by: Rob Herring <
[email protected]
>
Signed-off-by: Li Yang <
[email protected]
>
Signed-off-by: Kevin Hilman <
[email protected]
>
Documentation/devicetree/bindings/gpio/gpio-mpc8xxx.txt
patch
|
blob
|
history
diff --git
a/Documentation/devicetree/bindings/gpio/gpio-mpc8xxx.txt
b/Documentation/devicetree/bindings/gpio/gpio-mpc8xxx.txt
index f2455c50533d6c7388ebfacbe572d164e5d11314..120bc4971cf3ed92cf9590af16643645e5c89234 100644
(file)
--- a/
Documentation/devicetree/bindings/gpio/gpio-mpc8xxx.txt
+++ b/
Documentation/devicetree/bindings/gpio/gpio-mpc8xxx.txt
@@
-11,6
+11,10
@@
Required properties:
0 = active high
1 = active low
+Optional properties:
+- little-endian : GPIO registers are used as little endian. If not
+ present registers are used as big endian by default.
+
Example:
gpio0: gpio@1100 {