Skip to content

Commit 5264f72

Browse files
committed
dt-bindings: pinctrl: mt7988: fix some node-names to have pins at end
left warnings: Documentation/devicetree/bindings/pinctrl/mediatek,mt7988-pinctrl.example.dtb: pinctrl@1001f000: mdio0-pins:conf: 'groups' does not match any of the regexes: 'pinctrl-[0-9]+' from schema $id: http://devicetree.org/schemas/pinctrl/mediatek,mt7988-pinctrl.yaml# Documentation/devicetree/bindings/pinctrl/mediatek,mt7988-pinctrl.example.dtb: pinctrl@1001f000: mdio0-pins:conf: 'pins' is a required property from schema $id: http://devicetree.org/schemas/pinctrl/mediatek,mt7988-pinctrl.yaml#
1 parent 4ba4362 commit 5264f72

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Documentation/devicetree/bindings/pinctrl/mediatek,mt7988-pinctrl.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@ examples:
501501
interrupt-parent = <&gic>;
502502
#interrupt-cells = <2>;
503503
504-
i2c0_pins: i2c0-pins-g0 {
504+
i2c0_pins: i2c0-g0-pins {
505505
mux {
506506
function = "i2c";
507507
groups = "i2c0_1";
@@ -520,14 +520,14 @@ examples:
520520
};
521521
};
522522
523-
mmc0_pins_emmc_51: mmc0-pins-emmc-51 {
523+
mmc0_pins_emmc_51: mmc0-emmc-51-pins {
524524
mux {
525525
function = "flash";
526526
groups = "emmc_51";
527527
};
528528
};
529529
530-
mmc0_pins_sdcard: mmc0-pins-sdcard {
530+
mmc0_pins_sdcard: mmc0-sdcard-pins {
531531
mux {
532532
function = "flash";
533533
groups = "sdcard";

0 commit comments

Comments
 (0)