On 16/04/2023 15:34, Artur Weber wrote: > Add the compatible strings for the Samsung Galaxy Tab 3 8.0 series > of tablets. > > Signed-off-by: Artur Weber <aweber.kernel@xxxxxxxxx> > --- > .../bindings/arm/samsung/samsung-boards.yaml | 10 ++++++++++ > 1 file changed, 10 insertions(+) > > diff --git a/Documentation/devicetree/bindings/arm/samsung/samsung-boards.yaml b/Documentation/devicetree/bindings/arm/samsung/samsung-boards.yaml > index deb2cf971871..4ee026e7f7ad 100644 > --- a/Documentation/devicetree/bindings/arm/samsung/samsung-boards.yaml > +++ b/Documentation/devicetree/bindings/arm/samsung/samsung-boards.yaml > @@ -104,6 +104,16 @@ properties: > - const: samsung,exynos4412 > - const: samsung,exynos4 > > + - description: Samsung Tab3 family boards s/Samsung Tab3/Samsung Galaxy Tab3/ > + items: > + - enum: > + - samsung,t310 # Samsung Galaxy Tab 3 8.0 WiFi (SM-T310) > + - samsung,t311 # Samsung Galaxy Tab 3 8.0 3G (SM-T311) > + - samsung,t315 # Samsung Galaxy Tab 3 8.0 LTE (SM-T315) > + - const: samsung,tab3 > + - const: samsung,exynos4212 > + - const: samsung,exynos4 The entries are ordered by SoC compatible, so this should go before Exynos4412. > + > - description: Exynos5250 based boards > items: > - enum: Best regards, Krzysztof