From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-ej1-f44.google.com (mail-ej1-f44.google.com [209.85.218.44]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 3474772 for ; Mon, 14 Jun 2021 16:31:35 +0000 (UTC) Received: by mail-ej1-f44.google.com with SMTP id g8so17691178ejx.1 for ; Mon, 14 Jun 2021 09:31:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=Zlmxi2wCgt9WhbtdmvFXQwYxxvsh3PG6DG0dZOeCj8M=; b=oYEjwtSw1ps8mtrR4cJTl6qYja4hUIlPpys5trsCq74B+IRJcUtSedDyvxzUrqoLh3 FM88Sjtn4wnILy4IKzv3XlCKVnKIRHfY2uFkvTXBpdak58ISgbzhIhOS4Yu2YVULKAJg l3dwAb0CeRU3GkiqtsrvCKYKBTeOo3Kx1SC/2HCyKmUmCzRMv5o9zOaBwlWWYO5tTfej /hsTtqtmD9tS8Kq1yMwRpBwv0ckkb9vtedPUugM/RHm5xS/N4Rof4lbNlq0xP/YBRCIR qZvJgrmJSg6gGVQk7jqVJZ3Q4bAM71hhZx3hcKIx/CFIgf/1iur2bVfOjeTcjNV2xU/2 8/6g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=Zlmxi2wCgt9WhbtdmvFXQwYxxvsh3PG6DG0dZOeCj8M=; b=FfGgEisrKfTV583iVGyG0ouWZxPr4ZnLZBSxAicMXxxlFFDysZuvO8sbMqjPnOyWLv uNLgsx/xnRuaZPTz+qM5mKsNwU+3I5WNLMLDJgiZkLL6+NWYp6hM9rev2kgCgzemvjho xRsPKgY67Bmj+rZSylTVbWk+y21VpYIj7aqFthD6hVecHgblL1jmvjG76RqAx/hd6A8S SbJs78V0ZGhZp3D5WJeaYxUYoA64t5YGXbIm/3J69I3/b65o4BpA9zMj2gDAyZrOaX3s rfpJRMPIL8+Va0HMEJ3q0+yKCiCuhRVznfmSX3aemhVhSAHoQzss7ugjHuWrzcK31dVG Ef+w== X-Gm-Message-State: AOAM531PGQol1h8Q4P62+Y2A+ZGH4uv5VkDoyz9YRFPPmwWdvzzpEKA0 w7+v1pKiVXrROBaVnhBYEes= X-Google-Smtp-Source: ABdhPJzHoirpErYXI6gCLkKFOD+VtOVFU/oE4C7pVu5IM7atl14XV25sRPwkvKtViQinTNnZPgFY4w== X-Received: by 2002:a17:906:b754:: with SMTP id fx20mr15347815ejb.201.1623688293747; Mon, 14 Jun 2021 09:31:33 -0700 (PDT) Received: from kista.localnet (cpe1-4-249.cable.triera.net. [213.161.4.249]) by smtp.gmail.com with ESMTPSA id h24sm7701239ejy.35.2021.06.14.09.31.31 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 14 Jun 2021 09:31:33 -0700 (PDT) From: Jernej =?utf-8?B?xaBrcmFiZWM=?= To: Maxime Ripard , Guo Ren Cc: Anup Patel , Palmer Dabbelt , Arnd Bergmann , Chen-Yu Tsai , Drew Fustini , liush@allwinnertech.com, Wei Wu =?utf-8?B?KOWQtOS8nyk=?= , wefu@redhat.com, linux-riscv , Linux Kernel Mailing List , linux-arch , linux-sunxi@lists.linux.dev, Guo Ren , Atish Patra , Christoph Hellwig Subject: Re: Re: [RFC PATCH v2 09/11] riscv: soc: Initial DTS for Allwinner D1 NeZha board Date: Mon, 14 Jun 2021 18:31:31 +0200 Message-ID: <4070697.crMumLFoW0@kista> In-Reply-To: References: <1622970249-50770-1-git-send-email-guoren@kernel.org> <20210614153341.z2nkx6sazaahhjfd@gilmour> X-Mailing-List: linux-sunxi@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Dne ponedeljek, 14. junij 2021 ob 18:28:28 CEST je Guo Ren napisal(a): > On Mon, Jun 14, 2021 at 11:33 PM Maxime Ripard wrote: > > > > On Mon, Jun 07, 2021 at 04:07:37PM +0800, Guo Ren wrote: > > > On Mon, Jun 7, 2021 at 3:24 PM Maxime Ripard wrote: > > > > > + reset: reset-sample { > > > > > + compatible = "thead,reset-sample"; > > > > > + plic-delegate = <0x0 0x101ffffc>; > > > > > + }; > > > > > > > > This compatible is not documented anywhere? > > > > > > It used by opensbi (riscv runtime firmware), not in Linux. But I think > > > we should keep it. > > > > This should have a documentation still. > > Could we detail the above in [1]? All DT nodes must be documented in Documentation/devicetree/bindings folder in yaml format, so DTs can be machine verified. Best regards, Jernej > > 1: https://github.com/riscv/opensbi/blob/master/docs/platform/thead-c9xx.md > > > > > Maxime > > > > -- > Best Regards > Guo Ren > > ML: https://lore.kernel.org/linux-csky/ > >