similarity index 85%rename from kernel/Documentation/devicetree/bindings/phy/amlogic,meson-g12a-usb2-phy.yamlrename to kernel/Documentation/devicetree/bindings/phy/amlogic,g12a-usb2-phy.yaml.. | .. |
---|
2 | 2 | # Copyright 2019 BayLibre, SAS |
---|
3 | 3 | %YAML 1.2 |
---|
4 | 4 | --- |
---|
5 | | -$id: "http://devicetree.org/schemas/phy/amlogic,meson-g12a-usb2-phy.yaml#" |
---|
| 5 | +$id: "http://devicetree.org/schemas/phy/amlogic,g12a-usb2-phy.yaml#" |
---|
6 | 6 | $schema: "http://devicetree.org/meta-schemas/core.yaml#" |
---|
7 | 7 | |
---|
8 | 8 | title: Amlogic G12A USB2 PHY |
---|
.. | .. |
---|
13 | 13 | properties: |
---|
14 | 14 | compatible: |
---|
15 | 15 | enum: |
---|
16 | | - - amlogic,meson-g12a-usb2-phy |
---|
17 | | - - amlogic,meson-a1-usb2-phy |
---|
| 16 | + - amlogic,g12a-usb2-phy |
---|
| 17 | + - amlogic,a1-usb2-phy |
---|
18 | 18 | |
---|
19 | 19 | reg: |
---|
20 | 20 | maxItems: 1 |
---|
.. | .. |
---|
68 | 68 | examples: |
---|
69 | 69 | - | |
---|
70 | 70 | phy@36000 { |
---|
71 | | - compatible = "amlogic,meson-g12a-usb2-phy"; |
---|
| 71 | + compatible = "amlogic,g12a-usb2-phy"; |
---|
72 | 72 | reg = <0x36000 0x2000>; |
---|
73 | 73 | clocks = <&xtal>; |
---|
74 | 74 | clock-names = "xtal"; |
---|