Skip to content

Commit 4985d0b

Browse files
igor-prusovsuperna9999
authored andcommitted
arm64: dts: meson: a1: Add SPIFC mux pins
SPI Flash Controller uses multi-function pins, so add missing mux definition. Signed-off-by: Igor Prusov <ivprusov@salutedevices.com> Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org> Link: https://lore.kernel.org/r/20231005195543.380273-2-ivprusov@salutedevices.com Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
1 parent 1e3dbe8 commit 4985d0b

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

arch/arm64/boot/dts/amlogic/meson-a1.dtsi

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,18 @@
168168
bias-pull-down;
169169
};
170170
};
171+
172+
spifc_pins: spifc {
173+
mux {
174+
groups = "spif_mo",
175+
"spif_mi",
176+
"spif_clk",
177+
"spif_cs",
178+
"spif_hold_n",
179+
"spif_wp_n";
180+
function = "spif";
181+
};
182+
};
171183
};
172184

173185
gpio_intc: interrupt-controller@440 {

0 commit comments

Comments
 (0)