Loading drivers/spi/spi-msm-geni.c +1 −1 Original line number Diff line number Diff line Loading @@ -2002,6 +2002,7 @@ static int spi_geni_probe(struct platform_device *pdev) dev_info(&pdev->dev, "LA-VM usecase\n"); } geni_mas->spi_rsc.wrapper_dev = &wrapper_pdev->dev; /* * For LE, clocks, gpio and icb voting will be provided by * by LA. The SPI operates in GSI mode only for LE usecase, Loading @@ -2009,7 +2010,6 @@ static int spi_geni_probe(struct platform_device *pdev) * in SPI LE dt. */ if (!geni_mas->is_le_vm) { geni_mas->spi_rsc.wrapper_dev = &wrapper_pdev->dev; ret = geni_se_resources_init(rsc, SPI_CORE2X_VOTE, (DEFAULT_SE_CLK * DEFAULT_BUS_WIDTH)); if (ret) { Loading Loading
drivers/spi/spi-msm-geni.c +1 −1 Original line number Diff line number Diff line Loading @@ -2002,6 +2002,7 @@ static int spi_geni_probe(struct platform_device *pdev) dev_info(&pdev->dev, "LA-VM usecase\n"); } geni_mas->spi_rsc.wrapper_dev = &wrapper_pdev->dev; /* * For LE, clocks, gpio and icb voting will be provided by * by LA. The SPI operates in GSI mode only for LE usecase, Loading @@ -2009,7 +2010,6 @@ static int spi_geni_probe(struct platform_device *pdev) * in SPI LE dt. */ if (!geni_mas->is_le_vm) { geni_mas->spi_rsc.wrapper_dev = &wrapper_pdev->dev; ret = geni_se_resources_init(rsc, SPI_CORE2X_VOTE, (DEFAULT_SE_CLK * DEFAULT_BUS_WIDTH)); if (ret) { Loading