2022-07-28 18:10:41

by Bob Moragues

[permalink] [raw]
Subject: [PATCH v2 1/2] dt-bindings: arm: qcom: document zoglin board

From: Bob Moragues <[email protected]>

Zoglin is a Hoglin Chromebook with SPI Flash reduced from 64MB to 8MB.
Zoglin is identical to Hoglin except for the SPI Flash.
The actual SPI Flash is dynamically probed at and not specified in DTS.

Signed-off-by: Bob Moragues <[email protected]>
Reviewed-by: Douglas Anderson <[email protected]>
Acked-by: Rob Herring <[email protected]>
Signed-off-by: Bob Moragues <[email protected]>
---

Changes in v2:
- Fixed Signed-off-by
- Added reviews / acks

Documentation/devicetree/bindings/arm/qcom.yaml | 1 +
1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml
index 581485392404..63091df3cbb3 100644
--- a/Documentation/devicetree/bindings/arm/qcom.yaml
+++ b/Documentation/devicetree/bindings/arm/qcom.yaml
@@ -475,6 +475,7 @@ properties:

- description: Qualcomm Technologies, Inc. sc7280 CRD platform (newest rev)
items:
+ - const: google,zoglin
- const: google,hoglin
- const: qcom,sc7280

--
2.37.1.455.g008518b4e5-goog


2022-07-28 20:18:29

by Doug Anderson

[permalink] [raw]
Subject: Re: [PATCH v2 1/2] dt-bindings: arm: qcom: document zoglin board

Hi,

On Thu, Jul 28, 2022 at 10:51 AM Bob Moragues <[email protected]> wrote:
>
> From: Bob Moragues <[email protected]>
>
> Zoglin is a Hoglin Chromebook with SPI Flash reduced from 64MB to 8MB.
> Zoglin is identical to Hoglin except for the SPI Flash.
> The actual SPI Flash is dynamically probed at and not specified in DTS.
>
> Signed-off-by: Bob Moragues <[email protected]>
> Reviewed-by: Douglas Anderson <[email protected]>
> Acked-by: Rob Herring <[email protected]>
> Signed-off-by: Bob Moragues <[email protected]>

Something is still messed up with the way you're sending this. You
don't want the extra Signed-off-by here. Maybe try again for v3?

-Doug