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 @@ -2712,6 +2712,7 @@ static struct platform_driver arm_sbsa_uart_platform_driver = {
2712
2712
.name = "sbsa-uart" ,
2713
2713
.of_match_table = of_match_ptr (sbsa_uart_of_match ),
2714
2714
.acpi_match_table = ACPI_PTR (sbsa_uart_acpi_match ),
2715
+ .suppress_bind_attrs = IS_BUILTIN (CONFIG_SERIAL_AMBA_PL011 ),
2715
2716
},
2716
2717
};
2717
2718
@@ -2740,6 +2741,7 @@ static struct amba_driver pl011_driver = {
2740
2741
.drv = {
2741
2742
.name = "uart-pl011" ,
2742
2743
.pm = & pl011_dev_pm_ops ,
2744
+ .suppress_bind_attrs = IS_BUILTIN (CONFIG_SERIAL_AMBA_PL011 ),
2743
2745
},
2744
2746
.id_table = pl011_ids ,
2745
2747
.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 = {
920
920
.driver = {
921
921
.name = PIC32_DEV_NAME ,
922
922
.of_match_table = of_match_ptr (pic32_serial_dt_ids ),
923
+ .suppress_bind_attrs = IS_BUILTIN (CONFIG_SERIAL_PIC32 ),
923
924
},
924
925
};
925
926
Original file line number Diff line number Diff line change @@ -1602,6 +1602,7 @@ static struct platform_driver cdns_uart_platform_driver = {
1602
1602
.name = CDNS_UART_NAME ,
1603
1603
.of_match_table = cdns_uart_of_match ,
1604
1604
.pm = & cdns_uart_dev_pm_ops ,
1605
+ .suppress_bind_attrs = IS_BUILTIN (CONFIG_SERIAL_XILINX_PS_UART ),
1605
1606
},
1606
1607
};
1607
1608
You can’t perform that action at this time.
0 commit comments