lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <001601d8f583$06d01250$147036f0$@samsung.com> Date: Fri, 11 Nov 2022 09:36:46 +0530 From: "Vivek Yadav" <vivek.2311@...sung.com> To: "'Krzysztof Kozlowski'" <krzysztof.kozlowski@...aro.org>, <rcsekar@...sung.com>, <krzysztof.kozlowski+dt@...aro.org>, <wg@...ndegger.com>, <mkl@...gutronix.de>, <davem@...emloft.net>, <edumazet@...gle.com>, <kuba@...nel.org>, <pabeni@...hat.com>, <pankaj.dubey@...sung.com>, <ravi.patel@...sung.com>, <alim.akhtar@...sung.com>, <linux-fsd@...la.com>, <robh+dt@...nel.org> Cc: <linux-can@...r.kernel.org>, <netdev@...r.kernel.org>, <linux-kernel@...r.kernel.org>, <linux-arm-kernel@...ts.infradead.org>, <linux-samsung-soc@...r.kernel.org>, <devicetree@...r.kernel.org>, <aswani.reddy@...sung.com>, <sriranjani.p@...sung.com> Subject: RE: [PATCH v2 1/6] dt-bindings: Document the SYSREG specific compatibles found on FSD SoC > -----Original Message----- > From: Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org> > Sent: 10 November 2022 17:42 > To: Vivek Yadav <vivek.2311@...sung.com>; rcsekar@...sung.com; > krzysztof.kozlowski+dt@...aro.org; wg@...ndegger.com; > mkl@...gutronix.de; davem@...emloft.net; edumazet@...gle.com; > kuba@...nel.org; pabeni@...hat.com; pankaj.dubey@...sung.com; > ravi.patel@...sung.com; alim.akhtar@...sung.com; linux-fsd@...la.com; > robh+dt@...nel.org > Cc: linux-can@...r.kernel.org; netdev@...r.kernel.org; linux- > kernel@...r.kernel.org; linux-arm-kernel@...ts.infradead.org; linux- > samsung-soc@...r.kernel.org; devicetree@...r.kernel.org; > aswani.reddy@...sung.com; sriranjani.p@...sung.com > Subject: Re: [PATCH v2 1/6] dt-bindings: Document the SYSREG specific > compatibles found on FSD SoC > > On 10/11/2022 12:18, Vivek Yadav wrote: > >>> +maintainers: > >>> + - Alim Akhtar <alim.akhtar@...sung.com> > >>> + > >>> +description: | > >>> + This is a system control registers block, providing multiple low > >>> +level > >>> + platform functions like board detection and identification, > >>> +software > >>> + interrupt generation. > >>> + > >>> +properties: > >>> + compatible: > >>> + oneOf: > >> > >> No need for oneOf. > >> > > Removing this results into dt_binding_check error, so this is required. > > No, this is not required. You do not have more than one condition for oneOf. > Oh, ok I got it. I was not removing "-" before items, which is resulting an error. I will update this in next patch series. Sorry for confusion. > >>> + - items: > >>> + - enum: > >>> + - tesla,sysreg_fsys0 > >>> + - tesla,sysreg_peric > >> > >> From where did you get underscores in compatibles? > >> > > I have seen in MCAN Driver <drivers/net/can/m_can/m_can_platform.c> > and also too many other yaml files. > > Do you have any ref standard guideline of compatible which says > underscore is not allowed. > > git grep compatible arch/arm64/boot/dts/exynos/ | grep _ git grep > compatible arch/arm/boot/dts/exynos* | grep _ > > Both give 0 results. For few other SoCs there such cases but that's really, > really exception. Drop underscores. > git grep compatible arch/arm64/boot/dts/ | grep _ | wc -l This gives me 456 location, am I missing anything here ? Anyway I will replace with "-" in next patch series. > > Best regards, > Krzysztof Thanks for review the patches.
Powered by blists - more mailing lists