From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 09538C433F5 for ; Fri, 28 Jan 2022 15:51:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1349698AbiA1PvU (ORCPT ); Fri, 28 Jan 2022 10:51:20 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33830 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1349686AbiA1PvU (ORCPT ); Fri, 28 Jan 2022 10:51:20 -0500 Received: from mail-yb1-xb36.google.com (mail-yb1-xb36.google.com [IPv6:2607:f8b0:4864:20::b36]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A826EC06173B for ; Fri, 28 Jan 2022 07:51:19 -0800 (PST) Received: by mail-yb1-xb36.google.com with SMTP id k31so19765348ybj.4 for ; Fri, 28 Jan 2022 07:51:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=NzzOa90r+UEhhQasjIhaGTCJXWBGOWkSCnnTDJnaUwE=; b=ILLs1bmBWcqYa8YcrpOTKdkOowUrHzTkrNlJ5UO6en4cr4NIsqhLkcvz/CGheI4f8s n6ls5mQuV6inYKKp9m1gXmodBtTthBxwCKBjH63zGuyZ8CZ2CSseTo7gWTJe3/cspyqu FXpPLXuxG6Ne5194jBNOd7vnkbz7i9+D4vzU1fV5O+qRA9PpO5xLCxqsXKKuDNYe+v03 QvX4y1Fl3yJ3Ugm4VOP7uxA7iOq1dqfjmiGreTl2wfwXMuKa5Kw6c8WYzMFTJX1ug+Bi f8r8GFdxLm0UMROBVSGj7GJ2XsTnKvREksm9FXi9kAscnI7L3RN3yrzJXdeVMOSytbTV YEog== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=NzzOa90r+UEhhQasjIhaGTCJXWBGOWkSCnnTDJnaUwE=; b=ewj9VeFMQOLdXxSQJfKCpG15F1L+7Umq/U6cvTTCQHzi3Kh3yNJksRY1wTabufeRhw x1tkFAhqztlGhyirufBcDohqtxJJywb6DZy7yzl57gtfRJhnn8rUAVn/vDEKylVNX0W5 hyjb1Cq7GFfTXrzGTh1Mvlf4ObPIMkO0wmt7PlK0KSbVZPGawaQ3N/afz/vCbDfjOnEz iZb7bmKLHJ6ovo57q+WGk2itNUqFZiess5NLAmO7x9jvB+j9PDIC8lJiQsNtGFRxviNg hoLQRVGeBJkD+9SJ96Jy0SNeHFkiX590z26Kzpn1zoY4oySNT8odUJaduqcyPSc43f10 U/lg== X-Gm-Message-State: AOAM530CuH1DpeWMvSnWf/StYxRtE/T2hO4DAWcVD2YF5iw9pXT1AU8t PllX/vOsU3E/3RK9j3jhglqEsZdYQaHtiJGkg1QzNA== X-Google-Smtp-Source: ABdhPJwZSgwZ+c2EpsAkf0hqpurLM2P0YCb+u4F+wIreHiUnXpIcjSDgNYHFzA0l68cl3XUTjVD+EZHKbPz/o9WD0LE= X-Received: by 2002:a25:df56:: with SMTP id w83mr13234791ybg.110.1643385078895; Fri, 28 Jan 2022 07:51:18 -0800 (PST) MIME-Version: 1.0 References: <20210412122331.1631643-1-linus.walleij@linaro.org> In-Reply-To: From: Linus Walleij Date: Fri, 28 Jan 2022 16:51:07 +0100 Message-ID: Subject: Re: [PATCH] iio: st-sensors: Update ST Sensor bindings To: Geert Uytterhoeven Cc: Jonathan Cameron , linux-iio@vger.kernel.org, Hartmut Knaack , Lars-Peter Clausen , Peter Meerwald-Stadler , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , Rob Herring Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Wed, Jan 26, 2022 at 3:59 PM Geert Uytterhoeven wrote: > On Mon, Apr 12, 2021 at 2:24 PM Linus Walleij wrote: > > interrupts: > > + description: interrupt line(s) connected to the DRDY line(s) and/or the > > + Intertial interrupt lines INT1 and INT2 if these exist. This means up to > > + three interrupts, and the DRDY must be the first one if it exists on > > So this says three (the LSM9DS0 datasheet agrees)... > > > + the package. The trigger edge of the interrupts is sometimes software > > + configurable in the hardware so the operating system should parse this > > + flag and set up the trigger edge as indicated in the device tree. > > minItems: 1 > > + maxItems: 2 > > ... while this says two? Looks like a bug, could you send a patch? (I'm a bit preoccupied right now.) Thanks! Linus Walleij