Message ID | 20240210012114.489102-14-sre@kernel.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | UNI-T UTi260B support | expand |
On 10/02/2024 02:18, Sebastian Reichel wrote: > Add compatible value for i.MX6ULL based UNI-T > UTi260b thermal camera. > > Signed-off-by: Sebastian Reichel <sre@kernel.org> > --- > Documentation/devicetree/bindings/arm/fsl.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml > index 228dcc5c7d6f..fa20c2699530 100644 > --- a/Documentation/devicetree/bindings/arm/fsl.yaml > +++ b/Documentation/devicetree/bindings/arm/fsl.yaml > @@ -708,6 +708,7 @@ properties: > - toradex,colibri-imx6ull # Colibri iMX6ULL Modules > - toradex,colibri-imx6ull-emmc # Colibri iMX6ULL 1GB (eMMC) Module > - toradex,colibri-imx6ull-wifi # Colibri iMX6ULL Wi-Fi / BT Modules > + - uni-t,imx6ull-uti260b # UNI-T UTi260b If the product name is "uti260b", then it is enough "uni-t,uti260b". If you added the imx part because there is a SoM, then it is anyway not correct representation of the SoM. Best regards, Krzysztof
diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml index 228dcc5c7d6f..fa20c2699530 100644 --- a/Documentation/devicetree/bindings/arm/fsl.yaml +++ b/Documentation/devicetree/bindings/arm/fsl.yaml @@ -708,6 +708,7 @@ properties: - toradex,colibri-imx6ull # Colibri iMX6ULL Modules - toradex,colibri-imx6ull-emmc # Colibri iMX6ULL 1GB (eMMC) Module - toradex,colibri-imx6ull-wifi # Colibri iMX6ULL Wi-Fi / BT Modules + - uni-t,imx6ull-uti260b # UNI-T UTi260b - const: fsl,imx6ull - description: i.MX6ULL Armadeus Systems OPOS6ULDev Board
Add compatible value for i.MX6ULL based UNI-T UTi260b thermal camera. Signed-off-by: Sebastian Reichel <sre@kernel.org> --- Documentation/devicetree/bindings/arm/fsl.yaml | 1 + 1 file changed, 1 insertion(+)