Skip to content

Commit 1815b16

Browse files
SpieringsAEShawn Guo
authored andcommitted
dt-bindings: arm: fsl: moduline-display: fix compatible
The compatibles should include the SoM compatible, this board is based on the Ka-Ro TX8P-ML81 SoM, so add it to allow using shared code in the bootloader which uses upstream Linux devicetrees as a base. Also add the hardware revision to the board compatible to handle revision specific quirks in the bootloader/userspace. This is a breaking change, but it is early enough that it can be corrected without causing any issues. Fixes: 24e67d2 ("dt-bindings: arm: fsl: Add GOcontroll Moduline Display") Signed-off-by: Maud Spierings <maudspierings@gocontroll.com> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
1 parent e6a4eed commit 1815b16

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

  • Documentation/devicetree/bindings/arm

Documentation/devicetree/bindings/arm/fsl.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1105,7 +1105,6 @@ properties:
11051105
- gateworks,imx8mp-gw74xx # i.MX8MP Gateworks Board
11061106
- gateworks,imx8mp-gw75xx-2x # i.MX8MP Gateworks Board
11071107
- gateworks,imx8mp-gw82xx-2x # i.MX8MP Gateworks Board
1108-
- gocontroll,moduline-display # GOcontroll Moduline Display controller
11091108
- prt,prt8ml # Protonic PRT8ML
11101109
- skov,imx8mp-skov-basic # SKOV i.MX8MP baseboard without frontplate
11111110
- skov,imx8mp-skov-revb-hdmi # SKOV i.MX8MP climate control without panel
@@ -1164,6 +1163,14 @@ properties:
11641163
- const: engicam,icore-mx8mp # i.MX8MP Engicam i.Core MX8M Plus SoM
11651164
- const: fsl,imx8mp
11661165

1166+
- description: Ka-Ro TX8P-ML81 SoM based boards
1167+
items:
1168+
- enum:
1169+
- gocontroll,moduline-display
1170+
- gocontroll,moduline-display-106
1171+
- const: karo,tx8p-ml81
1172+
- const: fsl,imx8mp
1173+
11671174
- description: Kontron i.MX8MP OSM-S SoM based Boards
11681175
items:
11691176
- const: kontron,imx8mp-bl-osm-s # Kontron BL i.MX8MP OSM-S Board

0 commit comments

Comments
 (0)