hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/arch/arm/boot/dts/s3c6410-mini6410.dts
....@@ -51,7 +51,7 @@
5151
5252 ethernet@18000000 {
5353 compatible = "davicom,dm9000";
54
- reg = <0x18000000 0x2 0x18000004 0x2>;
54
+ reg = <0x18000000 0x2>, <0x18000004 0x2>;
5555 interrupt-parent = <&gpn>;
5656 interrupts = <7 IRQ_TYPE_LEVEL_HIGH>;
5757 davicom,no-eeprom;
....@@ -193,12 +193,12 @@
193193 };
194194
195195 &pinctrl0 {
196
- gpio_leds: gpio-leds {
196
+ gpio_leds: gpio-leds-pins {
197197 samsung,pins = "gpk-4", "gpk-5", "gpk-6", "gpk-7";
198198 samsung,pin-pud = <S3C64XX_PIN_PULL_NONE>;
199199 };
200200
201
- gpio_keys: gpio-keys {
201
+ gpio_keys: gpio-keys-pins {
202202 samsung,pins = "gpn-0", "gpn-1", "gpn-2", "gpn-3",
203203 "gpn-4", "gpn-5", "gpl-11", "gpl-12";
204204 samsung,pin-pud = <S3C64XX_PIN_PULL_NONE>;