meson64-current: rewrite patches

This commit is contained in:
EvilOlaf 2026-02-20 06:19:56 +00:00 committed by Werner
parent 20050860f0
commit 11823ab0d1

View File

@ -73,7 +73,7 @@ index 111111111111..222222222222 100644
+ pc->chip.to_irq = meson_gpio_to_irq;
pc->chip.base = -1;
pc->chip.ngpio = pc->data->num_pins;
pc->chip.can_sleep = false;
pc->chip.can_sleep = true;
@@ -680,6 +716,11 @@ static int meson_pinctrl_parse_dt(struct meson_pinctrl *pc)
pc->fwnode = gpiochip_node_get_first(pc->dev);
gpio_np = to_of_node(pc->fwnode);