Commit 7d7e58d3 authored by Michal Vokáč's avatar Michal Vokáč Committed by Bartlomiej Zolnierkiewicz
Browse files

dt-bindings: display: ssd1307fb: Remove reset-active-low from examples



The reset-active-low property has been removed brom the binding a while
ago. So remove it from the examples as well.

Fixes: 519b4dba ("fbdev: ssd1307fb: Remove reset-active-low from the DT binding document")
Reviewed-by: default avatarRob Herring <robh@kernel.org>
Reviewed-by: default avatarAlexandre Belloni <alexandre.belloni@bootlin.com>
Cc: Shawn Guo <shawnguo@kernel.org>
Cc: Fabio Estevam <fabio.estevam@nxp.com>
Cc: Maxime Ripard <maxime.ripard@bootlin.com>,
Signed-off-by: default avatarMichal Vokáč <michal.vokac@ysoft.com>
Signed-off-by: default avatarBartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
parent a5399db1
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line Diff line number Diff line
@@ -36,7 +36,6 @@ ssd1307: oled@3c {
        reg = <0x3c>;
        reg = <0x3c>;
        pwms = <&pwm 4 3000>;
        pwms = <&pwm 4 3000>;
        reset-gpios = <&gpio2 7>;
        reset-gpios = <&gpio2 7>;
        reset-active-low;
};
};


ssd1306: oled@3c {
ssd1306: oled@3c {
@@ -44,7 +43,6 @@ ssd1306: oled@3c {
        reg = <0x3c>;
        reg = <0x3c>;
        pwms = <&pwm 4 3000>;
        pwms = <&pwm 4 3000>;
        reset-gpios = <&gpio2 7>;
        reset-gpios = <&gpio2 7>;
        reset-active-low;
        solomon,com-lrremap;
        solomon,com-lrremap;
        solomon,com-invdir;
        solomon,com-invdir;
        solomon,com-offset = <32>;
        solomon,com-offset = <32>;