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

arm: dts: socfpga: remove "clk-phase" in sdmmc_clk

Now that the SDMMC driver can use the "clk-phase-sd-hs" binding, we don't
need the clk-phase in the sdmmc_clk anymore.

Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>

-2
-1
arch/arm/boot/dts/socfpga.dtsi
··· 453 453 compatible = "altr,socfpga-gate-clk"; 454 454 clocks = <&f2s_periph_ref_clk>, <&main_nand_sdmmc_clk>, <&per_nand_mmc_clk>; 455 455 clk-gate = <0xa0 8>; 456 - clk-phase = <0 135>; 457 456 }; 458 457 459 458 sdmmc_clk_divided: sdmmc_clk_divided {
-1
arch/arm/boot/dts/socfpga_arria10.dtsi
··· 365 365 compatible = "altr,socfpga-a10-gate-clk"; 366 366 clocks = <&sdmmc_free_clk>; 367 367 clk-gate = <0xC8 5>; 368 - clk-phase = <0 135>; 369 368 }; 370 369 371 370 qspi_clk: qspi_clk {