From patchwork Thu Jul 13 09:51:09 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Durai Manickam KR X-Patchwork-Id: 703144 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 D9DCCEB64DD for ; Thu, 13 Jul 2023 09:51:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234250AbjGMJvg (ORCPT ); Thu, 13 Jul 2023 05:51:36 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37278 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234236AbjGMJvc (ORCPT ); Thu, 13 Jul 2023 05:51:32 -0400 Received: from esa.microchip.iphmx.com (esa.microchip.iphmx.com [68.232.153.233]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0CE2C2691; Thu, 13 Jul 2023 02:51:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1689241889; x=1720777889; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=p8KNXC84in4+3MzsSjHoAvZ5MDvUvWUUZHD9BXjeUJw=; b=AHZr7sYw/WaxkyyKZBpEd3M2dMlq0rII/p1i60j2ZWE8xjsQYxBp6kmg yNZhx0TYS8NiiLEYb6VCQOBAjelMFozT4cPy9FERNeE52QCE9no/r/MEm PIVVstYa2vYua6+yWPhc/KZ9p5Qc7q3hc9dy4B6bVwcoR3xGO44ll4jRm 85YKxRzk4B8KTScYCS5xl3KdhsHlXPu0L1JYR8z2r21tnLit9xChez6dE zqNM6cmkTiaLq1ThjZF3i7SJy5aDNAGylqV+9rT++odEQ0LywpKsT3QzT 2HyOPJPuz8dvbfhY27NXuST+9a1KRq2n14+hnvnF/ndQhgjlw6klUu6jJ A==; X-IronPort-AV: E=Sophos;i="6.01,202,1684825200"; d="scan'208";a="222807459" X-Amp-Result: SKIPPED(no attachment in message) Received: from unknown (HELO email.microchip.com) ([170.129.1.10]) by esa3.microchip.iphmx.com with ESMTP/TLS/AES256-SHA256; 13 Jul 2023 02:51:28 -0700 Received: from chn-vm-ex01.mchp-main.com (10.10.85.143) by chn-vm-ex02.mchp-main.com (10.10.85.144) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.21; Thu, 13 Jul 2023 02:51:25 -0700 Received: from che-lt-i66125lx.microchip.com (10.10.115.15) by chn-vm-ex01.mchp-main.com (10.10.85.143) with Microsoft SMTP Server id 15.1.2507.21 via Frontend Transport; Thu, 13 Jul 2023 02:51:13 -0700 From: Durai Manickam KR To: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , CC: Durai Manickam KR Subject: [PATCHv2 0/2] update at91 usart compatible for sam9x60 Date: Thu, 13 Jul 2023 15:21:09 +0530 Message-ID: <20230713095111.335346-1-durai.manickamkr@microchip.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-spi@vger.kernel.org There is only one debug unit in the sam9x60 SOC and it has the chipid register. So defining these dbgu compatible strings to the flexcom usart is not correct and causes the SOC detection failure. So removing these dbgu compatible strings defined under the flexcom usart and updating the yaml file accordingly. Durai Manickam KR (2): dt-bindings: serial: atmel,at91-usart: add compatible for sam9x60 ARM: dts: at91: sam9x60: fix the SOC detection .../bindings/serial/atmel,at91-usart.yaml | 4 ++- arch/arm/boot/dts/microchip/sam9x60.dtsi | 26 +++++++++---------- 2 files changed, 16 insertions(+), 14 deletions(-)