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 EDAC4C3DA7D for ; Tue, 3 Jan 2023 08:00:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236871AbjACIAj (ORCPT ); Tue, 3 Jan 2023 03:00:39 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60912 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236915AbjACIAX (ORCPT ); Tue, 3 Jan 2023 03:00:23 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C4931D9F for ; Tue, 3 Jan 2023 00:00:22 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 62773611E4 for ; Tue, 3 Jan 2023 08:00:22 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id C3CCFC433EF; Tue, 3 Jan 2023 08:00:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1672732821; bh=k+5wi5z9frX8sOYIkPjKZiglFoyuOXXDW+MWwVdUbPA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=R5FKI09JvGgOigo3vzIz9sHQOHNRub6zl08HPrxrK4Mk6wZRiBo3oWrBdWy8KRAW/ q+/I8JGXse7e7bZu3gLM25doB8xjp3VIHoSU0fAln4SW/fprJ69Cp2b2SpwnHeh6e0 J8gRPt5ADquRhLVuRUNUPXoeyuwYy1QrwGJUTRZ+VCI9prDo3CrbLhBIh3fw3lVGqG 9Egvd0N9upyg0FPnoc58c1KsajFHiV3ELH8L38mu97CFM/LvPF97hrTG0jNozm3k5O sa7PT+f9NB6K/0Rxfj5Njc41r5IlYiucbQS4ufFiL/4VoHf0wttmfNTNhCLgvsDpiZ roD1MSB6g1BTg== Received: from johan by xi.lan with local (Exim 4.94.2) (envelope-from ) id 1pCcDr-0005fU-JS; Tue, 03 Jan 2023 09:00:35 +0100 Date: Tue, 3 Jan 2023 09:00:35 +0100 From: Johan Hovold To: Abel Vesa Cc: Douglas Anderson , Thierry Reding , Sam Ravnborg , David Airlie , Daniel Vetter , Steev Klimaszewski , dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/2] drm/panel-edp: fix name for IVO product id 854b Message-ID: References: <20221231142721.338643-1-abel.vesa@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221231142721.338643-1-abel.vesa@linaro.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Dec 31, 2022 at 04:27:20PM +0200, Abel Vesa wrote: > The actual name is R133NW4K-R0. > > Fixes: 0f9fa5f58c784 ("drm/panel-edp: add IVO M133NW4J-R3 panel entry") > Signed-off-by: Abel Vesa Reviewed-by: Johan Hovold