similarity index 82%rename from kernel/Documentation/devicetree/bindings/phy/amlogic,meson-g12a-usb3-pcie-phy.yamlrename to kernel/Documentation/devicetree/bindings/phy/amlogic,g12a-usb3-pcie-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-usb3-pcie-phy.yaml#" |
---|
| 5 | +$id: "http://devicetree.org/schemas/phy/amlogic,g12a-usb3-pcie-phy.yaml#" |
---|
6 | 6 | $schema: "http://devicetree.org/meta-schemas/core.yaml#" |
---|
7 | 7 | |
---|
8 | 8 | title: Amlogic G12A USB3 + PCIE Combo PHY |
---|
.. | .. |
---|
13 | 13 | properties: |
---|
14 | 14 | compatible: |
---|
15 | 15 | enum: |
---|
16 | | - - amlogic,meson-g12a-usb3-pcie-phy |
---|
| 16 | + - amlogic,g12a-usb3-pcie-phy |
---|
17 | 17 | |
---|
18 | 18 | reg: |
---|
19 | 19 | maxItems: 1 |
---|
.. | .. |
---|
49 | 49 | examples: |
---|
50 | 50 | - | |
---|
51 | 51 | phy@46000 { |
---|
52 | | - compatible = "amlogic,meson-g12a-usb3-pcie-phy"; |
---|
| 52 | + compatible = "amlogic,g12a-usb3-pcie-phy"; |
---|
53 | 53 | reg = <0x46000 0x2000>; |
---|
54 | 54 | clocks = <&ref_clk>; |
---|
55 | 55 | clock-names = "ref_clk"; |
---|