From 80c55c2d826bb679aea4d787a74ed9b1994fb968 Mon Sep 17 00:00:00 2001 From: Piotr Dymacz Date: Fri, 12 Jan 2024 07:49:38 +0100 Subject: [PATCH] ipq807x: v5.4: tidy up EdgeCore {E,O}AP102 DTS files This change focuses on the I/O related cleanups for EdgeCore {E,O}AP102 DTS files. List of changes: 1. Remove 'usb_mux_sel' pinctrl mux Defined label isn't used as reference in any other node and defined GPIO isn't used as well. 2. Remove 'pci@20000000', related PHY and pinctrl mux nodes {E,O}AP102 doesn't use of any of the IPQ8071A PCIe buses. Signed-off-by: Piotr Dymacz --- .../boot/dts/qcom/qcom-ipq807x-eap102.dts | 37 ------------------- .../boot/dts/qcom/qcom-ipq807x-oap102.dts | 37 ------------------- 2 files changed, 74 deletions(-) diff --git a/feeds/ipq807x_v5.4/ipq807x/files/arch/arm64/boot/dts/qcom/qcom-ipq807x-eap102.dts b/feeds/ipq807x_v5.4/ipq807x/files/arch/arm64/boot/dts/qcom/qcom-ipq807x-eap102.dts index 04382d999..ddaef9324 100644 --- a/feeds/ipq807x_v5.4/ipq807x/files/arch/arm64/boot/dts/qcom/qcom-ipq807x-eap102.dts +++ b/feeds/ipq807x_v5.4/ipq807x/files/arch/arm64/boot/dts/qcom/qcom-ipq807x-eap102.dts @@ -40,30 +40,6 @@ }; }; - usb_mux_sel_pins: usb_mux_pins { - mux { - pins = "gpio27"; - function = "gpio"; - drive-strength = <8>; - bias-pull-down; - }; - }; - - pcie0_pins: pcie_pins { - pcie0_rst { - pins = "gpio58"; - function = "pcie0_rst"; - drive-strength = <8>; - bias-pull-down; - }; - pcie0_wake { - pins = "gpio59"; - function = "pcie0_wake"; - drive-strength = <8>; - bias-pull-down; - }; - }; - mdio_pins: mdio_pinmux { mux_0 { pins = "gpio68"; @@ -170,19 +146,6 @@ status = "ok"; }; - phy@84000 { - status = "ok"; - }; - - phy@86000 { - status = "ok"; - }; - - pci@20000000 { - perst-gpio = <&tlmm 58 1>; - status = "ok"; - }; - gpio_keys { compatible = "gpio-keys"; pinctrl-0 = <&button_pins>; diff --git a/feeds/ipq807x_v5.4/ipq807x/files/arch/arm64/boot/dts/qcom/qcom-ipq807x-oap102.dts b/feeds/ipq807x_v5.4/ipq807x/files/arch/arm64/boot/dts/qcom/qcom-ipq807x-oap102.dts index 97c3b6b05..84f4ec3be 100644 --- a/feeds/ipq807x_v5.4/ipq807x/files/arch/arm64/boot/dts/qcom/qcom-ipq807x-oap102.dts +++ b/feeds/ipq807x_v5.4/ipq807x/files/arch/arm64/boot/dts/qcom/qcom-ipq807x-oap102.dts @@ -40,30 +40,6 @@ }; }; - usb_mux_sel_pins: usb_mux_pins { - mux { - pins = "gpio27"; - function = "gpio"; - drive-strength = <8>; - bias-pull-down; - }; - }; - - pcie0_pins: pcie_pins { - pcie0_rst { - pins = "gpio58"; - function = "pcie0_rst"; - drive-strength = <8>; - bias-pull-down; - }; - pcie0_wake { - pins = "gpio59"; - function = "pcie0_wake"; - drive-strength = <8>; - bias-pull-down; - }; - }; - mdio_pins: mdio_pinmux { mux_0 { pins = "gpio68"; @@ -170,19 +146,6 @@ status = "ok"; }; - phy@84000 { - status = "ok"; - }; - - phy@86000 { - status = "ok"; - }; - - pci@20000000 { - perst-gpio = <&tlmm 58 1>; - status = "ok"; - }; - gpio_keys { compatible = "gpio-keys"; pinctrl-0 = <&button_pins>;