Skip to content

Commit 8e8559d

Browse files
rashmia-AUlf Hansson
authored andcommitted
dt-bindings: mmc: Remove bindings for Intel Thunder Bay SoC"
Remove Thunder Bay specific code as the product got cancelled and there are no end customers or users. Signed-off-by: A, Rashmi <rashmi.a@intel.com> Reviewed-by: Hunter, Adrian <adrian.hunter@intel.com> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://lore.kernel.org/r/20230316120549.21486-3-rashmi.a@intel.com Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
1 parent 189f737 commit 8e8559d

1 file changed

Lines changed: 0 additions & 25 deletions

File tree

Documentation/devicetree/bindings/mmc/arasan,sdhci.yaml

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,6 @@ properties:
8888
description:
8989
For this device it is strongly suggested to include
9090
arasan,soc-ctl-syscon.
91-
- items:
92-
- const: intel,thunderbay-sdhci-5.1 # Intel Thunder Bay eMMC PHY
93-
- const: arasan,sdhci-5.1
94-
description:
95-
For this device it is strongly suggested to include
96-
clock-output-names and '#clock-cells'.
9791

9892
reg:
9993
maxItems: 1
@@ -309,22 +303,3 @@ examples:
309303
<&scmi_clk KEEM_BAY_PSS_SD0>;
310304
arasan,soc-ctl-syscon = <&sd0_phy_syscon>;
311305
};
312-
313-
- |
314-
#define EMMC_XIN_CLK
315-
#define EMMC_AXI_CLK
316-
#define TBH_PSS_EMMC_RST_N
317-
mmc@80420000 {
318-
compatible = "intel,thunderbay-sdhci-5.1", "arasan,sdhci-5.1";
319-
interrupts = <GIC_SPI 714 IRQ_TYPE_LEVEL_HIGH>;
320-
reg = <0x80420000 0x400>;
321-
clocks = <&scmi_clk EMMC_XIN_CLK>,
322-
<&scmi_clk EMMC_AXI_CLK>;
323-
clock-names = "clk_xin", "clk_ahb";
324-
phys = <&emmc_phy>;
325-
phy-names = "phy_arasan";
326-
assigned-clocks = <&scmi_clk EMMC_XIN_CLK>;
327-
clock-output-names = "emmc_cardclock";
328-
resets = <&rst_pss1 TBH_PSS_EMMC_RST_N>;
329-
#clock-cells = <0x0>;
330-
};

0 commit comments

Comments
 (0)