dts:fix typo error

This commit is contained in:
padavanonly 2024-09-18 02:33:25 +08:00
parent 53cd7f74dc
commit 677c9ed4ed
3 changed files with 5 additions and 36 deletions

View File

@ -48,7 +48,7 @@
fan: pwm-fan {
compatible = "pwm-fan";
#cooling-cells = <2>;
cooling-levels = <255 128 80 0>;
cooling-levels = <220 160 80 40>;
pwms = <&pwm 0 10000 0>;
status = "okay";
};
@ -397,38 +397,7 @@
};
};
usb_ngff_pins: usb-ngff-pins {
ngff-gnss-off {
pins = "GPIO_6";
drive-strength = <MTK_DRIVE_8mA>;
mediatek,pull-up-adv = <1>;
};
ngff-pe-rst {
pins = "GPIO_7";
drive-strength = <MTK_DRIVE_8mA>;
mediatek,pull-up-adv = <1>;
};
ngff-wwan-off {
pins = "GPIO_8";
drive-strength = <MTK_DRIVE_8mA>;
mediatek,pull-up-adv = <1>;
};
ngff-pwr-off {
pins = "GPIO_9";
drive-strength = <MTK_DRIVE_8mA>;
mediatek,pull-up-adv = <1>;
};
ngff-rst {
pins = "GPIO_10";
drive-strength = <MTK_DRIVE_8mA>;
mediatek,pull-up-adv = <1>;
};
ngff-coex {
pins = "SPI1_CS";
drive-strength = <MTK_DRIVE_8mA>;
mediatek,pull-up-adv = <1>;
};
};
wf_2g_5g_pins: wf_2g_5g-pins {
mux {
@ -466,7 +435,6 @@
};
&xhci {
pinctrl-names = "default";
pinctrl-0 = <&usb_ngff_pins>;
status = "okay";
};

View File

@ -75,7 +75,7 @@
};
gmac1: mac@1 {
label = "wan"
label = "wan";
compatible = "mediatek,eth-mac";
reg = <1>;
phy-mode = "2500base-x";

View File

@ -1153,6 +1153,7 @@ mtk_hnat_br_nf_local_in(void *priv, struct sk_buff *skb,
pre_routing_print(skb, state->in, state->out, __func__);
if (unlikely(debug_level >= 7)) {
hnat_cpu_reason_cnt(skb);
if (skb_hnat_reason(skb) == dbg_cpu_reason)