We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4e3d2c4 + b04f0d8 commit 070d04fCopy full SHA for 070d04f
arch/arm64/boot/dts/marvell/armada-3720-uDPU.dtsi
@@ -26,6 +26,8 @@
26
27
leds {
28
compatible = "gpio-leds";
29
+ pinctrl-names = "default";
30
+ pinctrl-0 = <&spi_quad_pins>;
31
32
led-power1 {
33
label = "udpu:green:power";
@@ -82,8 +84,6 @@
82
84
83
85
&spi0 {
86
status = "okay";
- pinctrl-names = "default";
- pinctrl-0 = <&spi_quad_pins>;
87
88
flash@0 {
89
compatible = "jedec,spi-nor";
@@ -108,6 +108,10 @@
108
};
109
110
111
+&spi_quad_pins {
112
+ function = "gpio";
113
+};
114
+
115
&pinctrl_nb {
116
i2c2_recovery_pins: i2c2-recovery-pins {
117
groups = "i2c2";
0 commit comments