File tree Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -2800,6 +2800,7 @@ static struct platform_driver arm_sbsa_uart_platform_driver = {
28002800 .name = "sbsa-uart" ,
28012801 .of_match_table = of_match_ptr (sbsa_uart_of_match ),
28022802 .acpi_match_table = ACPI_PTR (sbsa_uart_acpi_match ),
2803+ .suppress_bind_attrs = IS_BUILTIN (CONFIG_SERIAL_AMBA_PL011 ),
28032804 },
28042805};
28052806
@@ -2828,6 +2829,7 @@ static struct amba_driver pl011_driver = {
28282829 .drv = {
28292830 .name = "uart-pl011" ,
28302831 .pm = & pl011_dev_pm_ops ,
2832+ .suppress_bind_attrs = IS_BUILTIN (CONFIG_SERIAL_AMBA_PL011 ),
28312833 },
28322834 .id_table = pl011_ids ,
28332835 .probe = pl011_probe ,
Original file line number Diff line number Diff line change @@ -920,6 +920,7 @@ static struct platform_driver pic32_uart_platform_driver = {
920920 .driver = {
921921 .name = PIC32_DEV_NAME ,
922922 .of_match_table = of_match_ptr (pic32_serial_dt_ids ),
923+ .suppress_bind_attrs = IS_BUILTIN (CONFIG_SERIAL_PIC32 ),
923924 },
924925};
925926
Original file line number Diff line number Diff line change @@ -1644,6 +1644,7 @@ static struct platform_driver cdns_uart_platform_driver = {
16441644 .name = CDNS_UART_NAME ,
16451645 .of_match_table = cdns_uart_of_match ,
16461646 .pm = & cdns_uart_dev_pm_ops ,
1647+ .suppress_bind_attrs = IS_BUILTIN (CONFIG_SERIAL_XILINX_PS_UART ),
16471648 },
16481649};
16491650
You can’t perform that action at this time.
0 commit comments