Skip to content

Commit 26c0229

Browse files
claudiubezneagregkh
authored andcommitted
pinctrl: renesas: rzg2l: Suppress binding attributes
[ Upstream commit ea40653 ] Suppress binding attributes for the rzg2l pinctrl driver, as it is an essential block for Renesas SoCs. Unbinding the driver leads to warnings from __device_links_no_driver() and can eventually render the system inaccessible. Fixes: c4c4637 ("pinctrl: renesas: Add RZ/G2L pin and gpio controller driver") Signed-off-by: Claudiu Beznea <[email protected]> Reviewed-by: Lad Prabhakar <[email protected]> Reviewed-by: Geert Uytterhoeven <[email protected]> Link: https://lore.kernel.org/[email protected] Signed-off-by: Geert Uytterhoeven <[email protected]> Signed-off-by: Sasha Levin <[email protected]>
1 parent bfcca46 commit 26c0229

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/pinctrl/renesas/pinctrl-rzg2l.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3180,6 +3180,7 @@ static struct platform_driver rzg2l_pinctrl_driver = {
31803180
.name = DRV_NAME,
31813181
.of_match_table = of_match_ptr(rzg2l_pinctrl_of_table),
31823182
.pm = pm_sleep_ptr(&rzg2l_pinctrl_pm_ops),
3183+
.suppress_bind_attrs = true,
31833184
},
31843185
.probe = rzg2l_pinctrl_probe,
31853186
};

0 commit comments

Comments
 (0)