Message ID | 20211025015156.33133-3-brad@pensando.io (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Support Pensando Elba SoC | expand |
On Sun, Oct 24, 2021 at 06:51:47PM -0700, Brad Larson wrote: > Add vendor prefix for Pensando Systems: https://pensando.io This should be before patch 1. > > Signed-off-by: Brad Larson <brad@pensando.io> > --- > Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++ > 1 file changed, 2 insertions(+) Acked-by: Rob Herring <robh@kernel.org>
On Wed, Oct 27, 2021 at 2:38 PM Rob Herring <robh@kernel.org> wrote: > > On Sun, Oct 24, 2021 at 06:51:47PM -0700, Brad Larson wrote: > > Add vendor prefix for Pensando Systems: https://pensando.io > > This should be before patch 1. ack, will order this way for re-spin of the patch set. Thanks Brad
diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree/bindings/vendor-prefixes.yaml index a867f7102c35..4d3d29490a12 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml @@ -880,6 +880,8 @@ patternProperties: description: Parallax Inc. "^pda,.*": description: Precision Design Associates, Inc. + "^pensando,.*": + description: Pensando Systems Inc. "^pericom,.*": description: Pericom Technology Inc. "^pervasive,.*":
Add vendor prefix for Pensando Systems: https://pensando.io Signed-off-by: Brad Larson <brad@pensando.io> --- Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++ 1 file changed, 2 insertions(+)