Hi Bartlomiej, [...] >> >> - regmap_write(pmu_regmap, S5P_PAD_RET_MAUDIO_OPTION, (1 << 28)); >> - regmap_write(pmu_regmap, S5P_PAD_RET_GPIO_OPTION, (1 << 28)); >> - regmap_write(pmu_regmap, S5P_PAD_RET_UART_OPTION, (1 << 28)); >> - regmap_write(pmu_regmap, S5P_PAD_RET_MMCA_OPTION, (1 << 28)); >> - regmap_write(pmu_regmap, S5P_PAD_RET_MMCB_OPTION, (1 << 28)); >> - regmap_write(pmu_regmap, S5P_PAD_RET_EBIA_OPTION, (1 << 28)); >> - regmap_write(pmu_regmap, S5P_PAD_RET_EBIB_OPTION, (1 << 28)); >> + if (soc_is_exynos5250()) { > > Adding a check here for EXYNOS5250 doesn't look correct (the old code > behavior for older EXYNOS SoCs should be preserved). Will fix this in the next version. Regards, Abhilash -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html