From patchwork Mon May 20 19:59:37 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Laurent Pinchart X-Patchwork-Id: 797917 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 93ACE13665A; Mon, 20 May 2024 19:59:53 +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=1716235195; cv=none; b=ixNA2jlm8iDki0+sT7aJfw6mk/9Wn9/aG72pCUlIkf5YcpnSAvU8R/CiVJ6EbR3TEUR+bt/F/0IM/Axy/i8Z69M2sTVr8YKKBmX0CbwCVA3nUhtOtAZY7dfL7UWFxgiemhoKBo6BMmODK6lNE367eYRWNDaClfRi4PcmYg0kK4s= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1716235195; c=relaxed/simple; bh=pwfh1HNB6ejIfQ8JrKO9PRDbCXrx5uV4yhJeYYaiDvo=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=tMCEhfEQ+wxb3ZMcYmwzxuvy1KnQKhTf43+4eqrYXXhEAxF3eQPyvw1HRqG86q5UUi1kDJtfrD4UT50aVkzeoFK45RK4IGPGFve/MVOBduJa0dDOGNZt/lffxfEjlChU6lQ0StVXWlmdEDiaH2qqD9hB1Sjt4hqBNvhv49BHPZw= 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=U3DoIdXM; 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="U3DoIdXM" Received: from pendragon.ideasonboard.com (81-175-209-231.bb.dnainternet.fi [81.175.209.231]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 99EF7EBB; Mon, 20 May 2024 21:59:40 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1716235180; bh=pwfh1HNB6ejIfQ8JrKO9PRDbCXrx5uV4yhJeYYaiDvo=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=U3DoIdXMI/EIM1O756bGUJlOIRbTUzw3se0GaiKuScuEfmjpPu8/hReq4Z+vzCFq6 s1HxhEHuOjXi26iHmaVkmVX3dUh0uZWOevR7HEKJ/vkvWTHGB1VS/mGJV1lmGLLoCq qaL1cUl3hKwu8U0eZNjSlH8ahsVgxybx+h6tnw+s= From: Laurent Pinchart To: linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-gpio@vger.kernel.org, linux-pwm@vger.kernel.org Cc: Alexandru Ardelean , Bartosz Golaszewski , Conor Dooley , Krzysztof Kozlowski , Lee Jones , Linus Walleij , Rob Herring , =?utf-8?q?Uwe_Kleine-K=C3=B6nig?= Subject: [PATCH 1/5] dt-bindings: trivial-devices: Drop adi,adp5585 and adi,adp5585-02 Date: Mon, 20 May 2024 22:59:37 +0300 Message-ID: <20240520195942.11582-2-laurent.pinchart@ideasonboard.com> X-Mailer: git-send-email 2.44.1 In-Reply-To: <20240520195942.11582-1-laurent.pinchart@ideasonboard.com> References: <20240520195942.11582-1-laurent.pinchart@ideasonboard.com> Precedence: bulk X-Mailing-List: linux-gpio@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 The Analog Devices ADP5585 is a multi-function device that requires non-trivial DT bindings. To prepare for proper support of the device, drop the related compatible strings from trivial-devices.yaml. They were added by mistake, without any user in the mainline kernel, neither in device tree sources nor in drivers. Fixes: e5dddbedfe09 ("dt-bindings: add ADP5585/ADP5589 entries to trivial-devices") Signed-off-by: Laurent Pinchart --- Documentation/devicetree/bindings/trivial-devices.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Documentation/devicetree/bindings/trivial-devices.yaml b/Documentation/devicetree/bindings/trivial-devices.yaml index e07be7bf8395..59102d46b98e 100644 --- a/Documentation/devicetree/bindings/trivial-devices.yaml +++ b/Documentation/devicetree/bindings/trivial-devices.yaml @@ -39,10 +39,6 @@ properties: # AD5110 - Nonvolatile Digital Potentiometer - adi,ad5110 # Analog Devices ADP5585 Keypad Decoder and I/O Expansion - - adi,adp5585 - # Analog Devices ADP5585 Keypad Decoder and I/O Expansion with support for Row5 - - adi,adp5585-02 - # Analog Devices ADP5589 Keypad Decoder and I/O Expansion - adi,adp5589 # Analog Devices LT7182S Dual Channel 6A, 20V PolyPhase Step-Down Silent Switcher - adi,lt7182s