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 X-Spam-Level: X-Spam-Status: No, score=-5.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_PASS, USER_AGENT_MUTT autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B501EC43381 for ; Thu, 28 Mar 2019 13:19:49 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 78D502173C for ; Thu, 28 Mar 2019 13:19:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1553779189; bh=RRU7lrJeGMpo/6/QcVXp2TDNeN3lBUzMK+3d34ZfhPk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=rAf6rU7H929zrgL1t1eGns0LKS8ZOzpUzwxrjVk5Ol3/4zAFh6KX27GHUd5kWcnM7 yPlFa6bMelbuQYj/YXtIqvy9Ul2e3RyRLagftTk8beo7ksKYQlyAxiUcFX2P6+qooe Gydku325NbndhjY9M8BeOpSJZ0O4fi84ek9G2sJA= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726082AbfC1NTt (ORCPT ); Thu, 28 Mar 2019 09:19:49 -0400 Received: from mail-ot1-f68.google.com ([209.85.210.68]:41639 "EHLO mail-ot1-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725779AbfC1NTt (ORCPT ); Thu, 28 Mar 2019 09:19:49 -0400 Received: by mail-ot1-f68.google.com with SMTP id 64so18237921otb.8; Thu, 28 Mar 2019 06:19:48 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=YWynbtCoFnyvx9w4xa5zagT1n5QTRdX7h92csjMPSRk=; b=dAzntw7kEE0qDnY1onNH4H6HI5TROz96CKNJ8v39iqWB+mxyY6xaerC4bTC0Q01BO3 SvJPwlyjZl0j5fQhPEKHju4I2ZRi5IDR3KFsG27PNtlEqcspg4Gv4FUZzcN/GsHfqlbt pn8S36kNCNBpHU7p5kMa0BgJxzuNgnMNuiqiw4ZGC7GnPKKur9tzZQC7XiQvGXaFT8GW IzkTNgZQo9V4aFiDsu6a3ZImv1c2DFGMQYgyC9lqyp8anVUmTbymKYt6T45BWst03Otb vaVzyOdqAoOXydE74gamYSVp1rg92ul77KQob4d9DCoPJWRii7+K5vb3mnH9CJPeSVE8 obEw== X-Gm-Message-State: APjAAAWEtesMQUvfSl2hX49bJRO40hgoUJPVG4oOtjdUpc2B2WPdscZ+ 2tWxjUzIWajCsHTYcnafFg== X-Google-Smtp-Source: APXvYqz6qAyxyMrElAFkHpWzGHqF05+jTyeYNUtRi4CPvvpqlXgsKTNoTJAJftSAe13253jsGE/gXg== X-Received: by 2002:a9d:3a66:: with SMTP id j93mr29842740otc.158.1553779188037; Thu, 28 Mar 2019 06:19:48 -0700 (PDT) Received: from localhost ([70.231.7.113]) by smtp.gmail.com with ESMTPSA id 131sm2678860oib.51.2019.03.28.06.19.45 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 28 Mar 2019 06:19:45 -0700 (PDT) Date: Thu, 28 Mar 2019 08:19:45 -0500 From: Rob Herring To: Icenowy Zheng Cc: Maxime Ripard , Chen-Yu Tsai , Linus Walleij , Jagan Teki , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org, linux-gpio@vger.kernel.org, linux-sunxi@googlegroups.com, Icenowy Zheng Subject: Re: [PATCH 07/14] dt-bindings: clk: sunxi-ccu: add compatible string for V3 CCU Message-ID: <20190328131945.GA31970@bogus> References: <20190312152256.35574-1-icenowy@aosc.io> <20190312152256.35574-8-icenowy@aosc.io> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190312152256.35574-8-icenowy@aosc.io> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-clk-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org On Tue, 12 Mar 2019 23:22:49 +0800, Icenowy Zheng wrote: > Despite Allwinner V3 and V3s shares the same die, one peripheral (I2S) > is only available on V3, and thus the clocks is not declared for V3s > CCU. > > Add a V3 CCU compatible string to the binding to prepare for a CCU > driver that provide I2S clock on V3, but not on V3s. > > Signed-off-by: Icenowy Zheng > --- > Documentation/devicetree/bindings/clock/sunxi-ccu.txt | 1 + > 1 file changed, 1 insertion(+) > Reviewed-by: Rob Herring From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [PATCH 07/14] dt-bindings: clk: sunxi-ccu: add compatible string for V3 CCU Date: Thu, 28 Mar 2019 08:19:45 -0500 Message-ID: <20190328131945.GA31970@bogus> References: <20190312152256.35574-1-icenowy@aosc.io> <20190312152256.35574-8-icenowy@aosc.io> Reply-To: robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Sender: linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org Content-Disposition: inline In-Reply-To: <20190312152256.35574-8-icenowy-h8G6r0blFSE@public.gmane.org> List-Post: , List-Help: , List-Archive: , List-Unsubscribe: , Cc: Maxime Ripard , Chen-Yu Tsai , Linus Walleij , Jagan Teki , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-clk-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-gpio-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org, Icenowy Zheng List-Id: linux-gpio@vger.kernel.org On Tue, 12 Mar 2019 23:22:49 +0800, Icenowy Zheng wrote: > Despite Allwinner V3 and V3s shares the same die, one peripheral (I2S) > is only available on V3, and thus the clocks is not declared for V3s > CCU. > > Add a V3 CCU compatible string to the binding to prepare for a CCU > driver that provide I2S clock on V3, but not on V3s. > > Signed-off-by: Icenowy Zheng > --- > Documentation/devicetree/bindings/clock/sunxi-ccu.txt | 1 + > 1 file changed, 1 insertion(+) > Reviewed-by: Rob Herring 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 X-Spam-Level: X-Spam-Status: No, score=-5.5 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_PASS,URIBL_BLOCKED, USER_AGENT_MUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 594DDC43381 for ; Thu, 28 Mar 2019 13:19:59 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 25EEC2173C for ; Thu, 28 Mar 2019 13:19:59 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="jyzfCgDB" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 25EEC2173C Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject: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=msREHARNgyCHZPT8Drl9an2uEvETSihz/gASvW0sB7M=; b=jyzfCgDBQJVQif mv5fVSpaRcI24pUMX6ipsv/VQAnreyN8yKoPuro6LJDeAI76g5a1ghcbJipPcc9lT6XiebkJXkBOU p5lcYPhoPneezIl4Ipi4ebgaaoQNee92jDkIWFAUP98GEV+ly89xTmGu0VRY7vZVuo/hihbVPoaXI Y9tjztWSYbTqR4+gzU0LKPk5FQFjYoAVgXCd4Bw6m3DSl0witiBvcgH0HKRQx1E+ed1sNUQkzvp6T BOQMfVsv8oGTTQ3dP2/fkiomqID6DuTq76ZB5+BUJdPBkKcEqBRGERBx/T/gHxYTRPIj9K/G2W427 uCuUe/kJcWuGsgLwVT5A==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1h9Uwj-0002Tl-JH; Thu, 28 Mar 2019 13:19:53 +0000 Received: from mail-ot1-f67.google.com ([209.85.210.67]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1h9Uwe-0002T2-QZ for linux-arm-kernel@lists.infradead.org; Thu, 28 Mar 2019 13:19:51 +0000 Received: by mail-ot1-f67.google.com with SMTP id m10so10648219otp.2 for ; Thu, 28 Mar 2019 06:19:48 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=YWynbtCoFnyvx9w4xa5zagT1n5QTRdX7h92csjMPSRk=; b=hChbBvK19ZncOo0A6zhdFamW00+QYzHuEUn4aGmeqoHpjYTMKzp4p5Zq8Z7FHTdzF0 GidcmlmOKb8gxPYG0wQZ7umnWUKoQTjRtaXUtPd5+D2DiRfPQkB+A1avvB7saDEsiVzI LYgTwJadesAc7z6WxUIiiBmY3e+d3UoTSomp3uRhFvGKnt1ssRKAW6djBZPd+7E9Je3o z/EeHxdyy4h68iPYUuoaGYfsgSNa4SgeKnbL8VkTZF5cuhlJPLYwuKbNTVcO2YK6gGni zWO0FJfjAwxSu5iDIwqd9QFQTLJYZ2sOzJbF40oaXYHtTgZVHsGiKEHgbXfYSRCwojsQ 9F/w== X-Gm-Message-State: APjAAAUGs1LlfcuPYqVytozQCMftiyFAHPqOyGEU0z2Z6JVUiH6zHcD/ /CaCTfhvksGlnCuknO9VVPZyTlw= X-Google-Smtp-Source: APXvYqz6qAyxyMrElAFkHpWzGHqF05+jTyeYNUtRi4CPvvpqlXgsKTNoTJAJftSAe13253jsGE/gXg== X-Received: by 2002:a9d:3a66:: with SMTP id j93mr29842740otc.158.1553779188037; Thu, 28 Mar 2019 06:19:48 -0700 (PDT) Received: from localhost ([70.231.7.113]) by smtp.gmail.com with ESMTPSA id 131sm2678860oib.51.2019.03.28.06.19.45 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 28 Mar 2019 06:19:45 -0700 (PDT) Date: Thu, 28 Mar 2019 08:19:45 -0500 From: Rob Herring To: Icenowy Zheng Subject: Re: [PATCH 07/14] dt-bindings: clk: sunxi-ccu: add compatible string for V3 CCU Message-ID: <20190328131945.GA31970@bogus> References: <20190312152256.35574-1-icenowy@aosc.io> <20190312152256.35574-8-icenowy@aosc.io> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20190312152256.35574-8-icenowy@aosc.io> User-Agent: Mutt/1.10.1 (2018-07-13) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190328_061948_854299_63B8F5CF X-CRM114-Status: GOOD ( 13.25 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, Maxime Ripard , Linus Walleij , linux-sunxi@googlegroups.com, linux-kernel@vger.kernel.org, linux-gpio@vger.kernel.org, Chen-Yu Tsai , Jagan Teki , linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Icenowy Zheng Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Tue, 12 Mar 2019 23:22:49 +0800, Icenowy Zheng wrote: > Despite Allwinner V3 and V3s shares the same die, one peripheral (I2S) > is only available on V3, and thus the clocks is not declared for V3s > CCU. > > Add a V3 CCU compatible string to the binding to prepare for a CCU > driver that provide I2S clock on V3, but not on V3s. > > Signed-off-by: Icenowy Zheng > --- > Documentation/devicetree/bindings/clock/sunxi-ccu.txt | 1 + > 1 file changed, 1 insertion(+) > Reviewed-by: Rob Herring _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel