mirror of
https://github.com/torvalds/linux.git
synced 2026-06-04 20:46:48 +02:00
arm64: dts: qcom: sc7280: Add herobrine-villager-r1
This adds sc7280-herobrine-villager-r1.dts for villager device tree files. Herobrine-r1 is exactly the same as -r0 except that it uses a different audio solution (it uses the same one as the CRD). Signed-off-by: Jimmy Chen <jinghung.chen3@hotmail.com> Reviewed-by: Douglas Anderson <dianders@chromium.org> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/SG2PR03MB500667CFE3F5F59585F8BA77CC949@SG2PR03MB5006.apcprd03.prod.outlook.com
This commit is contained in:
parent
593ad9132f
commit
3accba70e2
|
|
@ -107,6 +107,7 @@ dtb-$(CONFIG_ARCH_QCOM) += sc7280-herobrine-crd.dtb
|
|||
dtb-$(CONFIG_ARCH_QCOM) += sc7280-herobrine-evoker-r0.dtb
|
||||
dtb-$(CONFIG_ARCH_QCOM) += sc7280-herobrine-herobrine-r1.dtb
|
||||
dtb-$(CONFIG_ARCH_QCOM) += sc7280-herobrine-villager-r0.dtb
|
||||
dtb-$(CONFIG_ARCH_QCOM) += sc7280-herobrine-villager-r1.dtb
|
||||
dtb-$(CONFIG_ARCH_QCOM) += sc7280-idp.dtb
|
||||
dtb-$(CONFIG_ARCH_QCOM) += sc7280-idp2.dtb
|
||||
dtb-$(CONFIG_ARCH_QCOM) += sc7280-crd-r3.dtb
|
||||
|
|
|
|||
|
|
@ -10,8 +10,8 @@
|
|||
#include "sc7280-herobrine.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Google Villager (rev0+)";
|
||||
compatible = "google,villager", "qcom,sc7280";
|
||||
model = "Google Villager (rev0)";
|
||||
compatible = "google,villager-rev0", "qcom,sc7280";
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
|
|||
14
arch/arm64/boot/dts/qcom/sc7280-herobrine-villager-r1.dts
Normal file
14
arch/arm64/boot/dts/qcom/sc7280-herobrine-villager-r1.dts
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
||||
/*
|
||||
* Google Villager board device tree source
|
||||
*
|
||||
* Copyright 2022 Google LLC.
|
||||
*/
|
||||
|
||||
#include "sc7280-herobrine-villager-r0.dts"
|
||||
#include "sc7280-herobrine-audio-wcd9385.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Google Villager (rev1+)";
|
||||
compatible = "google,villager", "qcom,sc7280";
|
||||
};
|
||||
Loading…
Reference in New Issue
Block a user