aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Documentation/devicetree/bindings/pinctrl/aspeed,ast2500-pinctrl.yaml5
1 files changed, 1 insertions, 4 deletions
diff --git a/Documentation/devicetree/bindings/pinctrl/aspeed,ast2500-pinctrl.yaml b/Documentation/devicetree/bindings/pinctrl/aspeed,ast2500-pinctrl.yaml
index a464cfa0cba3..3e6d85318577 100644
--- a/Documentation/devicetree/bindings/pinctrl/aspeed,ast2500-pinctrl.yaml
+++ b/Documentation/devicetree/bindings/pinctrl/aspeed,ast2500-pinctrl.yaml
@@ -76,9 +76,6 @@ required:
76 76
77examples: 77examples:
78 - | 78 - |
79 compatible = "simple-bus";
80 ranges;
81
82 apb { 79 apb {
83 compatible = "simple-bus"; 80 compatible = "simple-bus";
84 #address-cells = <1>; 81 #address-cells = <1>;
@@ -91,7 +88,7 @@ examples:
91 88
92 pinctrl: pinctrl { 89 pinctrl: pinctrl {
93 compatible = "aspeed,g5-pinctrl"; 90 compatible = "aspeed,g5-pinctrl";
94 aspeed,external-nodes = <&gfx &lhc>; 91 aspeed,external-nodes = <&gfx>, <&lhc>;
95 92
96 pinctrl_i2c3_default: i2c3_default { 93 pinctrl_i2c3_default: i2c3_default {
97 function = "I2C3"; 94 function = "I2C3";