Message ID | 20220916140213.1310304-2-bryan.odonoghue@linaro.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Add imx577 and imx477 compatible to imx412 | expand |
Hi Brian, On Fri, Sep 16, 2022 at 03:02:11PM +0100, Bryan O'Donoghue wrote: > Add compatible bindings for imx477 and imx577 both of which use the > same silicon enabling reference code from Sony in the available examples > provided. > > Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org> The patch looks good to me and I was waiting for an ack from the DT folks. They aren't cc'd. Could you resend the patch, cc'ing the devicetree list and Krzysztof Kozlowski, please?
On 21/09/2022 20:03, Sakari Ailus wrote: > Hi Brian, > > On Fri, Sep 16, 2022 at 03:02:11PM +0100, Bryan O'Donoghue wrote: >> Add compatible bindings for imx477 and imx577 both of which use the >> same silicon enabling reference code from Sony in the available examples >> provided. >> >> Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org> > > The patch looks good to me and I was waiting for an ack from the DT folks. > They aren't cc'd. Could you resend the patch, cc'ing the devicetree list > and Krzysztof Kozlowski, please? > np
On Wed, Sep 21, 2022 at 08:04:42PM +0100, Bryan O'Donoghue wrote: > On 21/09/2022 20:03, Sakari Ailus wrote: > > Hi Brian, > > > > On Fri, Sep 16, 2022 at 03:02:11PM +0100, Bryan O'Donoghue wrote: > > > Add compatible bindings for imx477 and imx577 both of which use the > > > same silicon enabling reference code from Sony in the available examples > > > provided. > > > > > > Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org> > > > > The patch looks good to me and I was waiting for an ack from the DT folks. > > They aren't cc'd. Could you resend the patch, cc'ing the devicetree list > > and Krzysztof Kozlowski, please? > > > np I actually think it's better to resend the entire set.
diff --git a/Documentation/devicetree/bindings/media/i2c/sony,imx412.yaml b/Documentation/devicetree/bindings/media/i2c/sony,imx412.yaml index 26d1807d0bb6..ebb649c5e4c5 100644 --- a/Documentation/devicetree/bindings/media/i2c/sony,imx412.yaml +++ b/Documentation/devicetree/bindings/media/i2c/sony,imx412.yaml @@ -19,7 +19,11 @@ description: properties: compatible: - const: sony,imx412 + items: + - enum: + - sony,imx412 + - sony,imx477 + - sony,imx577 reg: description: I2C address maxItems: 1
Add compatible bindings for imx477 and imx577 both of which use the same silicon enabling reference code from Sony in the available examples provided. Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org> --- .../devicetree/bindings/media/i2c/sony,imx412.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-)