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 56E62EB64D9 for ; Mon, 10 Jul 2023 06:59:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229932AbjGJG7k (ORCPT ); Mon, 10 Jul 2023 02:59:40 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56316 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229629AbjGJG7k (ORCPT ); Mon, 10 Jul 2023 02:59:40 -0400 Received: from mail-lj1-x22a.google.com (mail-lj1-x22a.google.com [IPv6:2a00:1450:4864:20::22a]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C5492E6 for ; Sun, 9 Jul 2023 23:59:38 -0700 (PDT) Received: by mail-lj1-x22a.google.com with SMTP id 38308e7fff4ca-2b6fdaf6eefso61955191fa.0 for ; Sun, 09 Jul 2023 23:59:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; t=1688972377; x=1691564377; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :from:to:cc:subject:date:message-id:reply-to; bh=KIClO8Lu4EpQRuSM4dQTJsPgeAAmg04f9ozvN8hppFU=; b=h66ZEBNcpH4beV2RchzHrF9JSa2iIMx5RlJAfNSm8AGigvGOOjV9G7p6RRYhousOsW lJJb6oIBLNS+yiR4Tyasz0GXII2E82fddz4qffWTzaJ690Zj/5Iynl3AbgNJWKsE65z5 kK77k+ChrwSl7CcEKr1boDwtV4zPhuLnVrTab6Fj6ITEu50v2d72pv/u0hROlb3f65dw DcCi5uU4Hxa5nfZBY7nmBEf13SUVa6uDmmjBwaeiovBd5KSTnf5KxGfd2fzdEA/Ed620 rrdLhq1u/I3ob9diGm4amyOYDQs5CRpYn48AlfyRpgvjOPIEK4eitNzuqgDfXI5obFK0 HDWQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1688972377; x=1691564377; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=KIClO8Lu4EpQRuSM4dQTJsPgeAAmg04f9ozvN8hppFU=; b=Ip8Ufc29VNrTwY2vJQqPA/IU95aidvw6Soa1qbtJ/omJSznSnhpxI5aDPsuz2MOckz UU9S+n6cxY/IavFUlBRm4vTlk/jIY4bTKJxzJ9Ed/UAwO4xq3PctprVktHbXjtK/v7i1 PiGqJvtR4S03epsLj+HgAIIfe1ek93vG10gJpPT5eoeRR7/LgP2Ss5AZJJOrsH6wCZLW yUogO7HqveurDvHvOR6sv0/c2UxL2+uhuz6NL8cb/1zdv/UTIyFY/ZpqzZOuAMJawqVD a3Q7nhkfOQEfrFc0gQt63lcTg2/CYXkZlVqDPkINhBtk2a9uu0pQpUG+t/mThdFexCxf 6vxQ== X-Gm-Message-State: ABy/qLZaZJPDFR5KRPNFLoCtFLqjLxTWiBRj/I4qBM7LJa03rttABUmg AdmmaDaKHqDsSOgxnnRnDY7BAA== X-Google-Smtp-Source: APBJJlHdBzz0FIIHNvRSRvaVIuA6CJ8sE0O8DPjVl2svOP7xogmqgfwctSl4QSYL+FVPc+RlxhQs/Q== X-Received: by 2002:a2e:740a:0:b0:2b6:da66:2d69 with SMTP id p10-20020a2e740a000000b002b6da662d69mr8748695ljc.28.1688972377077; Sun, 09 Jul 2023 23:59:37 -0700 (PDT) Received: from [192.168.1.20] ([178.197.223.104]) by smtp.gmail.com with ESMTPSA id le26-20020a170907171a00b00987e2f84768sm5687713ejc.0.2023.07.09.23.59.35 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Sun, 09 Jul 2023 23:59:36 -0700 (PDT) Message-ID: <98b39071-cbfa-bc58-032e-56f6e9dd5c2a@linaro.org> Date: Mon, 10 Jul 2023 08:59:34 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.12.0 Subject: Re: [PATCH v2 3/3] ARM: dts: exynos/i9100: Fix LCD screen's physical size Content-Language: en-US To: Paul Cercueil , Krzysztof Kozlowski , Rob Herring , Conor Dooley , Alim Akhtar , Neil Armstrong , Sam Ravnborg Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, stable@vger.kernel.org References: <20230708084027.18352-1-paul@crapouillou.net> <20230708084027.18352-4-paul@crapouillou.net> From: Krzysztof Kozlowski In-Reply-To: <20230708084027.18352-4-paul@crapouillou.net> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 08/07/2023 10:40, Paul Cercueil wrote: > The previous values were completely bogus, and resulted in the computed > DPI ratio being much lower than reality, causing applications and UIs to > misbehave. > > The new values were measured by myself with a ruler. > > Signed-off-by: Paul Cercueil > Fixes: 8620cc2f99b7 ("ARM: dts: exynos: Add devicetree file for the Galaxy S2") > Cc: # v5.8+ > --- This does not apply. You rebased your work on some older version/tree, without new layout. Please work on linux-next. Best regards, Krzysztof