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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 85D8AC4332F for ; Wed, 28 Dec 2022 06:32:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=19d5+5yRI7VDgEbC0AaHNnW2nDwyCgZ2omNUrxr3fEc=; b=M7n+3CNd3ezsbi brIgmrvrk2oo0Ah8bB5ifY4smVqmad07AWePChphtDgTNumCkL4QzmZ03TLkxWVCoT64PPwJKJf0y 4g21b0n27vkXSOpVkZUL86/BjeKwBqHu/U/umGM0izDN85XrcdqoCQZrIQaouM24uy6xEk2gKvMnS ahfeqP3j1L+xhDDaBocU+f8nHHApSzam1+3fAJBK3YaY0zVlQnt+mmt40rKrfFyYoQDD83Wm0Gkuf nH2NSdSENztYcvWxNml6tBGnMwf+Tdrw6OSUK+mrr4uKV4OPkMeJQSQZ8qRd+pgVH3eM+GsmHZcc9 x57U5B0wjLoMfcmLF6Yw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pAPxH-002MlU-8b; Wed, 28 Dec 2022 06:30:23 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1pAPxE-002Mjh-FG for linux-arm-kernel@lists.infradead.org; Wed, 28 Dec 2022 06:30:21 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id D7B606129E; Wed, 28 Dec 2022 06:30:18 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 67B22C433EF; Wed, 28 Dec 2022 06:30:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1672209018; bh=1/0Qo7uZdBg6poAyG+gq3WMWdGUTd5TU0DqGYCIMt5c=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=RCdRiF0STMeexx7+ooaCKIe1tyJnShm01+HzVlLXU3sr+XoZQHayvUf+mARkboCMO TX3meeWrRZ9zWRSwPEKIt4TduGyMo/T5s4fDxRVQSMxTc8zk7tLIlTKPHepNkguV9H HxugcirSguVeH60RifAfTa0/bUXdptQvlEmtgHrghzcZC+L/T+X3ulvWKgZ8VRZTHp QRhhKVb8Ws7q9oTNNhS0b9LiUN5kYB/bgwke8XYaA033ELa4au8W9y9+w9akyOFiuu OQtNhvZjE3BGJghcLKCeG+075geslMMfOn7PP9IMUbN3Kq7Msf//hXsIUBl1VoYfWO Vq/DWJqpnPqog== Date: Wed, 28 Dec 2022 12:00:13 +0530 From: Vinod Koul To: Marek Vasut Cc: devicetree@vger.kernel.org, Fabio Estevam , Krzysztof Kozlowski , NXP Linux Team , Pengutronix Kernel Team , Rob Herring , Sascha Hauer , Shawn Guo , dmaengine@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v2] dt-bindings: dma: fsl-mxs-dma: Convert MXS DMA to DT schema Message-ID: References: <20221219093713.328776-1-marex@denx.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20221219093713.328776-1-marex@denx.de> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221227_223020_588702_8D180907 X-CRM114-Status: GOOD ( 10.88 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 19-12-22, 10:37, Marek Vasut wrote: > Convert the MXS DMA binding to DT schema format using json-schema. > > Drop "interrupt-names" property, since it is broken. The drivers/dma/mxs-dma.c > in Linux kernel does not use it, the property contains duplicate array entries > in existing DTs, and even malformed entries (gmpi, should have been gpmi). Get > rid of that optional property altogether. > > Update example node names to be standard dma-controller@ , > add global interrupt-parent property into example. Applied, thanks -- ~Vinod _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel