arm64: dts: qcom: sc7180: Delete kingoftown-rev0
The earliest kingoftown that I could find in my pile of boards was -rev2 and even that revision looks pretty rough (plastics on the case are very unfinished). Though I don't actually have details about how many -rev0 devices were produced, I can't imagine anyone still using one. Let's delete support. Signed-off-by: Douglas Anderson <dianders@chromium.org> Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20230302131031.v2.2.I68cbe5d5d45074428469da8c52f1d6a78bdc62fc@changeid
This commit is contained in:
parent
62d882e62f
commit
5fe8b1c88d
@ -85,8 +85,7 @@ dtb-$(CONFIG_ARCH_QCOM) += sc7180-trogdor-coachz-r3-lte.dtb
|
|||||||
dtb-$(CONFIG_ARCH_QCOM) += sc7180-trogdor-homestar-r2.dtb
|
dtb-$(CONFIG_ARCH_QCOM) += sc7180-trogdor-homestar-r2.dtb
|
||||||
dtb-$(CONFIG_ARCH_QCOM) += sc7180-trogdor-homestar-r3.dtb
|
dtb-$(CONFIG_ARCH_QCOM) += sc7180-trogdor-homestar-r3.dtb
|
||||||
dtb-$(CONFIG_ARCH_QCOM) += sc7180-trogdor-homestar-r4.dtb
|
dtb-$(CONFIG_ARCH_QCOM) += sc7180-trogdor-homestar-r4.dtb
|
||||||
dtb-$(CONFIG_ARCH_QCOM) += sc7180-trogdor-kingoftown-r0.dtb
|
dtb-$(CONFIG_ARCH_QCOM) += sc7180-trogdor-kingoftown.dtb
|
||||||
dtb-$(CONFIG_ARCH_QCOM) += sc7180-trogdor-kingoftown-r1.dtb
|
|
||||||
dtb-$(CONFIG_ARCH_QCOM) += sc7180-trogdor-lazor-r0.dtb
|
dtb-$(CONFIG_ARCH_QCOM) += sc7180-trogdor-lazor-r0.dtb
|
||||||
dtb-$(CONFIG_ARCH_QCOM) += sc7180-trogdor-lazor-r1.dtb
|
dtb-$(CONFIG_ARCH_QCOM) += sc7180-trogdor-lazor-r1.dtb
|
||||||
dtb-$(CONFIG_ARCH_QCOM) += sc7180-trogdor-lazor-r1-kb.dtb
|
dtb-$(CONFIG_ARCH_QCOM) += sc7180-trogdor-lazor-r1-kb.dtb
|
||||||
|
@ -1,38 +0,0 @@
|
|||||||
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
||||||
/*
|
|
||||||
* Google Kingoftown board device tree source
|
|
||||||
*
|
|
||||||
* Copyright 2021 Google LLC.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/dts-v1/;
|
|
||||||
|
|
||||||
#include "sc7180-trogdor.dtsi"
|
|
||||||
#include "sc7180-trogdor-ti-sn65dsi86.dtsi"
|
|
||||||
#include "sc7180-trogdor-kingoftown.dtsi"
|
|
||||||
|
|
||||||
/ {
|
|
||||||
model = "Google Kingoftown (rev0)";
|
|
||||||
compatible = "google,kingoftown-rev0", "qcom,sc7180";
|
|
||||||
};
|
|
||||||
|
|
||||||
/*
|
|
||||||
* In rev1+, the enable pin of pp3300_fp_tp will be tied to pp1800_l10a
|
|
||||||
* power rail instead, since kingoftown does not have FP.
|
|
||||||
*/
|
|
||||||
&pp3300_fp_tp {
|
|
||||||
gpio = <&tlmm 74 GPIO_ACTIVE_HIGH>;
|
|
||||||
enable-active-high;
|
|
||||||
|
|
||||||
pinctrl-names = "default";
|
|
||||||
pinctrl-0 = <&en_fp_rails>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&tlmm {
|
|
||||||
en_fp_rails: en-fp-rails-state {
|
|
||||||
pins = "gpio74";
|
|
||||||
function = "gpio";
|
|
||||||
drive-strength = <2>;
|
|
||||||
bias-disable;
|
|
||||||
};
|
|
||||||
};
|
|
@ -1,17 +0,0 @@
|
|||||||
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
||||||
/*
|
|
||||||
* Google Kingoftown board device tree source
|
|
||||||
*
|
|
||||||
* Copyright 2021 Google LLC.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/dts-v1/;
|
|
||||||
|
|
||||||
#include "sc7180-trogdor.dtsi"
|
|
||||||
#include "sc7180-trogdor-parade-ps8640.dtsi"
|
|
||||||
#include "sc7180-trogdor-kingoftown.dtsi"
|
|
||||||
|
|
||||||
/ {
|
|
||||||
model = "Google Kingoftown (rev1+)";
|
|
||||||
compatible = "google,kingoftown", "qcom,sc7180";
|
|
||||||
};
|
|
@ -5,10 +5,18 @@
|
|||||||
* Copyright 2021 Google LLC.
|
* Copyright 2021 Google LLC.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* This file must be included after sc7180-trogdor.dtsi */
|
/dts-v1/;
|
||||||
|
|
||||||
|
#include "sc7180-trogdor.dtsi"
|
||||||
|
#include "sc7180-trogdor-parade-ps8640.dtsi"
|
||||||
#include <arm/cros-ec-keyboard.dtsi>
|
#include <arm/cros-ec-keyboard.dtsi>
|
||||||
#include "sc7180-trogdor-lte-sku.dtsi"
|
#include "sc7180-trogdor-lte-sku.dtsi"
|
||||||
|
|
||||||
|
/ {
|
||||||
|
model = "Google Kingoftown";
|
||||||
|
compatible = "google,kingoftown", "qcom,sc7180";
|
||||||
|
};
|
||||||
|
|
||||||
&alc5682 {
|
&alc5682 {
|
||||||
compatible = "realtek,rt5682s";
|
compatible = "realtek,rt5682s";
|
||||||
/delete-property/ VBAT-supply;
|
/delete-property/ VBAT-supply;
|
Loading…
x
Reference in New Issue
Block a user