From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id D9CB178C9D; Sun, 27 Oct 2024 15:01:11 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=213.167.242.64 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1730041273; cv=none; b=tNDuuQrwd/PxeH6WZa4NPiieP0/VS7QFWDUAMFY59yMxl0wEV+giUSTNVV55HAVWZTxE+fepMbZUFBzzkO1K15V2kp1RXDKx6+CH76JkmXQIdNru4XXoZdo1woSSR6+O6WSgsnYtt2bmiSbVXj+ZXra3XAnVNNIeIIbBiCyABPw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1730041273; c=relaxed/simple; bh=1KHBgB1jN5wEIj5V4tyt8H6QiXGElPZqaFhEXB8PLSU=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=piVyqUxYC6nB+Z+mvH6WjBLgAxT2JiW+V/fpmTgMn/FO18UOFUl8oSwqVy9eSFjErtyPPj38wrjDW9SpuminR7Gajb31BeQFKreA86w2bJKncZmWCGt12/0KM5lexdiYO3xuOCo1Mbrr1npSPVtcOiT5KwFeLeURI0Rpdclg4xQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=ideasonboard.com; spf=pass smtp.mailfrom=ideasonboard.com; dkim=pass (1024-bit key) header.d=ideasonboard.com header.i=@ideasonboard.com header.b=ZdZaJPbS; arc=none smtp.client-ip=213.167.242.64 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=ideasonboard.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=ideasonboard.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="ZdZaJPbS" Received: from pendragon.ideasonboard.com (81-175-209-231.bb.dnainternet.fi [81.175.209.231]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id CC97A7E4; Sun, 27 Oct 2024 16:01:07 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1730041268; bh=1KHBgB1jN5wEIj5V4tyt8H6QiXGElPZqaFhEXB8PLSU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ZdZaJPbSLRfJ0YU/ZlFtblP8x+lYBLm/KWp8yy4MVNzEq3FzpFl0VfggQVi4zO2qH LDcB0vQPem3+aX+rvofEN5KVygJhuAmYTm9zpiwdIXzi+MzFoW+LOR0goHmd8yAA6u B8goxDOFR7cEv3pstOtxxFZk4lyObvv0h+WGMaM4= Date: Sun, 27 Oct 2024 17:01:03 +0200 From: Laurent Pinchart To: Herve Codina Cc: Andrzej Hajda , Neil Armstrong , Robert Foss , Jonas Karlman , Jernej Skrabec , David Airlie , Simona Vetter , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Marek Vasut , dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Luca Ceresoli , Thomas Petazzoni Subject: Re: [PATCH 1/2] dt-bindings: display: bridge: sn65dsi83: Add interrupt Message-ID: <20241027150103.GJ6519@pendragon.ideasonboard.com> References: <20241024095539.1637280-1-herve.codina@bootlin.com> <20241024095539.1637280-2-herve.codina@bootlin.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20241024095539.1637280-2-herve.codina@bootlin.com> Hi Herve, Thank you for the patch. On Thu, Oct 24, 2024 at 11:55:37AM +0200, Herve Codina wrote: > Both the TI SN65DSI83 and SN65DSI84 bridges have an IRQ pin to signal > errors using interrupt. > > This interrupt is not documented in the binding. > > Add the missing interrupts property. > > Signed-off-by: Herve Codina Reviewed-by: Laurent Pinchart > --- > .../devicetree/bindings/display/bridge/ti,sn65dsi83.yaml | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/Documentation/devicetree/bindings/display/bridge/ti,sn65dsi83.yaml b/Documentation/devicetree/bindings/display/bridge/ti,sn65dsi83.yaml > index 48a97bb3e2e0..4505d2d83e0d 100644 > --- a/Documentation/devicetree/bindings/display/bridge/ti,sn65dsi83.yaml > +++ b/Documentation/devicetree/bindings/display/bridge/ti,sn65dsi83.yaml > @@ -35,6 +35,9 @@ properties: > vcc-supply: > description: A 1.8V power supply (see regulator/regulator.yaml). > > + interrupts: > + maxItems: 1 > + > ports: > $ref: /schemas/graph.yaml#/properties/ports > -- Regards, Laurent Pinchart