Skip to content

Commit b215087

Browse files
committed
ARM: dts: at91: sam9x60ek: remove wilc references
Remove WILC from DT. It should be applied with overlay. Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
1 parent 985e563 commit b215087

1 file changed

Lines changed: 0 additions & 28 deletions

File tree

arch/arm/boot/dts/at91-sam9x60ek.dts

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,6 @@
3333
};
3434
};
3535

36-
wifi_pwrseq: wifi_pwrseq {
37-
compatible = "mmc-pwrseq-wilc";
38-
reset-gpios = <&pioB 25 GPIO_ACTIVE_HIGH>;
39-
powerdown-gpios = <&pioA 29 GPIO_ACTIVE_HIGH>;
40-
pinctrl-0 = <&pinctrl_wilc_pwrseq_default>;
41-
pinctrl-names = "default";
42-
status = "okay";
43-
};
44-
4536
regulators: regulators {
4637
compatible = "simple-bus";
4738
#address-cells = <1>;
@@ -179,20 +170,9 @@
179170
bus-width = <4>;
180171
pinctrl-names = "default";
181172
pinctrl-0 = <&pinctrl_sdmmc1_default>;
182-
mmc-pwrseq = <&wifi_pwrseq>;
183-
#address-cells = <1>;
184-
#size-cells = <0>;
185173
no-1-8-v;
186174
non-removable;
187175
status = "okay"; /* Conflict with flx4. */
188-
189-
wilc: wilc@1 {
190-
compatible = "microchip,wilc1000", "microchip,wilc3000";
191-
reg = <1>;
192-
irq-gpios = <&pioA 28 0>;
193-
bus-width = <4>;
194-
status = "okay";
195-
};
196176
};
197177

198178
apb {
@@ -644,14 +624,6 @@
644624
<AT91_PIOD 18 AT91_PERIPH_GPIO AT91_PINCTRL_NONE>;
645625
};
646626
};
647-
648-
wilc_pwrseq {
649-
pinctrl_wilc_pwrseq_default: pinctrl_wilc_pwrseq {
650-
atmel,pins =
651-
<AT91_PIOA 29 AT91_PERIPH_GPIO AT91_PINCTRL_PULL_DOWN
652-
AT91_PIOB 25 AT91_PERIPH_GPIO AT91_PINCTRL_PULL_DOWN>;
653-
};
654-
};
655627
}; /* pinctrl */
656628

657629
shutdown_controller: shdwc@fffffe10 {

0 commit comments

Comments
 (0)