Message ID | 1681468167-11689-6-git-send-email-quic_srichara@quicinc.com |
---|---|
State | New |
Headers | show |
Series | Add minimal boot support for IPQ5018 | expand |
On 14/04/2023 12:29, Sricharan Ramabadhran wrote: > Document the new ipq5018 SOC/board device tree bindings. > > Signed-off-by: Sricharan Ramabadhran <quic_srichara@quicinc.com> > --- > [v3] Fixed board name > > Documentation/devicetree/bindings/arm/qcom.yaml | 7 +++++++ > 1 file changed, 7 insertions(+) > > diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml > index 785b969..350f9f6 100644 > --- a/Documentation/devicetree/bindings/arm/qcom.yaml > +++ b/Documentation/devicetree/bindings/arm/qcom.yaml > @@ -30,6 +30,7 @@ description: | > apq8084 > apq8096 > ipq4018 > + ipq5018 > ipq5332 > ipq6018 > ipq8074 > @@ -95,6 +96,7 @@ description: | > hk10-c2 > idp > liquid > + rdp432-c1 Keep proper order, not random. > mtp > qrd > ride Best regards, Krzysztof
On 14/04/2023 12:29, Sricharan Ramabadhran wrote: > Document the new ipq5018 SOC/board device tree bindings. > > Signed-off-by: Sricharan Ramabadhran <quic_srichara@quicinc.com> > --- > [v3] Fixed board name > > Documentation/devicetree/bindings/arm/qcom.yaml | 7 +++++++ > 1 file changed, 7 insertions(+) Does not look like you tested the bindings. Please run `make dt_binding_check` (see Documentation/devicetree/bindings/writing-schema.rst for instructions). Best regards, Krzysztof
On 4/16/2023 2:35 PM, Krzysztof Kozlowski wrote: > On 14/04/2023 12:29, Sricharan Ramabadhran wrote: >> Document the new ipq5018 SOC/board device tree bindings. >> >> Signed-off-by: Sricharan Ramabadhran <quic_srichara@quicinc.com> >> --- >> [v3] Fixed board name >> >> Documentation/devicetree/bindings/arm/qcom.yaml | 7 +++++++ >> 1 file changed, 7 insertions(+) >> >> diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml >> index 785b969..350f9f6 100644 >> --- a/Documentation/devicetree/bindings/arm/qcom.yaml >> +++ b/Documentation/devicetree/bindings/arm/qcom.yaml >> @@ -30,6 +30,7 @@ description: | >> apq8084 >> apq8096 >> ipq4018 >> + ipq5018 >> ipq5332 >> ipq6018 >> ipq8074 >> @@ -95,6 +96,7 @@ description: | >> hk10-c2 >> idp >> liquid >> + rdp432-c1 > > Keep proper order, not random. ok. Regards, Sricharan
diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml index 785b969..350f9f6 100644 --- a/Documentation/devicetree/bindings/arm/qcom.yaml +++ b/Documentation/devicetree/bindings/arm/qcom.yaml @@ -30,6 +30,7 @@ description: | apq8084 apq8096 ipq4018 + ipq5018 ipq5332 ipq6018 ipq8074 @@ -95,6 +96,7 @@ description: | hk10-c2 idp liquid + rdp432-c1 mtp qrd ride @@ -328,6 +330,11 @@ properties: - qcom,ipq4019-dk04.1-c1 - const: qcom,ipq4019 + - items: + - enum: + - qcom,ipq5018-rdp432-c1 + - const: qcom,ipq5018 + - items: - enum: - qcom,ipq5332-ap-mi01.2
Document the new ipq5018 SOC/board device tree bindings. Signed-off-by: Sricharan Ramabadhran <quic_srichara@quicinc.com> --- [v3] Fixed board name Documentation/devicetree/bindings/arm/qcom.yaml | 7 +++++++ 1 file changed, 7 insertions(+)