Message ID | 20200312153411.13535-1-paul@crapouillou.net (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [1/2] dt-bindings: arm/samsung: Add compatible string for the Galaxy S2 | expand |
On Thu, Mar 12, 2020 at 04:34:10PM +0100, Paul Cercueil wrote: > Add compatible string for the Samsung Galaxy S2 (i9100 version), which > is an Exynos 4210 based device. > > Signed-off-by: Paul Cercueil <paul@crapouillou.net> > --- > .../devicetree/bindings/arm/samsung/samsung-boards.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/arm/samsung/samsung-boards.yaml b/Documentation/devicetree/bindings/arm/samsung/samsung-boards.yaml > index 63acd57c4799..e2b19caac795 100644 > --- a/Documentation/devicetree/bindings/arm/samsung/samsung-boards.yaml > +++ b/Documentation/devicetree/bindings/arm/samsung/samsung-boards.yaml > @@ -55,6 +55,7 @@ properties: > - samsung,smdkv310 # Samsung SMDKV310 eval > - samsung,trats # Samsung Tizen Reference > - samsung,universal_c210 # Samsung C210 > + - samsung,i9100 # Samsung Galaxy S2 Put it in alphabetical order please so with this change: Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org> (Optionally I can take it through samsung-soc tree) Best regards, Krzysztof
diff --git a/Documentation/devicetree/bindings/arm/samsung/samsung-boards.yaml b/Documentation/devicetree/bindings/arm/samsung/samsung-boards.yaml index 63acd57c4799..e2b19caac795 100644 --- a/Documentation/devicetree/bindings/arm/samsung/samsung-boards.yaml +++ b/Documentation/devicetree/bindings/arm/samsung/samsung-boards.yaml @@ -55,6 +55,7 @@ properties: - samsung,smdkv310 # Samsung SMDKV310 eval - samsung,trats # Samsung Tizen Reference - samsung,universal_c210 # Samsung C210 + - samsung,i9100 # Samsung Galaxy S2 - const: samsung,exynos4210 - const: samsung,exynos4
Add compatible string for the Samsung Galaxy S2 (i9100 version), which is an Exynos 4210 based device. Signed-off-by: Paul Cercueil <paul@crapouillou.net> --- .../devicetree/bindings/arm/samsung/samsung-boards.yaml | 1 + 1 file changed, 1 insertion(+)