2022-07-28 17:56:03

by Bob Moragues

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

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

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

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.455.g008518b4e5-goog