diff options
author | Shengjiu Wang <shengjiu.wang@freescale.com> | 2015-11-26 05:39:30 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2015-12-22 15:43:36 +0300 |
commit | 09d3059adcaf29cd3c3810a083474e7c9d087905 (patch) | |
tree | e16482ab714270cc5a57de685bbfe78bd569b352 /arch/arm/boot/dts/imx6sl.dtsi | |
parent | edb3ed394bf4ac947d83397480b6262b9f2ff326 (diff) | |
download | linux-09d3059adcaf29cd3c3810a083474e7c9d087905.tar.xz |
ARM: dts: imx6: Change the clock name for spba clock
Audio IP need the spba clock, but original clock name "dma" is not
accurate, so change it to name "spba". The audio driver has been
using the new name "spba", the binding document has been updated.
Signed-off-by: Shengjiu Wang <shengjiu.wang@freescale.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6sl.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx6sl.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx6sl.dtsi b/arch/arm/boot/dts/imx6sl.dtsi index ebeae8f76436..d12b250342a6 100644 --- a/arch/arm/boot/dts/imx6sl.dtsi +++ b/arch/arm/boot/dts/imx6sl.dtsi @@ -151,7 +151,7 @@ "rxtx1", "rxtx2", "rxtx3", "rxtx4", "rxtx5", "rxtx6", - "rxtx7", "dma"; + "rxtx7", "spba"; status = "disabled"; }; |