hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/arch/arm/boot/dts/sama5d3_mci2.dtsi
....@@ -1,10 +1,9 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * sama5d3_mci2.dtsi - Device Tree Include file for SAMA5D3 SoC with
34 * 3 MMC ports
45 *
56 * Copyright (C) 2013 Boris BREZILLON <b.brezillon@overkiz.com>
6
- *
7
- * Licensed under GPLv2.
87 */
98
109 #include <dt-bindings/pinctrl/at91.h>
....@@ -31,15 +30,6 @@
3130 };
3231 };
3332
34
- pmc: pmc@fffffc00 {
35
- periphck {
36
- mci2_clk: mci2_clk {
37
- #clock-cells = <0>;
38
- reg = <23>;
39
- };
40
- };
41
- };
42
-
4333 mmc2: mmc@f8004000 {
4434 compatible = "atmel,hsmci";
4535 reg = <0xf8004000 0x600>;
....@@ -48,7 +38,7 @@
4838 dma-names = "rxtx";
4939 pinctrl-names = "default";
5040 pinctrl-0 = <&pinctrl_mmc2_clk_cmd_dat0 &pinctrl_mmc2_dat1_3>;
51
- clocks = <&mci2_clk>;
41
+ clocks = <&pmc PMC_TYPE_PERIPHERAL 23>;
5242 clock-names = "mci_clk";
5343 status = "disabled";
5444 #address-cells = <1>;