ARM: dts: socfpga: add the clk-phase property for sd/mmc clock
authorDinh Nguyen <dinguyen@opensource.altera.com>
Tue, 5 Jan 2016 20:59:38 +0000 (14:59 -0600)
committerDinh Nguyen <dinguyen@kernel.org>
Mon, 11 Apr 2016 18:47:22 +0000 (13:47 -0500)
The CIU clock for the SD/MMC should be the sdmmc_clk and not the
sdmmc_free_clk. Also, add the correct phase shift the sdmmc_clk.

Signed-off-by: Dinh Nguyen <dinguyen@opensource.altera.com>
arch/arm/boot/dts/socfpga_arria10.dtsi

index 1c5e139..f75dd23 100644 (file)
                                                compatible = "altr,socfpga-a10-gate-clk";
                                                clocks = <&sdmmc_free_clk>;
                                                clk-gate = <0xC8 5>;
+                                               clk-phase = <0 135>;
                                        };
 
                                        qspi_clk: qspi_clk {
                        reg = <0xff808000 0x1000>;
                        interrupts = <0 98 IRQ_TYPE_LEVEL_HIGH>;
                        fifo-depth = <0x400>;
-                       clocks = <&l4_mp_clk>, <&sdmmc_free_clk>;
+                       clocks = <&l4_mp_clk>, <&sdmmc_clk>;
                        clock-names = "biu", "ciu";
                        status = "disabled";
                };