Message ID | 20210728110048.14593-1-siddharth.manthan@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | [1/2] dt-bindings: Add bindings for Capella cm3323 Ambient Light Sensor | expand |
On Wed, 28 Jul 2021 16:30:47 +0530, Siddharth Manthan wrote: > Update trivial-devices.yaml with Capella cm3323 Ambient Light Sensor > description. > > Signed-off-by: Siddharth Manthan <siddharth.manthan@gmail.com> > --- > This patch was previously sent using outlook email provider. Unfortunately > I had no knowledge of outlook being banned from mailing lists. I am > resending these patches using gmail. Please ignore the previous patches. > > Documentation/devicetree/bindings/trivial-devices.yaml | 2 ++ > 1 file changed, 2 insertions(+) > Acked-by: Rob Herring <robh@kernel.org>
On Mon, 2 Aug 2021 15:34:16 -0600 Rob Herring <robh@kernel.org> wrote: > On Wed, 28 Jul 2021 16:30:47 +0530, Siddharth Manthan wrote: > > Update trivial-devices.yaml with Capella cm3323 Ambient Light Sensor > > description. > > > > Signed-off-by: Siddharth Manthan <siddharth.manthan@gmail.com> > > --- > > This patch was previously sent using outlook email provider. Unfortunately > > I had no knowledge of outlook being banned from mailing lists. I am > > resending these patches using gmail. Please ignore the previous patches. > > > > Documentation/devicetree/bindings/trivial-devices.yaml | 2 ++ > > 1 file changed, 2 insertions(+) > > > > Acked-by: Rob Herring <robh@kernel.org> Seems we have two versions of this series, only one of which made it to the archive. Anyhow, I've tweaked the message for patch 2 to remove implication that the of_device_id table is 'necessary' for dt based probing rather than nice to have. Applied to the togreg branch of iio.git and pushed out as testing for 0-day to see if it can find anything we missed before I make a mess of linux-next. Thanks, Jonathan
diff --git a/Documentation/devicetree/bindings/trivial-devices.yaml b/Documentation/devicetree/bindings/trivial-devices.yaml index 919a4bf03a5a..39fb27561a7b 100644 --- a/Documentation/devicetree/bindings/trivial-devices.yaml +++ b/Documentation/devicetree/bindings/trivial-devices.yaml @@ -61,6 +61,8 @@ properties: - capella,cm32181 # CM3232: Ambient Light Sensor - capella,cm3232 + # CM3323: Ambient Light Sensor + - capella,cm3323 # High-Precision Digital Thermometer - dallas,ds1631 # Total-Elapsed-Time Recorder with Alarm
Update trivial-devices.yaml with Capella cm3323 Ambient Light Sensor description. Signed-off-by: Siddharth Manthan <siddharth.manthan@gmail.com> --- This patch was previously sent using outlook email provider. Unfortunately I had no knowledge of outlook being banned from mailing lists. I am resending these patches using gmail. Please ignore the previous patches. Documentation/devicetree/bindings/trivial-devices.yaml | 2 ++ 1 file changed, 2 insertions(+)