From a57e9b48676d47d3f6874b492fe8fb8ec26dfdbb Mon Sep 17 00:00:00 2001 From: tzh <tanzhtanzh@gmail.com> Date: Wed, 14 Aug 2024 03:00:12 +0000 Subject: [PATCH] feat(other): add lcd.dtsi and other gpio --- longan/kernel/linux-4.9/arch/arm64/boot/dts/sunxi/sun50iw10p1-pinctrl.dtsi | 22 ++++++++-------------- 1 files changed, 8 insertions(+), 14 deletions(-) diff --git a/longan/kernel/linux-4.9/arch/arm64/boot/dts/sunxi/sun50iw10p1-pinctrl.dtsi b/longan/kernel/linux-4.9/arch/arm64/boot/dts/sunxi/sun50iw10p1-pinctrl.dtsi index 606a755..5a9c9d9 100644 --- a/longan/kernel/linux-4.9/arch/arm64/boot/dts/sunxi/sun50iw10p1-pinctrl.dtsi +++ b/longan/kernel/linux-4.9/arch/arm64/boot/dts/sunxi/sun50iw10p1-pinctrl.dtsi @@ -815,13 +815,10 @@ allwinner,pull = <0>; }; gmac_pins_a: gmac@0 { - //allwinner,pins = "PH0", "PH1", "PH2", "PH3", - // "PH4", "PH5", "PH6", "PH7", - // "PH9", "PH10", "PH13", "PH14", - // "PH15", "PH16", "PH17", "PH18"; - allwinner,pins = "PH0", "PH1", "PH2", "PH3", - "PH4", "PH5", "PH6", "PH7", - "PH9", "PH10"; + allwinner,pins = "PH0", "PH1", "PH2", "PH3", + "PH4", "PH5", "PH6", "PH7", + "PH9", "PH10", "PH14", + "PH15", "PH16", "PH17", "PH18"; allwinner,function = "gmac0"; allwinner,muxsel = <5>; allwinner,drive = <3>; @@ -830,13 +827,10 @@ }; gmac_pins_b: gmac@1 { - //allwinner,pins = "PH0", "PH1", "PH2", "PH3", - // "PH4", "PH5", "PH6", "PH7", - // "PH9", "PH10", "PH13", "PH14", - // "PH15", "PH16", "PH17", "PH18"; - allwinner,pins = "PH0", "PH1", "PH2", "PH3", - "PH4", "PH5", "PH6", "PH7", - "PH9", "PH10"; + allwinner,pins = "PH0", "PH1", "PH2", "PH3", + "PH4", "PH5", "PH6", "PH7", + "PH9", "PH10", "PH14", + "PH15", "PH16", "PH17", "PH18"; allwinner,function = "io_disabled"; allwinner,muxsel = <7>; allwinner,drive = <3>; -- Gitblit v1.6.2