Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

A, Rashmi and committed by
Ulf Hansson
8e8559dd 189f7370

-25
-25
Documentation/devicetree/bindings/mmc/arasan,sdhci.yaml
··· 88 88 description: 89 89 For this device it is strongly suggested to include 90 90 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'. 97 91 98 92 reg: 99 93 maxItems: 1 ··· 302 308 clocks = <&scmi_clk KEEM_BAY_PSS_AUX_SD0>, 303 309 <&scmi_clk KEEM_BAY_PSS_SD0>; 304 310 arasan,soc-ctl-syscon = <&sd0_phy_syscon>; 305 - }; 306 - 307 - - | 308 - #define EMMC_XIN_CLK 309 - #define EMMC_AXI_CLK 310 - #define TBH_PSS_EMMC_RST_N 311 - mmc@80420000 { 312 - compatible = "intel,thunderbay-sdhci-5.1", "arasan,sdhci-5.1"; 313 - interrupts = <GIC_SPI 714 IRQ_TYPE_LEVEL_HIGH>; 314 - reg = <0x80420000 0x400>; 315 - clocks = <&scmi_clk EMMC_XIN_CLK>, 316 - <&scmi_clk EMMC_AXI_CLK>; 317 - clock-names = "clk_xin", "clk_ahb"; 318 - phys = <&emmc_phy>; 319 - phy-names = "phy_arasan"; 320 - assigned-clocks = <&scmi_clk EMMC_XIN_CLK>; 321 - clock-output-names = "emmc_cardclock"; 322 - resets = <&rst_pss1 TBH_PSS_EMMC_RST_N>; 323 - #clock-cells = <0x0>; 324 311 };