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:
dd5c056
)
ARM: dts: Flags D-Link DIR-685 I2C bus gpios
author
Linus Walleij
<
[email protected]
>
Sun, 10 Sep 2017 18:02:33 +0000
(20:02 +0200)
committer
Linus Walleij
<
[email protected]
>
Fri, 22 Dec 2017 08:50:27 +0000
(09:50 +0100)
These GPIOs are used in open drain mode, so make sure to
flag them as such. Use the new separate scl/sda line
GPIO bindings.
Signed-off-by: Linus Walleij <
[email protected]
>
arch/arm/boot/dts/gemini-dlink-dir-685.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/gemini-dlink-dir-685.dts
b/arch/arm/boot/dts/gemini-dlink-dir-685.dts
index e75e2d44371cdd7bf719ab8ac2504717f1a742b3..a0f471eb35d494b30dee2a1f3f526ccbb0299cfd 100644
(file)
--- a/
arch/arm/boot/dts/gemini-dlink-dir-685.dts
+++ b/
arch/arm/boot/dts/gemini-dlink-dir-685.dts
@@
-99,8
+99,8
@@
gpio-i2c {
compatible = "i2c-gpio";
/* Collides with ICE */
- gpios = <&gpio0 5 0>, /* SDA */
- <&gpio0 6 0>; /* SCL */
+ sda-gpios = <&gpio0 5 (GPIO_ACTIVE_HIGH|GPIO_OPEN_DRAIN)>;
+ scl-gpios = <&gpio0 6 (GPIO_ACTIVE_HIGH|GPIO_OPEN_DRAIN)>;
#address-cells = <1>;
#size-cells = <0>;