ipq807x: ipq5018: fix EdgeCore EAP104 pinctrl configuration

Drop 'phy_led_pins' node which duplicates configuration for 'gpio46',
used in different place ('led_cloud' node). This solves below error:

'pin GPIO_46 already requested by 1000000.pinctrl; cannot claim for leds'

Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
This commit is contained in:
Piotr Dymacz
2023-09-13 12:17:21 +02:00
committed by John Crispin
parent 99f6881a36
commit e976d56575
2 changed files with 2 additions and 22 deletions

View File

@@ -541,8 +541,7 @@
};
&tlmm {
/* pinctrl-0 = <&blsp0_uart_pins &phy_led_pins>; */
pinctrl-0 = <&blsp0_uart_pins &phy_led_pins &ble_pins>;
pinctrl-0 = <&blsp0_uart_pins &ble_pins>;
pinctrl-names = "default";
leds_pins: leds_pins {
@@ -662,16 +661,6 @@
bias-pull-up;
};
};
phy_led_pins: phy_led_pins {
gephy_led_pin {
pins = "gpio46";
/* function = "led0"; */
function = "gpio";
drive-strength = <8>;
bias-pull-down;
};
};
ble_pins: ble_pins {
ble_coex_grant {

View File

@@ -479,7 +479,7 @@
};
&tlmm {
pinctrl-0 = <&blsp0_uart_pins &phy_led_pins>;
pinctrl-0 = <&blsp0_uart_pins>;
pinctrl-names = "default";
blsp0_uart_pins: uart_pins {
@@ -546,15 +546,6 @@
};
};
phy_led_pins: phy_led_pins {
gephy_led_pin {
pins = "gpio46";
function = "led0";
drive-strength = <8>;
bias-pull-down;
};
};
leds_pins: leds_pins {
led_5g {
pins = "gpio2";