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 phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id D27E3C433F5 for ; Fri, 21 Jan 2022 01:59:29 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id D4EB8838FB; Fri, 21 Jan 2022 02:59:27 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=fail (p=none dis=none) header.from=arm.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Received: by phobos.denx.de (Postfix, from userid 109) id 1F33D837FB; Fri, 21 Jan 2022 02:59:26 +0100 (CET) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by phobos.denx.de (Postfix) with ESMTP id 778BC838FB for ; Fri, 21 Jan 2022 02:59:22 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=arm.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=andre.przywara@arm.com Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id BF809ED1; Thu, 20 Jan 2022 17:59:21 -0800 (PST) Received: from slackpad.fritz.box (unknown [172.31.20.19]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id F3DE33F774; Thu, 20 Jan 2022 17:59:18 -0800 (PST) Date: Fri, 21 Jan 2022 01:58:30 +0000 From: Andre Przywara To: Jesse Taube Cc: u-boot@lists.denx.de, jagan@amarulasolutions.com, hdegoede@redhat.com, sjg@chromium.org, icenowy@aosc.io, marek.behun@nic.cz, festevam@denx.de, narmstrong@baylibre.com, tharvey@gateworks.com, christianshewitt@gmail.com, pbrobinson@gmail.com, lokeshvutla@ti.com, jernej.skrabec@gmail.com, hs@denx.de, samuel@sholland.org, arnaud.ferraris@gmail.com, giulio.benetti@benettiengineering.com, thirtythreeforty@gmail.com, Chris Morgan Subject: Re: [PATCH 04/11] dt-bindings: reset: Add initial suniv headers Message-ID: <20220121015806.2fc18370@slackpad.fritz.box> In-Reply-To: <20220105003508.1143140-5-Mr.Bossman075@gmail.com> References: <20220105003508.1143140-1-Mr.Bossman075@gmail.com> <20220105003508.1143140-5-Mr.Bossman075@gmail.com> Organization: Arm Ltd. X-Mailer: Claws Mail 3.18.0 (GTK+ 2.24.31; x86_64-slackware-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.2 at phobos.denx.de X-Virus-Status: Clean On Tue, 4 Jan 2022 19:35:01 -0500 Jesse Taube wrote: > From: Icenowy Zheng > > This commit introduces suniv dt-bindings headers > needed for device tree files. > > Signed-off-by: Icenowy Zheng > Signed-off-by: Jesse Taube This seems to be some old copy, it doesn't match with what's in the Linux kernel (different name, plus clock IDs off-by-one). Please use a verbatim copy (under the same name) from the Linux kernel. Cheers, Andre > --- > include/dt-bindings/reset/suniv-ccu.h | 36 +++++++++++++++++++++++++++ > 1 file changed, 36 insertions(+) > create mode 100644 include/dt-bindings/reset/suniv-ccu.h > > diff --git a/include/dt-bindings/reset/suniv-ccu.h b/include/dt-bindings/reset/suniv-ccu.h > new file mode 100644 > index 0000000000..d556a8dba0 > --- /dev/null > +++ b/include/dt-bindings/reset/suniv-ccu.h > @@ -0,0 +1,36 @@ > +/* SPDX-License-Identifier: (GPL-2.0+ or MIT) */ > +/* > + * Copyright (C) 2018 Icenowy Zheng > + */ > + > +#ifndef _DT_BINDINGS_RST_SUNIV_H_ > +#define _DT_BINDINGS_RST_SUNIV_H_ > + > +#define RST_USB_PHY0 0 > +#define RST_BUS_MMC0 1 > +#define RST_BUS_MMC1 2 > +#define RST_BUS_DRAM 3 > +#define RST_BUS_SPI0 4 > +#define RST_BUS_SPI1 5 > +#define RST_BUS_OTG 6 > +#define RST_BUS_VE 7 > +#define RST_BUS_LCD 8 > +#define RST_BUS_DEINTERLACE 9 > +#define RST_BUS_CSI 10 > +#define RST_BUS_TVD 11 > +#define RST_BUS_TVE 12 > +#define RST_BUS_DE_BE 13 > +#define RST_BUS_DE_FE 14 > +#define RST_BUS_CODEC 15 > +#define RST_BUS_SPDIF 16 > +#define RST_BUS_IR 17 > +#define RST_BUS_RSB 18 > +#define RST_BUS_I2S0 19 > +#define RST_BUS_I2C0 20 > +#define RST_BUS_I2C1 21 > +#define RST_BUS_I2C2 22 > +#define RST_BUS_UART0 23 > +#define RST_BUS_UART1 24 > +#define RST_BUS_UART2 25 > + > +#endif /* _DT_BINDINGS_RST_SUNIV_H_ */