On Mon, 02 May 2022 15:40:48 -0500, nick.hawkins@xxxxxxx wrote: > From: Nick Hawkins <nick.hawkins@xxxxxxx> > > Add support for HPE GXP. The GXP is based on the cortex a9 processor and > supports arm7. > > Signed-off-by: Nick Hawkins <nick.hawkins@xxxxxxx> > > --- > v6: > * Changed subject to match others in log. > * Changed the commit description. > * Changed the title in the .yaml from HPE BMC GXP SoC Driver to HPE BMC > GXP platforms. > * Added the oneOf attribute > * Fixed commit description to be close to 75 characters per line > v5: > * Fix version log > v4: > * Removed gxp.yaml > * Created hpe,gxp.yaml based on reviewer input > v3: > * Created gxp.yaml > v2: > * No change > --- > .../devicetree/bindings/arm/hpe,gxp.yaml | 27 +++++++++++++++++++ > 1 file changed, 27 insertions(+) > create mode 100644 Documentation/devicetree/bindings/arm/hpe,gxp.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>