pinctrl: stm32: Remove check for pins-are-numbered
Remove the check for the unnecessary pins-are-numbered DeviceTree property Signed-off-by: Bernhard Rosenkränzer <bero@baylibre.com> Reviewed-by: Matthias Brugger <matthias.bgg@gmail.com> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://lore.kernel.org/r/20221129023401.278780-3-bero@baylibre.com Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
parent
78ee2e071d
commit
b2de4316ec
@ -1499,11 +1499,6 @@ int stm32_pctl_probe(struct platform_device *pdev)
|
||||
if (!match_data)
|
||||
return -EINVAL;
|
||||
|
||||
if (!device_property_present(dev, "pins-are-numbered")) {
|
||||
dev_err(dev, "only support pins-are-numbered format\n");
|
||||
return -EINVAL;
|
||||
}
|
||||
|
||||
pctl = devm_kzalloc(dev, sizeof(*pctl), GFP_KERNEL);
|
||||
if (!pctl)
|
||||
return -ENOMEM;
|
||||
|
Loading…
x
Reference in New Issue
Block a user