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 E6D7ECCA479 for ; Fri, 8 Jul 2022 01:29:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236513AbiGHB3z (ORCPT ); Thu, 7 Jul 2022 21:29:55 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46338 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235434AbiGHB3y (ORCPT ); Thu, 7 Jul 2022 21:29:54 -0400 Received: from mail-oi1-x22b.google.com (mail-oi1-x22b.google.com [IPv6:2607:f8b0:4864:20::22b]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 86CAD72ED1 for ; Thu, 7 Jul 2022 18:29:53 -0700 (PDT) Received: by mail-oi1-x22b.google.com with SMTP id j193so3563727oih.0 for ; Thu, 07 Jul 2022 18:29:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=mime-version:in-reply-to:references:from:user-agent:date:message-id :subject:to:cc; bh=PpvA7vQA+z5udKCHSpv+s9htl2aBC/iRxeWyaMCuGEU=; b=mPZbe8dmikNK7UvVbyxLe30aFtXeZfHb2mwKSxi7WHI0ELKEgTN0v0ScL6BkIwehW8 wCWNKgYNusYXoK29wKcexwFVvLFlVIo5QxyBPwIms0NpFFihQyvPzAab05XAVl/5g0Qx KQwxzGXZubTTVlNLDIOZblaTDoM8m7okKqsdw= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:in-reply-to:references:from :user-agent:date:message-id:subject:to:cc; bh=PpvA7vQA+z5udKCHSpv+s9htl2aBC/iRxeWyaMCuGEU=; b=GhjnVgFQ4YzJWozl/wNjt1vW8zPsOepZSSwE67mpU+OdQ5s/M7cgZpDzOnppTPyVkO YUsLD79BxdPVKRnWJA4ugfkknfSAZ3jURvq4kkAEy1xXcXdwE0juYD+gN0J8aBnF7dHE OotYcJdQiALjBJJzvxu32Ve45dwxKrZe0LQtmhWTDe/lWMp1zrY9MlDQdsZx99XdLuTo Ft1+H0n45JT8rrVaY5tcPIZXS5/DADTwuAPjzSF0kejmXpQb9XmBZ0EDPdEpf5ynFB4E SSLdbQdMUCHRLDGx9GQWMooglW6FJnVdV8MbGLYGxkn1kpFA/k+zbtP5yGcCZqA6CqTT MvPA== X-Gm-Message-State: AJIora+N+zb0r3tnF5sq61jI9bYYAB49N9q3wWnxctCgSPovEOI1voCb H8jszSK1ToAKWvIuKUigjLudt0dya65oUkJZx9+86A== X-Google-Smtp-Source: AGRyM1sG9aigMbjMOM2ftKDyZpg/JcbL4BqzsFm0snHRfp+ujnNkRfj/Vrv6x4lsFZLIELBbixkV9cqrKRK4Hvo8zQI= X-Received: by 2002:a05:6808:e87:b0:32e:4789:d2c with SMTP id k7-20020a0568080e8700b0032e47890d2cmr459094oil.193.1657243792902; Thu, 07 Jul 2022 18:29:52 -0700 (PDT) Received: from 753933720722 named unknown by gmailapi.google.com with HTTPREST; Thu, 7 Jul 2022 18:29:52 -0700 MIME-Version: 1.0 In-Reply-To: <20220707213204.2605816-3-dmitry.baryshkov@linaro.org> References: <20220707213204.2605816-1-dmitry.baryshkov@linaro.org> <20220707213204.2605816-3-dmitry.baryshkov@linaro.org> From: Stephen Boyd User-Agent: alot/0.10 Date: Thu, 7 Jul 2022 18:29:52 -0700 Message-ID: Subject: Re: [PATCH 2/9] dt-bindings: msm/dp: bring back support for legacy DP reg property To: Abhinav Kumar , Andy Gross , Bjorn Andersson , Dmitry Baryshkov , Konrad Dybcio , Krzysztof Kozlowski , Rob Clark , Rob Herring , Sean Paul Cc: David Airlie , Daniel Vetter , linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, dri-devel@lists.freedesktop.org, freedreno@lists.freedesktop.org Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org Quoting Dmitry Baryshkov (2022-07-07 14:31:57) > The commit 687825c402f1 ("dt-bindings: msm/dp: Change reg definition") > changed reg property to list separate register blocks, which broke > validation of DT files using single register block. Restore > compatibility with older (single register block) DT files by declaring > it as a deprecated alternative. I think the intention was to quickly migrate the dts files to the multiple register regions. Why not just do that and drop this deprecation binding update? 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 gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 6918FC433EF for ; Fri, 8 Jul 2022 01:31:19 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id DE9E510E6AC; Fri, 8 Jul 2022 01:30:54 +0000 (UTC) Received: from mail-oi1-f182.google.com (mail-oi1-f182.google.com [209.85.167.182]) by gabe.freedesktop.org (Postfix) with ESMTPS id 92ED110E6AC for ; Fri, 8 Jul 2022 01:30:53 +0000 (UTC) Received: by mail-oi1-f182.google.com with SMTP id be10so25408171oib.7 for ; Thu, 07 Jul 2022 18:30:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=mime-version:in-reply-to:references:from:user-agent:date:message-id :subject:to:cc; bh=PpvA7vQA+z5udKCHSpv+s9htl2aBC/iRxeWyaMCuGEU=; b=mPZbe8dmikNK7UvVbyxLe30aFtXeZfHb2mwKSxi7WHI0ELKEgTN0v0ScL6BkIwehW8 wCWNKgYNusYXoK29wKcexwFVvLFlVIo5QxyBPwIms0NpFFihQyvPzAab05XAVl/5g0Qx KQwxzGXZubTTVlNLDIOZblaTDoM8m7okKqsdw= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:in-reply-to:references:from :user-agent:date:message-id:subject:to:cc; bh=PpvA7vQA+z5udKCHSpv+s9htl2aBC/iRxeWyaMCuGEU=; b=yzb6XXY+rwDmXOVi1yST0Kd7B4CZ1MBzDkoCrbHCIAmebtrcFKvses/kuSyKiTEv2R HmWOOx+tRylaan6JVscvyMO7c6h+F+rq+HlIFBuLU7UeVtB8A1yfCCFg8nD2PXf2KOm6 cQhhblSfYuY5QkE1kDyRr74u/cJQm5Qse1G9yrQJVdlovI4rB+O7tiVyRoBP3S/GrBz/ cPTu5/12jjBUYhTyAeKAiWhiV3piwGDYUw2mh+37o262p2ruNhIJQg3sh3eiD76nskkW 3kWN77ET4fRb+KUtho72SdVwGZQ8KwgrRwhQcrbi7Aj2iTm8Ylc7RMFhF8ij8Bq0e1Cv FcUQ== X-Gm-Message-State: AJIora/c3ukqfdvNbvH5NZ/VEkIYxdQ/fEotglJlLqY4MsL4AZbcc4Mq lBCeOTlAllxvGoPPYby5jA3CqcBW229P0aDxtQk+Mw== X-Google-Smtp-Source: AGRyM1sG9aigMbjMOM2ftKDyZpg/JcbL4BqzsFm0snHRfp+ujnNkRfj/Vrv6x4lsFZLIELBbixkV9cqrKRK4Hvo8zQI= X-Received: by 2002:a05:6808:e87:b0:32e:4789:d2c with SMTP id k7-20020a0568080e8700b0032e47890d2cmr459094oil.193.1657243792902; Thu, 07 Jul 2022 18:29:52 -0700 (PDT) Received: from 753933720722 named unknown by gmailapi.google.com with HTTPREST; Thu, 7 Jul 2022 18:29:52 -0700 MIME-Version: 1.0 In-Reply-To: <20220707213204.2605816-3-dmitry.baryshkov@linaro.org> References: <20220707213204.2605816-1-dmitry.baryshkov@linaro.org> <20220707213204.2605816-3-dmitry.baryshkov@linaro.org> From: Stephen Boyd User-Agent: alot/0.10 Date: Thu, 7 Jul 2022 18:29:52 -0700 Message-ID: Subject: Re: [PATCH 2/9] dt-bindings: msm/dp: bring back support for legacy DP reg property To: Abhinav Kumar , Andy Gross , Bjorn Andersson , Dmitry Baryshkov , Konrad Dybcio , Krzysztof Kozlowski , Rob Clark , Rob Herring , Sean Paul Content-Type: text/plain; charset="UTF-8" X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, David Airlie , linux-arm-msm@vger.kernel.org, dri-devel@lists.freedesktop.org, freedreno@lists.freedesktop.org Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Quoting Dmitry Baryshkov (2022-07-07 14:31:57) > The commit 687825c402f1 ("dt-bindings: msm/dp: Change reg definition") > changed reg property to list separate register blocks, which broke > validation of DT files using single register block. Restore > compatibility with older (single register block) DT files by declaring > it as a deprecated alternative. I think the intention was to quickly migrate the dts files to the multiple register regions. Why not just do that and drop this deprecation binding update?