mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-29 20:36:40 +00:00

The Google Herobrine WIFI SKU can save 256M by not having modem/mba/rmtfs memory regions defined. Add the dts fragment and mark all the board files appropriately. Reviewed-by: Douglas Anderson <dianders@chromium.org> Signed-off-by: Sibi Sankar <quic_sibis@quicinc.com> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20221110070813.1777-2-quic_sibis@quicinc.com
16 lines
302 B
Text
16 lines
302 B
Text
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
/*
|
|
* Google Evoker board device tree source
|
|
*
|
|
* Copyright 2022 Google LLC.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
#include "sc7280-herobrine-evoker.dtsi"
|
|
#include "sc7280-herobrine-wifi-sku.dtsi"
|
|
|
|
/ {
|
|
model = "Google Evoker";
|
|
compatible = "google,evoker", "qcom,sc7280";
|
|
};
|