On Wed, Dec 29, 2021 at 1:16 PM Qianggui Song [off-list ref] wrote:
Add new pinctrl driver for Amlogic's Meson-S4 SoC which share the
same register layout as the previous Meson-A1.
Signed-off-by: Qianggui Song <redacted>
Due to lack of a datasheet to compare this with I cannot properly review this.
Instead I confirm that this generally looks good apart from two very
small nit-picks:
Acked-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
I suggest waiting for Jerome's review before re-sending this series.
[...]
+static const char * const mclk_1_groups[] = {
+ "mclk_1_c", "mclk_1_d", "mclk_1_h", "mclk_2",
+
There's an extraneous empty line here.
[...[
+static const char * const pwm_b_groups[] = {
+ "pwm_b_d", "pwm_b_x",
+
There's an extraneous empty line here.
Best regards,
Martin