Message ID | 20230110152859.295881-2-jiriv@axis.com |
---|---|
State | New |
Headers | show |
Series | Input: cap11xx add support for cap1203, cap1293 and cap1298 | expand |
On 10/01/2023 16:28, Jiri Valek - 2N wrote: > Add support for cap1203, cap1293 and cap1298. > > Signed-off-by: Jiri Valek - 2N <jiriv@axis.com> > --- > No changes since v1 > Really? This is a friendly reminder during the review process. It seems my previous comments were not fully addressed. Maybe my feedback got lost between the quotes, maybe you just forgot to apply it. Please go back to the previous discussion and either implement all requested changes or keep discussing them. Thank you. Best regards, Krzysztof
diff --git a/Documentation/devicetree/bindings/input/microchip,cap11xx.yaml b/Documentation/devicetree/bindings/input/microchip,cap11xx.yaml index 67d4d8f86a2d..08ca993b94c4 100644 --- a/Documentation/devicetree/bindings/input/microchip,cap11xx.yaml +++ b/Documentation/devicetree/bindings/input/microchip,cap11xx.yaml @@ -20,6 +20,9 @@ properties: - microchip,cap1126 - microchip,cap1188 - microchip,cap1206 + - microchip,cap1203 + - microchip,cap1293 + - microchip,cap1298 reg: maxItems: 1
Add support for cap1203, cap1293 and cap1298. Signed-off-by: Jiri Valek - 2N <jiriv@axis.com> --- No changes since v1 Documentation/devicetree/bindings/input/microchip,cap11xx.yaml | 3 +++ 1 file changed, 3 insertions(+)