Skip to content

Commit f6d40f3

Browse files
Mihai Saincristibirsan
authored andcommitted
ARM: dts: at91: sama5d29_curiosity: Align with upstream patch v4
Update the dts file with the changes from patch v4. Signed-off-by: Mihai Sain <mihai.sain@microchip.com> Link: https://lore.kernel.org/lkml/20230919124606.26898-1-mihai.sain@microchip.com
1 parent 82a87f9 commit f6d40f3

1 file changed

Lines changed: 5 additions & 20 deletions

File tree

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

Lines changed: 5 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -63,17 +63,17 @@
6363
pinctrl-0 = <&pinctrl_led_gpio_default>;
6464
status = "okay";
6565

66-
red {
66+
led-red {
6767
label = "red";
6868
gpios = <&pioA PIN_PA7 GPIO_ACTIVE_HIGH>;
6969
};
7070

71-
green {
71+
led-green {
7272
label = "green";
7373
gpios = <&pioA PIN_PA8 GPIO_ACTIVE_HIGH>;
7474
};
7575

76-
blue {
76+
led-blue {
7777
label = "blue";
7878
gpios = <&pioA PIN_PA9 GPIO_ACTIVE_HIGH>;
7979
linux,default-trigger = "heartbeat";
@@ -278,12 +278,6 @@
278278
status = "okay";
279279
};
280280

281-
&i2s0 {
282-
pinctrl-names = "default";
283-
pinctrl-0 = <&pinctrl_i2s0_default>;
284-
status = "okay";
285-
};
286-
287281
&pioA {
288282
pinctrl_adc_default: adc-default {
289283
pinmux = <PIN_PD25__GPIO>,
@@ -328,7 +322,7 @@
328322
bias-disable;
329323
};
330324

331-
pinctrl_i2c0_gpio: i2c0-gpio {
325+
pinctrl_i2c0_gpio: i2c0-gpio-default {
332326
pinmux = <PIN_PB31__GPIO>,
333327
<PIN_PC0__GPIO>;
334328
bias-disable;
@@ -340,21 +334,12 @@
340334
bias-disable;
341335
};
342336

343-
pinctrl_i2c1_gpio: i2c1-gpio {
337+
pinctrl_i2c1_gpio: i2c1-gpio-default {
344338
pinmux = <PIN_PD4__GPIO>,
345339
<PIN_PD5__GPIO>;
346340
bias-disable;
347341
};
348342

349-
pinctrl_i2s0_default: i2s0-default {
350-
pinmux = <PIN_PD19__I2SC0_CK>,
351-
<PIN_PD20__I2SC0_MCK>,
352-
<PIN_PD21__I2SC0_WS>,
353-
<PIN_PD22__I2SC0_DI0>,
354-
<PIN_PD23__I2SC0_DO0>;
355-
bias-disable;
356-
};
357-
358343
pinctrl_key_gpio_default: key-gpio-default {
359344
pinmux = <PIN_PA17__GPIO>;
360345
bias-pull-up;

0 commit comments

Comments
 (0)