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 01E88C636D6 for ; Fri, 3 Feb 2023 08:08:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232557AbjBCIIK (ORCPT ); Fri, 3 Feb 2023 03:08:10 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46614 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232570AbjBCIHc (ORCPT ); Fri, 3 Feb 2023 03:07:32 -0500 Received: from mail-wm1-x334.google.com (mail-wm1-x334.google.com [IPv6:2a00:1450:4864:20::334]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7A62393E11 for ; Fri, 3 Feb 2023 00:05:49 -0800 (PST) Received: by mail-wm1-x334.google.com with SMTP id bg26so3244266wmb.0 for ; Fri, 03 Feb 2023 00:05:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=content-transfer-encoding:in-reply-to:organization:references:cc:to :content-language:subject:reply-to:from:user-agent:mime-version:date :message-id:from:to:cc:subject:date:message-id:reply-to; bh=TBb+YU7SO9tXMHbbbe3lRQtLl3hjjENAuVRnnvbAouQ=; b=QJE6CvGnrJbrhcbIULlyIgh7EGrD/BwwrwxSTGVar8/OGB3ZD664u+4mW1oeAiTvxL lVL2UzYpXKst2uCB87NqMeu42JuiEUyowVPupvbw1E3u7xoVew8l5r929Nyv1yn2I45F 6xNvQLFq1Mt4/aVm0Rqk0xkqoyWVfSx5ZSbX0gS/mCCODuPDnAvCJvbaZv7KLQ9LiMyH 0aQ4RZVrusZIOYaylhzODbwfpqZv309y+tOscnTGB+kO5qGnsB+zZb/A0S4+JNYWf9SR +So0qZD3DqezJR9T/jwRHnmbNKFKLAzWZPdmdLlKCwiN0S3sPbElJg1H7S3/Q851ywlB ffqA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:in-reply-to:organization:references:cc:to :content-language:subject:reply-to:from:user-agent:mime-version:date :message-id:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=TBb+YU7SO9tXMHbbbe3lRQtLl3hjjENAuVRnnvbAouQ=; b=aBTGAecXVmgUHItq75M4qbl4FIlgTVDJL+RL6/N0X8QrODjXZ1pWuNtL+lQN2b+gaL redR5vbV2nHBRDHbxuJoKPHjnlUbDbg7Ibgdz05WlBPi1t5AS7lj/DkL9XKZmNBMYfXE dVCS8tQfDGERzYMVRN4C/YPtLMPrgOnaA6fGKKsB9iX57EIrcmA9PIPhVjIKQWl3v6zZ FCz26IrjkUydwG8of8FTmPDp/jmbNB510Rdbr6m/ZLuHUH87uO3flTDCTz21CW+ItV9R E6wcuiZrN9hTaO1SGpb2v7KOwx3zca8Gn/fA0xStrSpP2NKjoapQrMYJ9kHlVkz7kzLb 0v5g== X-Gm-Message-State: AO0yUKVNi8t0S+KGvO9o+lmCIMlyjnJ/N456UbzlkIYKdlqiix1Mr5tQ GbX+UTxcHvqGGBd2BElcy39flA== X-Google-Smtp-Source: AK7set9Qeevei0rAJimV5DKfjxA3Glzr4ERMiDyhAqNUYlKx3bpWEPIWMw274SSUFsMq6LXct0E8iQ== X-Received: by 2002:a05:600c:6018:b0:3dc:3f51:c697 with SMTP id az24-20020a05600c601800b003dc3f51c697mr3796816wmb.18.1675411547943; Fri, 03 Feb 2023 00:05:47 -0800 (PST) Received: from ?IPV6:2a01:e0a:982:cbb0:7407:d8b9:ec7a:537? ([2a01:e0a:982:cbb0:7407:d8b9:ec7a:537]) by smtp.gmail.com with ESMTPSA id m5-20020a056000008500b002bf95500254sm1368211wrx.64.2023.02.03.00.05.46 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 03 Feb 2023 00:05:46 -0800 (PST) Message-ID: <7bf5f842-3471-b07b-704c-cc03b87f2ee3@linaro.org> Date: Fri, 3 Feb 2023 09:05:45 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.7.1 From: Neil Armstrong Reply-To: neil.armstrong@linaro.org Subject: Re: [PATCH 2/4] arm64: dts: meson: adjust order of some compatibles Content-Language: en-US To: Heiner Kallweit , Rob Herring , Krzysztof Kozlowski , Kevin Hilman , Jerome Brunet , Martin Blumenstingl , Marc Zyngier , Thomas Gleixner , =?UTF-8?Q?Uwe_Kleine-K=c3=b6nig?= , Thierry Reding Cc: "devicetree@vger.kernel.org" , "open list:ARM/Amlogic Meson..." , "linux-arm-kernel@lists.infradead.org" , linux-pwm@vger.kernel.org References: <8df4ceec-663c-dc68-d775-5caeb02c0cca@gmail.com> <1ce888df-6096-73de-a98a-354d086428d4@gmail.com> Organization: Linaro Developer Services In-Reply-To: <1ce888df-6096-73de-a98a-354d086428d4@gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-pwm@vger.kernel.org On 01/02/2023 20:59, Heiner Kallweit wrote: > During review of a new yaml binding, affecting these dts, it turned out > that some compatibles aren't ordered as they should be. Order should be > most specific to least specific. > > Suggested-by: Rob Herring > Signed-off-by: Heiner Kallweit > --- > arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi | 4 ++-- > arch/arm64/boot/dts/amlogic/meson-gxl.dtsi | 4 ++-- > 2 files changed, 4 insertions(+), 4 deletions(-) > > diff --git a/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi b/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi > index 923d2d8bb..12ef6e81c 100644 > --- a/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi > +++ b/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi > @@ -300,8 +300,8 @@ ðmac { > }; > > &gpio_intc { > - compatible = "amlogic,meson-gpio-intc", > - "amlogic,meson-gxbb-gpio-intc"; > + compatible = "amlogic,meson-gxbb-gpio-intc", > + "amlogic,meson-gpio-intc"; > status = "okay"; > }; > > diff --git a/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi b/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi > index 04e9d0f1b..af912f698 100644 > --- a/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi > +++ b/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi > @@ -312,8 +312,8 @@ &clkc_AO { > }; > > &gpio_intc { > - compatible = "amlogic,meson-gpio-intc", > - "amlogic,meson-gxl-gpio-intc"; > + compatible = "amlogic,meson-gxl-gpio-intc", > + "amlogic,meson-gpio-intc"; > status = "okay"; > }; > Reviewed-by: Neil Armstrong