File tree Expand file tree Collapse file tree
arch/arm64/boot/dts/mediatek Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 * Author: Sam.Shih <sam.shih@mediatek.com>
55 */
66&pio {
7- mmc_pins_default: mmc-pins- default {
7+ mmc_pins_default: mmc-default-pins {
88 mux {
99 function = "flash";
1010 groups = "emmc_45";
2828 mediatek,pull-up-adv = <1>; /* pull-up 10K */
2929 };
3030 };
31- mmc_pins_uhs: mmc-pins- uhs {
31+ mmc_pins_uhs: mmc-uhs-pins {
3232 mux {
3333 function = "flash";
3434 groups = "emmc_45";
5252 mediatek,pull-up-adv = <1>; /* pull-up 10K */
5353 };
5454 };
55- sd_pins_default: sd-pins- default {
55+ sd_pins_default: sd-default-pins {
5656 mux {
5757 function = "flash";
5858 groups = "sd";
7070 mediatek,pull-down-adv = <2>; /* pull-down 50K */
7171 };
7272 };
73- sd_pins_uhs: sd-pins- uhs {
73+ sd_pins_uhs: sd-uhs-pins {
7474 mux {
7575 function = "flash";
7676 groups = "sd";
116116 groups = "2p5gbe_led1_1";
117117 };
118118 };
119- i2c0_pins: i2c0-pins-g2 {
119+ i2c0_pins: i2c0-g2-pins {
120120 mux {
121121 function = "i2c";
122122 groups = "i2c0_2";
Original file line number Diff line number Diff line change 385385 };
386386
387387 watchdog: watchdog@1001c000 {
388- compatible = "mediatek,mt7987-wdt",
389- "mediatek,mt7988-wdt",
390- "mediatek,mt6589-wdt",
391- "syscon";
388+ compatible = "mediatek,mt7988-wdt";
392389 reg = <0 0x1001c000 0 0x1000>;
393390 interrupts = <GIC_SPI 74 IRQ_TYPE_LEVEL_HIGH>;
394391 #reset-cells = <1>;
Original file line number Diff line number Diff line change 160160 eeprom@57 {
161161 compatible = "atmel,24c02";
162162 reg = <0x57>;
163- address-bits = <8>;
164- page-size = <8>;
163+ /* address-bits = <8>;
164+ page-size = <8>;*/
165165 size = <256>;
166166 };
167167 };
190190 reg = <0x20>;
191191 };
192192
193- wifi_eeprom @50 {
193+ eeprom @50 {
194194 compatible = "atmel,24c02";
195195 reg = <0x50>;
196196 address-bits = <8>;
You can’t perform that action at this time.
0 commit comments