[PATCH v2 2/2] dt-bindings: display: solomon,ssd1307fb: add SH1107 compatible

From: Jakub Turek

Date: Fri Jul 31 2026 - 10:54:55 EST


Update the device tree documentation to include "sinowealth,sh1107" as a
recognized compatible string.

Signed-off-by: Jakub Turek <jakub.turek@xxxxxxxxxx>
---
.../devicetree/bindings/display/solomon,ssd1307fb.yaml | 17 +++++++++++++++++
1 file changed, 17 insertions(+)

diff --git a/Documentation/devicetree/bindings/display/solomon,ssd1307fb.yaml b/Documentation/devicetree/bindings/display/solomon,ssd1307fb.yaml
index 153ff86fb405..6b17a701bbaa 100644
--- a/Documentation/devicetree/bindings/display/solomon,ssd1307fb.yaml
+++ b/Documentation/devicetree/bindings/display/solomon,ssd1307fb.yaml
@@ -22,6 +22,7 @@ properties:
deprecated: true
- enum:
- sinowealth,sh1106
+ - sinowealth,sh1107
- solomon,ssd1305
- solomon,ssd1306
- solomon,ssd1307
@@ -140,6 +141,22 @@ allOf:
solomon,dclk-frq:
default: 5

+ - if:
+ properties:
+ compatible:
+ contains:
+ const: sinowealth,sh1107
+ then:
+ properties:
+ solomon,width:
+ default: 128
+ solomon,height:
+ default: 64
+ solomon,dclk-div:
+ default: 1
+ solomon,dclk-frq:
+ default: 8
+
- if:
properties:
compatible:

--
2.34.1