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: <194d3bad-c30a-df07-5fab-3264f739c599@arinc9.com> Date: Thu, 6 Apr 2023 22:19:30 +0300 From: Arınç ÜNAL <arinc.unal@...nc9.com> To: Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>, arinc9.unal@...il.com, Andrew Lunn <andrew@...n.ch>, Florian Fainelli <f.fainelli@...il.com>, Vladimir Oltean <olteanv@...il.com>, "David S. Miller" <davem@...emloft.net>, Eric Dumazet <edumazet@...gle.com>, Jakub Kicinski <kuba@...nel.org>, Paolo Abeni <pabeni@...hat.com>, Rob Herring <robh+dt@...nel.org>, Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>, Matthias Brugger <matthias.bgg@...il.com>, AngeloGioacchino Del Regno <angelogioacchino.delregno@...labora.com>, Daniel Golle <daniel@...rotopia.org>, Landen Chao <Landen.Chao@...iatek.com>, DENG Qingfang <dqfext@...il.com>, Sean Wang <sean.wang@...iatek.com> Cc: erkin.bozoglu@...ont.com, netdev@...r.kernel.org, devicetree@...r.kernel.org, linux-kernel@...r.kernel.org, linux-arm-kernel@...ts.infradead.org, linux-mediatek@...ts.infradead.org Subject: Re: [PATCH 5/7] dt-bindings: net: dsa: mediatek,mt7530: disallow reset without mediatek,mcm On 6.04.2023 22:08, Krzysztof Kozlowski wrote: > On 06/04/2023 10:01, arinc9.unal@...il.com wrote: >> From: Arınç ÜNAL <arinc.unal@...nc9.com> >> >> The resets and reset-names properties are used only if mediatek,mcm is >> used. Set them to false if mediatek,mcm is not used. >> >> Remove now unnecessary 'reset-names: false' from MT7988. >> >> Signed-off-by: Arınç ÜNAL <arinc.unal@...nc9.com> >> --- >> .../devicetree/bindings/net/dsa/mediatek,mt7530.yaml | 5 ++++- >> 1 file changed, 4 insertions(+), 1 deletion(-) >> >> diff --git a/Documentation/devicetree/bindings/net/dsa/mediatek,mt7530.yaml b/Documentation/devicetree/bindings/net/dsa/mediatek,mt7530.yaml >> index 9d99f7303453..3fd953b1453e 100644 >> --- a/Documentation/devicetree/bindings/net/dsa/mediatek,mt7530.yaml >> +++ b/Documentation/devicetree/bindings/net/dsa/mediatek,mt7530.yaml >> @@ -282,6 +282,10 @@ allOf: >> required: >> - resets >> - reset-names >> + else: >> + properties: >> + resets: false >> + reset-names: false >> >> - dependencies: >> interrupt-controller: [ interrupts ] >> @@ -324,7 +328,6 @@ allOf: >> properties: >> gpio-controller: false >> mediatek,mcm: false >> - reset-names: false > > I don't see such hunk in linux-next. This was added very recently so it's only on net-next at the moment. Arınç
Powered by blists - more mailing lists