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

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>

authored by

Russell King and committed by
Shawn Guo
70f50b17 0ce6fb5a

+2 -2
+2 -2
arch/arm/boot/dts/imx6qdl-sr-som-brcm.dtsi
··· 40 40 */ 41 41 #include <dt-bindings/gpio/gpio.h> 42 42 / { 43 - clk_sdio: sdio-clock { 43 + clk_brcm: brcm-clock { 44 44 compatible = "gpio-gate-clock"; 45 45 #clock-cells = <0>; 46 46 pinctrl-names = "default"; ··· 64 64 compatible = "mmc-pwrseq-simple"; 65 65 reset-gpios = <&gpio5 26 GPIO_ACTIVE_LOW>, 66 66 <&gpio6 0 GPIO_ACTIVE_LOW>; 67 - clocks = <&clk_sdio>; 67 + clocks = <&clk_brcm>; 68 68 clock-names = "ext_clock"; 69 69 }; 70 70 };