Message ID | 1559754961-26783-3-git-send-email-sricharan@codeaurora.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Add minimal boot support for IPQ6018 | expand |
On Wed 05 Jun 10:15 PDT 2019, Sricharan R wrote: > Signed-off-by: Sricharan R <sricharan@codeaurora.org> > Signed-off-by: speriaka <speriaka@codeaurora.org> > --- > Documentation/devicetree/bindings/arm/qcom.yaml | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml > index f6316ab..7b19028 100644 > --- a/Documentation/devicetree/bindings/arm/qcom.yaml > +++ b/Documentation/devicetree/bindings/arm/qcom.yaml > @@ -36,6 +36,7 @@ description: | > mdm9615 > ipq8074 > sdm845 > + ipq6018 It would be nice if these lists where sorted, but as that's not the case, please sort it wrt the other ipq at least. Regards, Bjorn > > The 'board' element must be one of the following strings: > > @@ -45,6 +46,7 @@ description: | > mtp > sbc > hk01 > + cp01-c1 > > The 'soc_version' and 'board_version' elements take the form of v<Major>.<Minor> > where the minor number may be omitted when it's zero, i.e. v1.0 is the same > -- > QUALCOMM INDIA, on behalf of Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation >
On 6/8/2019 8:57 AM, Bjorn Andersson wrote: > On Wed 05 Jun 10:15 PDT 2019, Sricharan R wrote: > >> Signed-off-by: Sricharan R <sricharan@codeaurora.org> >> Signed-off-by: speriaka <speriaka@codeaurora.org> >> --- >> Documentation/devicetree/bindings/arm/qcom.yaml | 2 ++ >> 1 file changed, 2 insertions(+) >> >> diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml >> index f6316ab..7b19028 100644 >> --- a/Documentation/devicetree/bindings/arm/qcom.yaml >> +++ b/Documentation/devicetree/bindings/arm/qcom.yaml >> @@ -36,6 +36,7 @@ description: | >> mdm9615 >> ipq8074 >> sdm845 >> + ipq6018 > > It would be nice if these lists where sorted, but as that's not the > case, please sort it wrt the other ipq at least. > ok. Regards, Sricharan
On Wed, Jun 5, 2019 at 11:16 AM Sricharan R <sricharan@codeaurora.org> wrote: > > Signed-off-by: Sricharan R <sricharan@codeaurora.org> > Signed-off-by: speriaka <speriaka@codeaurora.org> > --- > Documentation/devicetree/bindings/arm/qcom.yaml | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml > index f6316ab..7b19028 100644 > --- a/Documentation/devicetree/bindings/arm/qcom.yaml > +++ b/Documentation/devicetree/bindings/arm/qcom.yaml > @@ -36,6 +36,7 @@ description: | > mdm9615 > ipq8074 > sdm845 > + ipq6018 You need to add actual schema for this, not just a description. > > The 'board' element must be one of the following strings: > > @@ -45,6 +46,7 @@ description: | > mtp > sbc > hk01 > + cp01-c1 > > The 'soc_version' and 'board_version' elements take the form of v<Major>.<Minor> > where the minor number may be omitted when it's zero, i.e. v1.0 is the same > -- > QUALCOMM INDIA, on behalf of Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation >
diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml index f6316ab..7b19028 100644 --- a/Documentation/devicetree/bindings/arm/qcom.yaml +++ b/Documentation/devicetree/bindings/arm/qcom.yaml @@ -36,6 +36,7 @@ description: | mdm9615 ipq8074 sdm845 + ipq6018 The 'board' element must be one of the following strings: @@ -45,6 +46,7 @@ description: | mtp sbc hk01 + cp01-c1 The 'soc_version' and 'board_version' elements take the form of v<Major>.<Minor> where the minor number may be omitted when it's zero, i.e. v1.0 is the same