ARM: dts: imx6qdl-sr-som-brcm: rename sdio clock
The SDIO clock is really the Broadcom clock. Rename it as such. Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk> Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
0ce6fb5a2e
commit
70f50b1789
|
@ -40,7 +40,7 @@
|
|||
*/
|
||||
#include <dt-bindings/gpio/gpio.h>
|
||||
/ {
|
||||
clk_sdio: sdio-clock {
|
||||
clk_brcm: brcm-clock {
|
||||
compatible = "gpio-gate-clock";
|
||||
#clock-cells = <0>;
|
||||
pinctrl-names = "default";
|
||||
|
@ -64,7 +64,7 @@
|
|||
compatible = "mmc-pwrseq-simple";
|
||||
reset-gpios = <&gpio5 26 GPIO_ACTIVE_LOW>,
|
||||
<&gpio6 0 GPIO_ACTIVE_LOW>;
|
||||
clocks = <&clk_sdio>;
|
||||
clocks = <&clk_brcm>;
|
||||
clock-names = "ext_clock";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue