[PATCH v4 09/10] dt-bindings: arm: samsung: Document dreamlte board binding

Ivaylo Ivanov posted 10 patches 2 months, 3 weeks ago
There is a newer version of this series
[PATCH v4 09/10] dt-bindings: arm: samsung: Document dreamlte board binding
Posted by Ivaylo Ivanov 2 months, 3 weeks ago
Add binding for the Samsung Galaxy S8 (SM-G950F) board, which is
based on the Samsung Exynos8895 SoC.

Signed-off-by: Ivaylo Ivanov <ivo.ivanov.ivanov1@gmail.com>
Acked-by: Rob Herring (Arm) <robh@kernel.org>
---
 .../devicetree/bindings/arm/samsung/samsung-boards.yaml     | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/Documentation/devicetree/bindings/arm/samsung/samsung-boards.yaml b/Documentation/devicetree/bindings/arm/samsung/samsung-boards.yaml
index 01dcbd8aa..49884a7ab 100644
--- a/Documentation/devicetree/bindings/arm/samsung/samsung-boards.yaml
+++ b/Documentation/devicetree/bindings/arm/samsung/samsung-boards.yaml
@@ -224,6 +224,12 @@ properties:
               - winlink,e850-96                 # WinLink E850-96
           - const: samsung,exynos850
 
+      - description: Exynos8895 based boards
+        items:
+          - enum:
+              - samsung,dreamlte                # Samsung Galaxy S8 (SM-G950F)
+          - const: samsung,exynos8895
+
       - description: Exynos Auto v9 based boards
         items:
           - enum:
-- 
2.34.1
Re: [PATCH v4 09/10] dt-bindings: arm: samsung: Document dreamlte board binding
Posted by Krzysztof Kozlowski 2 months, 2 weeks ago
On Mon, Sep 09, 2024 at 02:00:16PM +0300, Ivaylo Ivanov wrote:
> Add binding for the Samsung Galaxy S8 (SM-G950F) board, which is
> based on the Samsung Exynos8895 SoC.
> 
> Signed-off-by: Ivaylo Ivanov <ivo.ivanov.ivanov1@gmail.com>
> Acked-by: Rob Herring (Arm) <robh@kernel.org>
> ---
>  .../devicetree/bindings/arm/samsung/samsung-boards.yaml     | 6 ++++++
>  1 file changed, 6 insertions(+)
> 

Bindings are before users, so this patch should be before DTS patch.

Best regards,
Krzysztof
Re: [PATCH v4 09/10] dt-bindings: arm: samsung: Document dreamlte board binding
Posted by Krzysztof Kozlowski 2 months, 2 weeks ago
On 16/09/2024 16:23, Krzysztof Kozlowski wrote:
> On Mon, Sep 09, 2024 at 02:00:16PM +0300, Ivaylo Ivanov wrote:
>> Add binding for the Samsung Galaxy S8 (SM-G950F) board, which is
>> based on the Samsung Exynos8895 SoC.
>>
>> Signed-off-by: Ivaylo Ivanov <ivo.ivanov.ivanov1@gmail.com>
>> Acked-by: Rob Herring (Arm) <robh@kernel.org>
>> ---
>>  .../devicetree/bindings/arm/samsung/samsung-boards.yaml     | 6 ++++++
>>  1 file changed, 6 insertions(+)
>>
> 
> Bindings are before users, so this patch should be before DTS patch.

Ah, wait, it is before. It's fine.

Best regards,
Krzysztof