Commit 93b2e871 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Wolfram Sang

dt-bindings: i2c: i2c-mux: Remove reset-active-low from ssd1307fb examples

The "reset-active-low" property was removed from the ssd1307fb bindings
in commit 519b4dba ("fbdev: ssd1307fb: Remove reset-active-low
from the DT binding document") and from the ssd1307fb binding examples
in commit 7d7e58d3 ("dt-bindings: display: ssd1307fb: Remove
reset-active-low from examples").
Signed-off-by: default avatarGeert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: default avatarWolfram Sang <wsa@kernel.org>
parent 02fa1189
...@@ -62,7 +62,6 @@ Example: ...@@ -62,7 +62,6 @@ Example:
reg = <0x3c>; reg = <0x3c>;
pwms = <&pwm 4 3000>; pwms = <&pwm 4 3000>;
reset-gpios = <&gpio2 7 1>; reset-gpios = <&gpio2 7 1>;
reset-active-low;
}; };
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment