mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-14 06:30:20 -04:00
arm64: dts: qcom: sc7180: Delete wormdingler-rev0
The earliest wormdingler I could find in my pile of hardware is -rev1. I believe that -rev0 boards were just distributed as a pile of components with no case. At this point I can't imagine anyone needing to make wormdingler-rev0 work, so let's delete support for it. 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.1.Id0cd5120469eb200118c0c7b8ee8209f877767b4@changeid
This commit is contained in:
committed by
Bjorn Andersson
parent
4a2c9b9e12
commit
62d882e62f
@@ -120,8 +120,6 @@ dtb-$(CONFIG_ARCH_QCOM) += sc7180-trogdor-pompom-r3.dtb
|
||||
dtb-$(CONFIG_ARCH_QCOM) += sc7180-trogdor-pompom-r3-lte.dtb
|
||||
dtb-$(CONFIG_ARCH_QCOM) += sc7180-trogdor-quackingstick-r0.dtb
|
||||
dtb-$(CONFIG_ARCH_QCOM) += sc7180-trogdor-quackingstick-r0-lte.dtb
|
||||
dtb-$(CONFIG_ARCH_QCOM) += sc7180-trogdor-wormdingler-rev0-boe.dtb
|
||||
dtb-$(CONFIG_ARCH_QCOM) += sc7180-trogdor-wormdingler-rev0-inx.dtb
|
||||
dtb-$(CONFIG_ARCH_QCOM) += sc7180-trogdor-wormdingler-rev1-boe.dtb
|
||||
dtb-$(CONFIG_ARCH_QCOM) += sc7180-trogdor-wormdingler-rev1-inx.dtb
|
||||
dtb-$(CONFIG_ARCH_QCOM) += sc7180-trogdor-wormdingler-rev1-inx-rt5682s.dtb
|
||||
|
||||
@@ -1,22 +0,0 @@
|
||||
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
||||
/*
|
||||
* Google Wormdingler board device tree source
|
||||
*
|
||||
* Copyright 2021 Google LLC.
|
||||
*
|
||||
* SKU: 0x10 => 16
|
||||
* - bits 7..4: Panel ID: 0x1 (BOE)
|
||||
*/
|
||||
|
||||
/dts-v1/;
|
||||
|
||||
#include "sc7180-trogdor-wormdingler-rev0.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Google Wormdingler rev0 BOE panel board";
|
||||
compatible = "google,wormdingler-rev0-sku16", "qcom,sc7180";
|
||||
};
|
||||
|
||||
&panel {
|
||||
compatible = "boe,tv110c9m-ll3";
|
||||
};
|
||||
@@ -1,22 +0,0 @@
|
||||
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
||||
/*
|
||||
* Google Wormdingler board device tree source
|
||||
*
|
||||
* Copyright 2021 Google LLC.
|
||||
*
|
||||
* SKU: 0x0 => 0
|
||||
* - bits 7..4: Panel ID: 0x0 (INX)
|
||||
*/
|
||||
|
||||
/dts-v1/;
|
||||
|
||||
#include "sc7180-trogdor-wormdingler-rev0.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Google Wormdingler rev0 INX panel board";
|
||||
compatible = "google,wormdingler-rev0-sku0", "qcom,sc7180";
|
||||
};
|
||||
|
||||
&panel {
|
||||
compatible = "innolux,hj110iz-01a";
|
||||
};
|
||||
@@ -1,36 +0,0 @@
|
||||
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
||||
/*
|
||||
* Google Wormdingler board device tree source
|
||||
*
|
||||
* Copyright 2021 Google LLC.
|
||||
*
|
||||
*/
|
||||
|
||||
/dts-v1/;
|
||||
|
||||
#include "sc7180-trogdor-wormdingler.dtsi"
|
||||
|
||||
&avdd_lcd {
|
||||
gpio = <&tlmm 80 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
|
||||
&panel {
|
||||
enable-gpios = <&tlmm 76 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
|
||||
&v1p8_mipi {
|
||||
gpio = <&tlmm 81 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
|
||||
/* PINCTRL - modifications to sc7180-trogdor-wormdingler.dtsi */
|
||||
&avdd_lcd_en {
|
||||
pins = "gpio80";
|
||||
};
|
||||
|
||||
&mipi_1800_en {
|
||||
pins = "gpio81";
|
||||
};
|
||||
|
||||
&vdd_reset_1800 {
|
||||
pins = "gpio76";
|
||||
};
|
||||
Reference in New Issue
Block a user