|
@@ -70,6 +70,7 @@ static const struct i2c_device_id pca953x_id[] = {
|
|
{ "pca9575", 16 | PCA957X_TYPE | PCA_INT, },
|
|
{ "pca9575", 16 | PCA957X_TYPE | PCA_INT, },
|
|
{ "pca9698", 40 | PCA953X_TYPE, },
|
|
{ "pca9698", 40 | PCA953X_TYPE, },
|
|
|
|
|
|
|
|
+ { "pcal6524", 24 | PCA953X_TYPE | PCA_INT | PCA_PCAL, },
|
|
{ "pcal9555a", 16 | PCA953X_TYPE | PCA_INT | PCA_PCAL, },
|
|
{ "pcal9555a", 16 | PCA953X_TYPE | PCA_INT | PCA_PCAL, },
|
|
|
|
|
|
{ "max7310", 8 | PCA953X_TYPE, },
|
|
{ "max7310", 8 | PCA953X_TYPE, },
|
|
@@ -935,6 +936,9 @@ static const struct of_device_id pca953x_dt_ids[] = {
|
|
{ .compatible = "nxp,pca9575", .data = OF_957X(16, PCA_INT), },
|
|
{ .compatible = "nxp,pca9575", .data = OF_957X(16, PCA_INT), },
|
|
{ .compatible = "nxp,pca9698", .data = OF_953X(40, 0), },
|
|
{ .compatible = "nxp,pca9698", .data = OF_953X(40, 0), },
|
|
|
|
|
|
|
|
+ { .compatible = "nxp,pcal6524", .data = OF_953X(24, PCA_INT), },
|
|
|
|
+ { .compatible = "nxp,pcal9555a", .data = OF_953X(16, PCA_INT), },
|
|
|
|
+
|
|
{ .compatible = "maxim,max7310", .data = OF_953X( 8, 0), },
|
|
{ .compatible = "maxim,max7310", .data = OF_953X( 8, 0), },
|
|
{ .compatible = "maxim,max7312", .data = OF_953X(16, PCA_INT), },
|
|
{ .compatible = "maxim,max7312", .data = OF_953X(16, PCA_INT), },
|
|
{ .compatible = "maxim,max7313", .data = OF_953X(16, PCA_INT), },
|
|
{ .compatible = "maxim,max7313", .data = OF_953X(16, PCA_INT), },
|