diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2021-05-28 13:10:49 +0200 |
---|---|---|
committer | Wolfram Sang <wsa@kernel.org> | 2021-06-04 22:40:23 +0200 |
commit | 93b2e8711fe2ad6d25829574906b09a2339d2c80 (patch) | |
tree | 5c8af7cd4034d9347f3869141d485156bfbb9c3d /Documentation/devicetree/bindings/i2c | |
parent | 02fa1189927f69f0f9d617789943fb4ae748012b (diff) | |
download | linux-93b2e8711fe2ad6d25829574906b09a2339d2c80.tar.gz |
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 519b4dba586198ee ("fbdev: ssd1307fb: Remove reset-active-low
from the DT binding document") and from the ssd1307fb binding examples
in commit 7d7e58d30e046d34 ("dt-bindings: display: ssd1307fb: Remove
reset-active-low from examples").
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Wolfram Sang <wsa@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/i2c')
-rw-r--r-- | Documentation/devicetree/bindings/i2c/i2c-mux-gpio.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/i2c/i2c-mux-gpio.txt b/Documentation/devicetree/bindings/i2c/i2c-mux-gpio.txt index 21da3ecbb370..1bf267302251 100644 --- a/Documentation/devicetree/bindings/i2c/i2c-mux-gpio.txt +++ b/Documentation/devicetree/bindings/i2c/i2c-mux-gpio.txt @@ -62,7 +62,6 @@ Example: reg = <0x3c>; pwms = <&pwm 4 3000>; reset-gpios = <&gpio2 7 1>; - reset-active-low; }; }; |