Message ID | 20220221082228.34407-1-krzysztof.kozlowski@canonical.com |
---|---|
State | New |
Headers | show |
Series | [1/3] dt-bindings: vendor-prefixes: add second HiSilicon prefix | expand |
Reviewed-by: David Heidelberg <david@ixit.cz> On Mon, Feb 21 2022 at 09:22:26 +0100, Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> wrote: > There are few boards DTS using "hisi,rst-syscon" property - > undocumented "hisi" prefix. The property will not be changed in DTS > to > non-deprecated one, because of compatibility reasons. Add deprecated > "hisi" prefix to silence DT schema warnings. > > Cc: Wei Xu <xuwei5@hisilicon.com> > Cc: David Heidelberg <david@ixit.cz> > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> > > --- > > See: > https://lore.kernel.org/all/61AF1E3B.5060706@hisilicon.com/ > https://www.spinics.net/lists/arm-kernel/msg887577.html > --- > Documentation/devicetree/bindings/vendor-prefixes.yaml | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml > b/Documentation/devicetree/bindings/vendor-prefixes.yaml > index ebe294516937..79a172eaaaee 100644 > --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml > +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml > @@ -505,6 +505,9 @@ patternProperties: > description: Himax Technologies, Inc. > "^hirschmann,.*": > description: Hirschmann Automation and Control GmbH > + "^hisi,.*": > + description: HiSilicon Limited (deprecated, use hisilicon) > + deprecated: true > "^hisilicon,.*": > description: HiSilicon Limited. > "^hit,.*": > -- > 2.32.0 >
Hi Krzysztof, On 2022/2/21 16:22, Krzysztof Kozlowski wrote: > There are few boards DTS using "hisi,rst-syscon" property - > undocumented "hisi" prefix. The property will not be changed in DTS to > non-deprecated one, because of compatibility reasons. Add deprecated > "hisi" prefix to silence DT schema warnings. > > Cc: Wei Xu <xuwei5@hisilicon.com> > Cc: David Heidelberg <david@ixit.cz> > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> Thanks! Reviewed-by: Wei Xu <xuwei5@hisilicon.com> Best Regards, Wei > > --- > > See: > https://lore.kernel.org/all/61AF1E3B.5060706@hisilicon.com/ > https://www.spinics.net/lists/arm-kernel/msg887577.html > --- > Documentation/devicetree/bindings/vendor-prefixes.yaml | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree/bindings/vendor-prefixes.yaml > index ebe294516937..79a172eaaaee 100644 > --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml > +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml > @@ -505,6 +505,9 @@ patternProperties: > description: Himax Technologies, Inc. > "^hirschmann,.*": > description: Hirschmann Automation and Control GmbH > + "^hisi,.*": > + description: HiSilicon Limited (deprecated, use hisilicon) > + deprecated: true > "^hisilicon,.*": > description: HiSilicon Limited. > "^hit,.*": >
On Mon, 21 Feb 2022 09:22:26 +0100, Krzysztof Kozlowski wrote: > There are few boards DTS using "hisi,rst-syscon" property - > undocumented "hisi" prefix. The property will not be changed in DTS to > non-deprecated one, because of compatibility reasons. Add deprecated > "hisi" prefix to silence DT schema warnings. > > Cc: Wei Xu <xuwei5@hisilicon.com> > Cc: David Heidelberg <david@ixit.cz> > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> > > --- > > See: > https://lore.kernel.org/all/61AF1E3B.5060706@hisilicon.com/ > https://www.spinics.net/lists/arm-kernel/msg887577.html > --- > Documentation/devicetree/bindings/vendor-prefixes.yaml | 3 +++ > 1 file changed, 3 insertions(+) > Applied, thanks!
On Mon, 21 Feb 2022 09:22:28 +0100, Krzysztof Kozlowski wrote: > The "synopsys" prefix and "synopsys,dwc3" compatible are deprecated. > > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> > --- > Documentation/devicetree/bindings/usb/dwc3-cavium.txt | 2 +- > Documentation/devicetree/bindings/usb/ti,keystone-dwc3.yaml | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > Applied, thanks!
diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree/bindings/vendor-prefixes.yaml index ebe294516937..79a172eaaaee 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml @@ -505,6 +505,9 @@ patternProperties: description: Himax Technologies, Inc. "^hirschmann,.*": description: Hirschmann Automation and Control GmbH + "^hisi,.*": + description: HiSilicon Limited (deprecated, use hisilicon) + deprecated: true "^hisilicon,.*": description: HiSilicon Limited. "^hit,.*":
There are few boards DTS using "hisi,rst-syscon" property - undocumented "hisi" prefix. The property will not be changed in DTS to non-deprecated one, because of compatibility reasons. Add deprecated "hisi" prefix to silence DT schema warnings. Cc: Wei Xu <xuwei5@hisilicon.com> Cc: David Heidelberg <david@ixit.cz> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> --- See: https://lore.kernel.org/all/61AF1E3B.5060706@hisilicon.com/ https://www.spinics.net/lists/arm-kernel/msg887577.html --- Documentation/devicetree/bindings/vendor-prefixes.yaml | 3 +++ 1 file changed, 3 insertions(+)