Java程序辅导

C C++ Java Python Processing编程在线培训 程序编写 软件开发 视频讲解

客服在线QQ:2653320439 微信:ittutor Email:itutor@qq.com
wx: cjtutor
QQ: 2653320439
Linux-Kernel Archive: [PATCH v2 09/14] mips: dts: ralink: mt7621: use the new compatible string for MT7621 pinctrl [PATCH v2 09/14] mips: dts: ralink: mt7621: use the new compatible string for MT7621 pinctrl From: Arınç ÜNAL Date: Thu Apr 14 2022 - 13:41:27 EST Next message: Arınç ÜNAL: "[PATCH v2 10/14] dt-bindings: pinctrl: rt2880: fix binding name, pin groups and functions" Previous message: Arınç ÜNAL: "[PATCH v2 08/14] MAINTAINERS: add Ralink pinctrl driver" In reply to: Arınç ÜNAL: "[PATCH v2 08/14] MAINTAINERS: add Ralink pinctrl driver" Next in thread: Arınç ÜNAL: "[PATCH v2 10/14] dt-bindings: pinctrl: rt2880: fix binding name, pin groups and functions" Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] Use the new compatible string "ralink,mt7621-pinctrl" for the Ralink MT7621 pinctrl subdriver on mt7621.dtsi. Each subdriver needs to have a different compatible string. We don't want the same compatible string to match a different subdriver's pinmux data as it's not for our SoC. Signed-off-by: Arınç ÜNAL --- arch/mips/boot/dts/ralink/mt7621.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/mips/boot/dts/ralink/mt7621.dtsi b/arch/mips/boot/dts/ralink/mt7621.dtsi index 3222684915ac..ee2ec78c8952 100644 --- a/arch/mips/boot/dts/ralink/mt7621.dtsi +++ b/arch/mips/boot/dts/ralink/mt7621.dtsi @@ -151,7 +151,7 @@ spi0: spi@b00 { }; pinctrl: pinctrl { - compatible = "ralink,rt2880-pinmux"; + compatible = "ralink,mt7621-pinctrl"; i2c_pins: i2c0-pins { pinmux { -- 2.25.1 Next message: Arınç ÜNAL: "[PATCH v2 10/14] dt-bindings: pinctrl: rt2880: fix binding name, pin groups and functions" Previous message: Arınç ÜNAL: "[PATCH v2 08/14] MAINTAINERS: add Ralink pinctrl driver" In reply to: Arınç ÜNAL: "[PATCH v2 08/14] MAINTAINERS: add Ralink pinctrl driver" Next in thread: Arınç ÜNAL: "[PATCH v2 10/14] dt-bindings: pinctrl: rt2880: fix binding name, pin groups and functions" Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]