Microchip AT91 device tree updates for v6.8
It contains: - IRQ support for Ethernet PHYs on SAM9X60-EK and SAM9X60-Curiosity boards - removal of the mmc-ddr-3_3v property from SD controllers connected to SD slots, for SAMA5D27-WLSOM1-EK and SAMA5D27-SOM1-EK boards, as this property is for eMMC devices -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQTsZ8eserC1pmhwqDmejrg/N2X7/QUCZXsiEQAKCRCejrg/N2X7 /fGwAP9Z6XRWEmA1bkdObT1rb5ZZBSYjUWXIf83GoITe6l9ezwD+KtvBq2XQnWNh Hpc6Lp1LEil3vvF7up1GbOhzOrTgnQM= =N2sV -----END PGP SIGNATURE----- gpgsig -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEiK/NIGsWEZVxh/FrYKtH/8kJUicFAmWEYIcACgkQYKtH/8kJ UidCpxAAkeUOHx7oQz7XQpmd2879tf3gQKBEjPTLXiFprsIwczYVMJA/a+NCxa1Z 0VphecKCZ8BOWNhgO8zr7SGgEPT1ZTRb/6HYkNnAZfXu6ATWHRr1t9wLhUA19EmP vqwLSRhXS5B2MS8ShHtK6OBGJYyuEdE3e0EfXKVJLu86vr7t24eYLIvwgy8o8ocU GaKAscHfDu38xl1YZlF0liCwVGAFNp9W1bmP+TKkWBJxQi0VtoXWFUZ0HzXKBQxu O6+G3wlAhXJZomsrXULYzCua42gODO6l1YO6qdUOVw3clpZxyOjut6IDLtgMqpyW ijJmbPXVHzwmH9LCQSuhTFzCfC8oJg1WVLwfYf2H+bM9sbChW0BIA0eGUauTa2H/ c4jAnKz2jYfmHxdvLG2rTDOT7wCnEC2OdwmB3yqedp8f2+seHKbyG6Kdq30UyDzd +4FDJEWRo/v25G4e2QQZH2KIjXhMcZVjI0TMvXkb/7gpxFoum94bkke0E06YZMH7 e+oqIW5QklBqo9PlgmSiAOxmD6wkkDiH9hxk2S5soqq7WSG/ypkY3YiwlIfN8QC9 h4hUkylSMKL23sFdupx+/4N+hK+xsZHhJxR27okYm0xDZT6Q9IESgD24XjoayXuP JSH/HZ0BTLOZ1wkphBKQXigHrByXanqyMGG3Xiby20DxXS/YF70= =XwB6 -----END PGP SIGNATURE----- Merge tag 'at91-dt-6.8' of https://git.kernel.org/pub/scm/linux/kernel/git/at91/linux into soc/dt Microchip AT91 device tree updates for v6.8 It contains: - IRQ support for Ethernet PHYs on SAM9X60-EK and SAM9X60-Curiosity boards - removal of the mmc-ddr-3_3v property from SD controllers connected to SD slots, for SAMA5D27-WLSOM1-EK and SAMA5D27-SOM1-EK boards, as this property is for eMMC devices * tag 'at91-dt-6.8' of https://git.kernel.org/pub/scm/linux/kernel/git/at91/linux: ARM: dts: microchip: sama5d27_som1_ek: Remove mmc-ddr-3_3v property from sdmmc0 node ARM: dts: microchip: sama5d27_wlsom1_ek: Remove mmc-ddr-3_3v property from sdmmc0 node ARM: dts: microchip: sam9x60ek: Add IRQ support for ethernet PHY ARM: dts: microchip: sam9x60_curiosity: Add IRQ support for ethernet PHY Link: https://lore.kernel.org/r/20231214174954.3045355-1-claudiu.beznea@tuxon.dev Signed-off-by: Arnd Bergmann <arnd@arndb.de>
This commit is contained in:
commit
210e1a339f
@ -249,6 +249,8 @@
|
||||
|
||||
ethernet-phy@0 {
|
||||
reg = <0x0>;
|
||||
interrupt-parent = <&pioB>;
|
||||
interrupts = <8 IRQ_TYPE_LEVEL_LOW>;
|
||||
};
|
||||
};
|
||||
|
||||
@ -353,6 +355,7 @@
|
||||
AT91_PIOB 5 AT91_PERIPH_A AT91_PINCTRL_NONE /* PB5 periph A */
|
||||
AT91_PIOB 6 AT91_PERIPH_A AT91_PINCTRL_NONE /* PB6 periph A */
|
||||
AT91_PIOB 7 AT91_PERIPH_A AT91_PINCTRL_NONE /* PB7 periph A */
|
||||
AT91_PIOB 8 AT91_PERIPH_GPIO AT91_PINCTRL_NONE /* PB8 IRQ GPIO */
|
||||
AT91_PIOB 9 AT91_PERIPH_A AT91_PINCTRL_NONE /* PB9 periph A */
|
||||
AT91_PIOB 10 AT91_PERIPH_A AT91_PINCTRL_NONE>; /* PB10 periph A */
|
||||
};
|
||||
|
@ -292,6 +292,8 @@
|
||||
|
||||
ethernet-phy@0 {
|
||||
reg = <0x0>;
|
||||
interrupt-parent = <&pioB>;
|
||||
interrupts = <8 IRQ_TYPE_LEVEL_LOW>;
|
||||
};
|
||||
};
|
||||
|
||||
@ -465,6 +467,7 @@
|
||||
AT91_PIOB 5 AT91_PERIPH_A AT91_PINCTRL_NONE /* PB5 periph A */
|
||||
AT91_PIOB 6 AT91_PERIPH_A AT91_PINCTRL_NONE /* PB6 periph A */
|
||||
AT91_PIOB 7 AT91_PERIPH_A AT91_PINCTRL_NONE /* PB7 periph A */
|
||||
AT91_PIOB 8 AT91_PERIPH_GPIO AT91_PINCTRL_NONE /* PB8 IRQ GPIO */
|
||||
AT91_PIOB 9 AT91_PERIPH_A AT91_PINCTRL_NONE /* PB9 periph A */
|
||||
AT91_PIOB 10 AT91_PERIPH_A AT91_PINCTRL_NONE>; /* PB10 periph A */
|
||||
};
|
||||
|
@ -54,7 +54,6 @@
|
||||
|
||||
sdmmc0: sdio-host@a0000000 {
|
||||
bus-width = <8>;
|
||||
mmc-ddr-3_3v;
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&pinctrl_sdmmc0_default>;
|
||||
status = "okay";
|
||||
|
@ -197,7 +197,6 @@
|
||||
|
||||
&sdmmc0 {
|
||||
bus-width = <4>;
|
||||
mmc-ddr-3_3v;
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&pinctrl_sdmmc0_default>;
|
||||
status = "okay";
|
||||
|
Loading…
x
Reference in New Issue
Block a user