2022-07-27 04:32:48

by Bob Moragues

[permalink] [raw]
Subject: [PATCH 2/2] arm64: dts: qcom: sc7280: Add support for zoglin

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]>
Signed-off-by: Bob Moragues <[email protected]>
---

arch/arm64/boot/dts/qcom/sc7280-herobrine-crd.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/qcom/sc7280-herobrine-crd.dts b/arch/arm64/boot/dts/qcom/sc7280-herobrine-crd.dts
index 6d324ac2dda1..98d09187fc69 100644
--- a/arch/arm64/boot/dts/qcom/sc7280-herobrine-crd.dts
+++ b/arch/arm64/boot/dts/qcom/sc7280-herobrine-crd.dts
@@ -13,7 +13,7 @@

/ {
model = "Qualcomm Technologies, Inc. sc7280 CRD platform (rev5+)";
- compatible = "google,hoglin", "qcom,sc7280";
+ compatible = "google,zoglin", "google,hoglin", "qcom,sc7280";

/* FIXED REGULATORS */

--
2.37.1.359.gd136c6c3e2-goog


2022-07-27 14:16:43

by Doug Anderson

[permalink] [raw]
Subject: Re: [PATCH 2/2] arm64: dts: qcom: sc7280: Add support for zoglin

Hi,

On Tue, Jul 26, 2022 at 9:24 PM Bob Moragues <[email protected]> wrote:
>
> 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]>
> Signed-off-by: Bob Moragues <[email protected]>

Again, other than the extra Signed-off-by this looks right.

Reviewed-by: Douglas Anderson <[email protected]>