[PATCH v2 2/2] dt-bindings: display: solomon,ssd1307fb: add SH1107 compatible
Jakub Turek <[email protected]> Fri, 31 Jul 2026 16:45:14 +0200
| Newsgroups | org.kernel.vger.linux-fbdev,org.freedesktop.lists.dri-devel,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
Update the device tree documentation to include "sinowealth,sh1107" as a recognized compatible string. Signed-off-by: Jakub Turek <[email protected]> --- .../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