On Mon, Jan 30, 2023 at 06:25:25PM +0530, devi priya wrote:Yes, we have addressed this comment part of V7 series
+static const struct msm_pingroup ipq9574_groups[] = {
+ PINGROUP(0, sdc_data, qspi_data, qdss_traceclk_b, _, _, _, _, _, _),
+ PINGROUP(1, sdc_data, qspi_data, qdss_tracectl_b, _, _, _, _, _, _),
+ PINGROUP(2, sdc_data, qspi_data, qdss_tracedata_b, _, _, _, _, _, _),
+ PINGROUP(3, sdc_data, qspi_data, qdss_tracedata_b, _, _, _, _, _, _),
+ PINGROUP(4, sdc_cmd, qspi_cs, qdss_tracedata_b, _, _, _, _, _, _),
+ PINGROUP(5, sdc_clk, qspi_clk, qdss_tracedata_b, _, _, _, _, _,
+ _),
Please avoid line wrapping these, it just makes it hard to read.
As the GPIO is forbidden on SoC IPQ9574,
[..]
+};
+
+/* Reserving GPIO59 for controlling the QFPROM LDO regulator */
This seems like a property of the board, please use gpio-reserved-ranges
in the DT node instead.
Best Regards,
Thanks,
Bjorn