提交 70f50b17 编写于 作者: R Russell King 提交者: Shawn Guo

ARM: dts: imx6qdl-sr-som-brcm: rename sdio clock

The SDIO clock is really the Broadcom clock.  Rename it as such.
Signed-off-by: NRussell King <rmk+kernel@armlinux.org.uk>
Reviewed-by: NFabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: NShawn Guo <shawnguo@kernel.org>
上级 0ce6fb5a
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
*/ */
#include <dt-bindings/gpio/gpio.h> #include <dt-bindings/gpio/gpio.h>
/ { / {
clk_sdio: sdio-clock { clk_brcm: brcm-clock {
compatible = "gpio-gate-clock"; compatible = "gpio-gate-clock";
#clock-cells = <0>; #clock-cells = <0>;
pinctrl-names = "default"; pinctrl-names = "default";
...@@ -64,7 +64,7 @@ ...@@ -64,7 +64,7 @@
compatible = "mmc-pwrseq-simple"; compatible = "mmc-pwrseq-simple";
reset-gpios = <&gpio5 26 GPIO_ACTIVE_LOW>, reset-gpios = <&gpio5 26 GPIO_ACTIVE_LOW>,
<&gpio6 0 GPIO_ACTIVE_LOW>; <&gpio6 0 GPIO_ACTIVE_LOW>;
clocks = <&clk_sdio>; clocks = <&clk_brcm>;
clock-names = "ext_clock"; clock-names = "ext_clock";
}; };
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册