Browse Source

ARM64: dts: meson-gxl: Add MMC/SD/SDIO nodes

Add MMC/SD/SDIO nodes clock attributes for Amlogic Meson GXL.

Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Neil Armstrong 8 years ago
parent
commit
6d489dc846
1 changed files with 21 additions and 0 deletions
  1. 21 0
      arch/arm64/boot/dts/amlogic/meson-gxl.dtsi

+ 21 - 0
arch/arm64/boot/dts/amlogic/meson-gxl.dtsi

@@ -235,3 +235,24 @@
 &i2c_C {
 &i2c_C {
 	clocks = <&clkc CLKID_I2C>;
 	clocks = <&clkc CLKID_I2C>;
 };
 };
+
+&sd_emmc_a {
+	clocks = <&clkc CLKID_SD_EMMC_A>,
+		 <&xtal>,
+		 <&clkc CLKID_FCLK_DIV2>;
+	clock-names = "core", "clkin0", "clkin1";
+};
+
+&sd_emmc_b {
+	clocks = <&clkc CLKID_SD_EMMC_B>,
+		 <&xtal>,
+		 <&clkc CLKID_FCLK_DIV2>;
+       clock-names = "core", "clkin0", "clkin1";
+};
+
+&sd_emmc_c {
+	clocks = <&clkc CLKID_SD_EMMC_C>,
+		 <&xtal>,
+		 <&clkc CLKID_FCLK_DIV2>;
+	clock-names = "core", "clkin0", "clkin1";
+};