diff options
author | Miquel Raynal <miquel.raynal@bootlin.com> | 2019-12-13 21:00:18 +0300 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2019-12-25 00:17:26 +0300 |
commit | afd36d28e4126342d7151d5f7e4a875ad2ace9f9 (patch) | |
tree | 1d91e5cd1fc71088b75b0e0ac8a00fa3bc935a49 /Documentation/devicetree/bindings/phy | |
parent | 58361eaa11d561f338e45558c4cfce03366817c8 (diff) | |
download | linux-afd36d28e4126342d7151d5f7e4a875ad2ace9f9.tar.xz |
dt-bindings: phy: Fix the PX30 DSI PHY compatible in the example
Use the upstream compatible instead of the BSP one in the example
section of the DT bindings for this IP.
Fixes: 3817c7961179 ("dt-bindings: phy: add yaml binding for rockchip,px30-dsi-dphy")
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Reviewed-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/phy')
-rw-r--r-- | Documentation/devicetree/bindings/phy/rockchip,px30-dsi-dphy.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/phy/rockchip,px30-dsi-dphy.yaml b/Documentation/devicetree/bindings/phy/rockchip,px30-dsi-dphy.yaml index bb0da87bcd84..6a2ed4ef5aac 100644 --- a/Documentation/devicetree/bindings/phy/rockchip,px30-dsi-dphy.yaml +++ b/Documentation/devicetree/bindings/phy/rockchip,px30-dsi-dphy.yaml @@ -62,7 +62,7 @@ additionalProperties: false examples: - | dsi_dphy: phy@ff2e0000 { - compatible = "rockchip,px30-video-phy"; + compatible = "rockchip,px30-dsi-dphy"; reg = <0x0 0xff2e0000 0x0 0x10000>; clocks = <&pmucru 13>, <&cru 12>; clock-names = "ref", "pclk"; |