Loading drivers/gpio/gpiolib-of.c +9 −0 Original line number Diff line number Diff line Loading @@ -222,6 +222,15 @@ static void of_gpio_try_fixup_polarity(const struct device_node *np, */ { "lantiq,pci-xway", "gpio-reset", false }, #endif #if IS_ENABLED(CONFIG_REGULATOR_S5M8767) /* * According to S5M8767, the DVS and DS pin are * active-high signals. However, exynos5250-spring.dts use * active-low setting. */ { "samsung,s5m8767-pmic", "s5m8767,pmic-buck-dvs-gpios", true }, { "samsung,s5m8767-pmic", "s5m8767,pmic-buck-ds-gpios", true }, #endif #if IS_ENABLED(CONFIG_TOUCHSCREEN_TSC2005) /* * DTS for Nokia N900 incorrectly specified "active high" Loading Loading
drivers/gpio/gpiolib-of.c +9 −0 Original line number Diff line number Diff line Loading @@ -222,6 +222,15 @@ static void of_gpio_try_fixup_polarity(const struct device_node *np, */ { "lantiq,pci-xway", "gpio-reset", false }, #endif #if IS_ENABLED(CONFIG_REGULATOR_S5M8767) /* * According to S5M8767, the DVS and DS pin are * active-high signals. However, exynos5250-spring.dts use * active-low setting. */ { "samsung,s5m8767-pmic", "s5m8767,pmic-buck-dvs-gpios", true }, { "samsung,s5m8767-pmic", "s5m8767,pmic-buck-ds-gpios", true }, #endif #if IS_ENABLED(CONFIG_TOUCHSCREEN_TSC2005) /* * DTS for Nokia N900 incorrectly specified "active high" Loading