Message ID | 20230616101749.2083974-1-quic_srichara@quicinc.com |
---|---|
Headers | show |
Series | Add minimal boot support for IPQ5018 | expand |
On 16/06/2023 12:17, Sricharan Ramabadhran wrote: > Add initial device tree support for the Qualcomm IPQ5018 SoC and > rdp432-c2 board. > > Few things like 'reboot' does not work because, couple of more 'SCM' > APIS are needed to clear some TrustZone settings. Those will be > posted separately. > > Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> > Co-developed-by: Varadarajan Narayanan <quic_varada@quicinc.com> > Signed-off-by: Varadarajan Narayanan <quic_varada@quicinc.com> > Co-developed-by: Gokul Sriram Palanisamy <quic_gokulsri@quicinc.com> > Signed-off-by: Gokul Sriram Palanisamy <quic_gokulsri@quicinc.com> > Signed-off-by: Sricharan Ramabadhran <quic_srichara@quicinc.com> > --- > arch/arm64/boot/dts/qcom/Makefile | 1 + > .../arm64/boot/dts/qcom/ipq5018-rdp432-c2.dts | 72 +++++ > arch/arm64/boot/dts/qcom/ipq5018.dtsi | 250 ++++++++++++++++++ > 3 files changed, 323 insertions(+) > create mode 100644 arch/arm64/boot/dts/qcom/ipq5018-rdp432-c2.dts > create mode 100644 arch/arm64/boot/dts/qcom/ipq5018.dtsi > NAK, please do not merge. It turns out there are some problems here (pointed out by Hariharan K). Best regards, Krzysztof
On 16/06/2023 12:17, Sricharan Ramabadhran wrote: > This patch adds support for the global clock controller found on > the IPQ5018 based devices. > > Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> > Co-developed-by: Varadarajan Narayanan <quic_varada@quicinc.com> > Signed-off-by: Varadarajan Narayanan <quic_varada@quicinc.com> > Signed-off-by: Sricharan Ramabadhran <quic_srichara@quicinc.com> Please use subject prefixes matching the subsystem. You can get them for example with `git log --oneline -- DIRECTORY_OR_FILE` on the directory your patch is touching. Best regards, Krzysztof
Hi, On 7/20/2023 2:14 PM, Krzysztof Kozlowski wrote: > On 16/06/2023 12:17, Sricharan Ramabadhran wrote: >> Add initial device tree support for the Qualcomm IPQ5018 SoC and >> rdp432-c2 board. >> >> Few things like 'reboot' does not work because, couple of more 'SCM' >> APIS are needed to clear some TrustZone settings. Those will be >> posted separately. >> >> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> >> Co-developed-by: Varadarajan Narayanan <quic_varada@quicinc.com> >> Signed-off-by: Varadarajan Narayanan <quic_varada@quicinc.com> >> Co-developed-by: Gokul Sriram Palanisamy <quic_gokulsri@quicinc.com> >> Signed-off-by: Gokul Sriram Palanisamy <quic_gokulsri@quicinc.com> >> Signed-off-by: Sricharan Ramabadhran <quic_srichara@quicinc.com> >> --- >> arch/arm64/boot/dts/qcom/Makefile | 1 + >> .../arm64/boot/dts/qcom/ipq5018-rdp432-c2.dts | 72 +++++ >> arch/arm64/boot/dts/qcom/ipq5018.dtsi | 250 ++++++++++++++++++ >> 3 files changed, 323 insertions(+) >> create mode 100644 arch/arm64/boot/dts/qcom/ipq5018-rdp432-c2.dts >> create mode 100644 arch/arm64/boot/dts/qcom/ipq5018.dtsi >> > > NAK, please do not merge. > > It turns out there are some problems here (pointed out by Hariharan K). The changes from Hariharan K to rename the dts compatibles is not correct. So the compatibles/names in this series should be used. Hariharan can fix his series and re-post. Regards, Sricharan
On 20/07/2023 12:51, Sricharan Ramabadhran wrote: >>> arch/arm64/boot/dts/qcom/Makefile | 1 + >>> .../arm64/boot/dts/qcom/ipq5018-rdp432-c2.dts | 72 +++++ >>> arch/arm64/boot/dts/qcom/ipq5018.dtsi | 250 ++++++++++++++++++ >>> 3 files changed, 323 insertions(+) >>> create mode 100644 arch/arm64/boot/dts/qcom/ipq5018-rdp432-c2.dts >>> create mode 100644 arch/arm64/boot/dts/qcom/ipq5018.dtsi >>> >> >> NAK, please do not merge. >> >> It turns out there are some problems here (pointed out by Hariharan K). > > The changes from Hariharan K to rename the dts compatibles is not > correct. So the compatibles/names in this series should be used. > Hariharan can fix his series and re-post. Thanks. Conflicting patches touching similar boards is however confusing me a bit... Best regards, Krzysztof
On 7/20/2023 5:03 PM, Krzysztof Kozlowski wrote: > On 20/07/2023 12:51, Sricharan Ramabadhran wrote: >>>> arch/arm64/boot/dts/qcom/Makefile | 1 + >>>> .../arm64/boot/dts/qcom/ipq5018-rdp432-c2.dts | 72 +++++ >>>> arch/arm64/boot/dts/qcom/ipq5018.dtsi | 250 ++++++++++++++++++ >>>> 3 files changed, 323 insertions(+) >>>> create mode 100644 arch/arm64/boot/dts/qcom/ipq5018-rdp432-c2.dts >>>> create mode 100644 arch/arm64/boot/dts/qcom/ipq5018.dtsi >>>> >>> >>> NAK, please do not merge. >>> >>> It turns out there are some problems here (pointed out by Hariharan K). >> >> The changes from Hariharan K to rename the dts compatibles is not >> correct. So the compatibles/names in this series should be used. >> Hariharan can fix his series and re-post. > > Thanks. Conflicting patches touching similar boards is however confusing > me a bit... ok sure. Hariharan will fix his patches. I will anyways send V12 with your reviewed-tags just to avoid any confusion. Regards, Sricharan