Message ID | 20220820195750.70861-2-brad@pensando.io |
---|---|
State | Superseded |
Headers | show |
Series | Support AMD Pensando Elba SoC | expand |
On 20/08/2022 22:57, Brad Larson wrote: > From: Brad Larson <blarson@amd.com> > > Document the compatible for AMD Pensando Elba SoC boards. Didn't you get here tags? Please add Acked-by/Reviewed-by tags when posting new versions. However, there's no need to repost patches *only* to add the tags. The upstream maintainer will do that for acks received on the version they apply. https://elixir.bootlin.com/linux/v5.17/source/Documentation/process/submitting-patches.rst#L540 If a tag was not added on purpose, please state why and what changed. Best regards, Krzysztof
On 8/22/22 11:15 AM, Krzysztof Kozlowski wrote: > On 20/08/2022 22:57, Brad Larson wrote: >> From: Brad Larson <blarson@amd.com> >> >> Document the compatible for AMD Pensando Elba SoC boards. > Didn't you get here tags? > > Please add Acked-by/Reviewed-by tags when posting new versions. However, > there's no need to repost patches *only* to add the tags. The upstream > maintainer will do that for acks received on the version they apply. > > https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Felixir.bootlin.com%2Flinux%2Fv5.17%2Fsource%2FDocumentation%2Fprocess%2Fsubmitting-patches.rst%23L540&data=05%7C01%7CBradley.Larson%40amd.com%7Cfa3c2a618534479c3b2b08da846a5ebd%7C3dd8961fe4884e608e11a82d994e183d%7C0%7C0%7C637967889666777949%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=VFHPfGftpiEGiolO5C1ySDvLseXZHkZZEwSoGr7o1UM%3D&reserved=0 > > If a tag was not added on purpose, please state why and what changed. I should have added/carried forward the tags, thanks for the reminder. Regards, Brad
diff --git a/Documentation/devicetree/bindings/arm/amd,pensando.yaml b/Documentation/devicetree/bindings/arm/amd,pensando.yaml new file mode 100644 index 000000000000..e5c2591834a8 --- /dev/null +++ b/Documentation/devicetree/bindings/arm/amd,pensando.yaml @@ -0,0 +1,26 @@ +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) +%YAML 1.2 +--- +$id: http://devicetree.org/schemas/arm/amd,pensando.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml# + +title: AMD Pensando SoC Platforms + +maintainers: + - Brad Larson <blarson@amd.com> + +properties: + $nodename: + const: "/" + compatible: + oneOf: + + - description: Boards with Pensando Elba SoC + items: + - enum: + - amd,pensando-elba-ortano + - const: amd,pensando-elba + +additionalProperties: true + +...