Message ID | 20240122-topic-sm8550-upstream-hdk8550-v1-1-bff7eb3a17eb@linaro.org (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | arm64: qcom: sm8550: add support for the SM8550-HDK board | expand |
On Mon, Jan 22, 2024 at 11:19:19AM +0100, Neil Armstrong wrote: > Document the Qualcomm SM8550 based HDK (Hardware Development Kit) > embedded development platform designed by Qualcomm and sold by Lantronix. > > [1] https://www.lantronix.com/products/snapdragon-8-gen-2-mobile-hardware-development-kit/ > > Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org> > --- > Documentation/devicetree/bindings/arm/qcom.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml > index 1a5fb889a444..5a4b267e332f 100644 > --- a/Documentation/devicetree/bindings/arm/qcom.yaml > +++ b/Documentation/devicetree/bindings/arm/qcom.yaml > @@ -1037,6 +1037,7 @@ properties: > - enum: > - qcom,sm8550-mtp > - qcom,sm8550-qrd > + - qcom,sm8550-hdk Alphabetical please Regards, Bjorn > - const: qcom,sm8550 > > - items: > > -- > 2.34.1 >
diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml index 1a5fb889a444..5a4b267e332f 100644 --- a/Documentation/devicetree/bindings/arm/qcom.yaml +++ b/Documentation/devicetree/bindings/arm/qcom.yaml @@ -1037,6 +1037,7 @@ properties: - enum: - qcom,sm8550-mtp - qcom,sm8550-qrd + - qcom,sm8550-hdk - const: qcom,sm8550 - items:
Document the Qualcomm SM8550 based HDK (Hardware Development Kit) embedded development platform designed by Qualcomm and sold by Lantronix. [1] https://www.lantronix.com/products/snapdragon-8-gen-2-mobile-hardware-development-kit/ Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org> --- Documentation/devicetree/bindings/arm/qcom.yaml | 1 + 1 file changed, 1 insertion(+)