|
@@ -64,7 +64,8 @@ static void of_gpio_flags_quirks(struct device_node *np,
|
|
|
* Note that active low is the default.
|
|
|
*/
|
|
|
if (IS_ENABLED(CONFIG_REGULATOR) &&
|
|
|
- (of_device_is_compatible(np, "reg-fixed-voltage") ||
|
|
|
+ (of_device_is_compatible(np, "regulator-fixed") ||
|
|
|
+ of_device_is_compatible(np, "reg-fixed-voltage") ||
|
|
|
of_device_is_compatible(np, "regulator-gpio"))) {
|
|
|
/*
|
|
|
* The regulator GPIO handles are specified such that the
|