From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 67B7725CC9F; Thu, 6 Mar 2025 17:54:51 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1741283691; cv=none; b=TfhFE0J1TIUmzVT5kHeHQwxWgyhT6EG9qEQzsJRGtlLTb2wIboP3heTxTcXVw/75FiX90nWXztWAgOSEWd4GfAuJ6GBkdv3lJbBYP5EqipDHEZO6g3TPmWtZyxsAEjpk54xJfvEievrMAncEXZpgcN/MCmPEv4cvaVlxjre0eog= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1741283691; c=relaxed/simple; bh=qdm0HXf809KweRtwUqUjuGRSBGOGTK1ZwZaRFgirYRE=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=tvA+OHro7Y5F2jI+JZalXBGtk4K4uYjnWVOnx9biV+AQSJr5DayVH3AEJ4iU/z5654+4o6Bmtt6mhwTLNl8E/dCAUx543R+NUdBr8TZkh2JIChonwqhxMHwtKlOAYYg/7tQEHmMeXa6KnEcC64cZsY6vkcBVIUPnqBn03hTrgyE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=tvyeca8q; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="tvyeca8q" Received: by smtp.kernel.org (Postfix) with ESMTPSA id B22CEC4CEE4; Thu, 6 Mar 2025 17:54:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1741283690; bh=qdm0HXf809KweRtwUqUjuGRSBGOGTK1ZwZaRFgirYRE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=tvyeca8qxs7P3W1cB3g1bfO7xa34ZgU6UzS/2Xw2Ke8Y5C+SHP42WUYKTCA/XDjSz FjbkFpLBkmJ68b7CEwE9qW2Iz0u9aFlQbYa7hPxav/f5BwY+9xjfwIjSM80HNOTp1q deE5Xv3bzsptGL79GvA31/lWGAxZiQ4mVAsy2U2VB5QLW6En9wYGDzl0lBFgxgXKcd HtICT7lmTGARxxeBF/1IN/Bx1ztga1oBogdPLEmauOzTMIrybmbYCgGdnLPuVx+HOi eKDaqhfLtiO+g7wrIFMgzJz12m3R0G+Bh6USaIIo3MCOvBUS/2U9lUgHjU7AHeNsYd bT/69fw5lyhTQ== Date: Thu, 6 Mar 2025 11:54:47 -0600 From: "Rob Herring (Arm)" To: "Rob Herring (Arm)" Cc: Thomas Zimmermann , Geert Uytterhoeven , David Airlie , Thierry Reding , Laurent Pinchart , devicetree@vger.kernel.org, Conor Dooley , Maxime Ripard , linux-kernel@vger.kernel.org, Krzysztof Kozlowski , Simona Vetter , Neil Armstrong , dri-devel@lists.freedesktop.org, Maarten Lankhorst , Jessica Zhang Subject: Re: [PATCH 1/2] dt-bindings: display: mitsubishi,aa104xd12: Allow jeida-18 for data-mapping Message-ID: <174128367535.567143.5317524679699355354.robh@kernel.org> References: <20250225210316.3043357-1-robh@kernel.org> 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=us-ascii Content-Disposition: inline In-Reply-To: <20250225210316.3043357-1-robh@kernel.org> On Tue, 25 Feb 2025 15:03:14 -0600, Rob Herring (Arm) wrote: > There's both a user and the datasheet[1] indicate that 6-bpp is supported > as well. > > [1] https://agdisplays.com/pub/media/catalog/datasheet/Mitsubishi/AA104XD12.pdf > > Signed-off-by: Rob Herring (Arm) > --- > .../bindings/display/panel/mitsubishi,aa104xd12.yaml | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > Applied, thanks!