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 AFBFDC54EE9 for ; Tue, 13 Sep 2022 16:58:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229768AbiIMQ6t (ORCPT ); Tue, 13 Sep 2022 12:58:49 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57102 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232064AbiIMQ63 (ORCPT ); Tue, 13 Sep 2022 12:58:29 -0400 Received: from mail-wr1-x42f.google.com (mail-wr1-x42f.google.com [IPv6:2a00:1450:4864:20::42f]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 668B872687 for ; Tue, 13 Sep 2022 08:50:14 -0700 (PDT) Received: by mail-wr1-x42f.google.com with SMTP id bq9so21501407wrb.4 for ; Tue, 13 Sep 2022 08:50:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; 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; bh=xEmsNDf40gec/YYynqTjtMwBV+qe6g+v810gZnB2/yY=; b=n/VnNf+ICwVhsuuGRhFgokLQJs3XEMncu36QVLE3azT5YhnbnSmpQOE9CTuLNWloDt UotvmVpIm4dXJeAFmeXtTj3VsSifIyT0Dn1ESPl8eunw5TILf3SXiL06KMnG1EStkB6+ PiXBXM3pxzv+7/oSbhKqETtoKIHT1My9+FWlEDQIsOfnn1ikv9sCNyPk8kd9jjSiNEDo Qy0Bq3YiCk3UlTtklTb7rpxLjp7qtxssNT7HldVuQZ244KKxCFXMFLmJQPsAhkFTnTrn +reZO90IKa8Gf9nYn6+T2VO1g8mSOWxQBXe0ulkQLvlMPKnmqeJXvGUa2IAHAuZ0AKos gmSQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; 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; bh=xEmsNDf40gec/YYynqTjtMwBV+qe6g+v810gZnB2/yY=; b=6ThmgxWMbYPhfUGpgQLVF0cUDhPPFhcQdNEorWMxu390sBW83rfR7raF/Y3YQIXzhr ope9K9X3xFdlKce0CH7H2cdqHeLi1plLngAT3rits++XSL/d+R+CgMzENG7mmqVKJ3OI yfCXIxVvDOuDqllckc4Zovg97c7K/tWHsaHA0VORAxKKGwGK66bkWk2XPetSwqiMhDqS AKDSA9N+HJ63F980xACW0X/3KXrRLI7hyXHW1rhvFt3dHKUUtU/7nFhVfy2a4/WohHPJ CLTEnuCk5nRHZf+IJ8802sXaMFTkQFwr6IjiLYfTtNCOHTbdHOWGggp2aTzTL5MD/SBR 2XSw== X-Gm-Message-State: ACgBeo1mdh5B7LlAEbxteJq9WtvDA1lOcwe0Ui09im9rTLwo5Dd9rXQZ fhpv4o8fhrQ/LNmhGsoeZIcr5fVsIWAdnNUe X-Google-Smtp-Source: AA6agR6Enox1pD56Uvibw4ec6gcVUjGoXNOSfHNSakSnkzP5QwlTMpiCjnemyEW1vyX0Dl/lIAU9ZQ== X-Received: by 2002:adf:fc02:0:b0:22a:43e8:d205 with SMTP id i2-20020adffc02000000b0022a43e8d205mr11154078wrr.420.1663079316589; Tue, 13 Sep 2022 07:28:36 -0700 (PDT) Received: from [10.119.22.201] ([89.101.193.67]) by smtp.gmail.com with ESMTPSA id l4-20020a5d4104000000b0022584c82c80sm10849099wrp.19.2022.09.13.07.28.35 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 13 Sep 2022 07:28:36 -0700 (PDT) Message-ID: <3372cb82-22be-a916-372c-292231ab74d9@linaro.org> Date: Tue, 13 Sep 2022 16:28:35 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.13.0 Subject: Re: [PATCH v3 07/14] dt-bindings: serial: atmel,at91-usart: Add SAM9260 compatibles to SAM9X60 Content-Language: en-US To: Sergiu Moga , lee@kernel.org, robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, nicolas.ferre@microchip.com, alexandre.belloni@bootlin.com, claudiu.beznea@microchip.com, radu_nicolae.pirea@upb.ro, richard.genoud@gmail.com, gregkh@linuxfoundation.org, broonie@kernel.org, mturquette@baylibre.com, sboyd@kernel.org, jirislaby@kernel.org, admin@hifiphile.com, kavyasree.kotagiri@microchip.com, tudor.ambarus@microchip.com Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-spi@vger.kernel.org, linux-serial@vger.kernel.org, linux-clk@vger.kernel.org References: <20220913142205.162399-1-sergiu.moga@microchip.com> <20220913142205.162399-8-sergiu.moga@microchip.com> From: Krzysztof Kozlowski In-Reply-To: <20220913142205.162399-8-sergiu.moga@microchip.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 13/09/2022 16:21, Sergiu Moga wrote: > Require SAM9260 fallback compatible for SAM9X60, because SAM9X60 is > fully compatible with SAM9260 and Linux driver requires the latter. > > Signed-off-by: Sergiu Moga > --- > Acked-by: Krzysztof Kozlowski Best regards, Krzysztof