X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=Documentation%2Fdevicetree%2Fbindings%2Fclock%2Fclps711x-clock.txt;h=f1bd53f79d91cd249fe043fc990bc0fbd0ecc58c;hb=209370566ef8c38dcea40561db2c46fadb0078ce;hp=ce5a7476f05d2ffeb03a4525a586c511aeb3470b;hpb=09c626892772e6fe03f768b3492fbb126f465fe6;p=cascardo%2Flinux.git diff --git a/Documentation/devicetree/bindings/clock/clps711x-clock.txt b/Documentation/devicetree/bindings/clock/clps711x-clock.txt index ce5a7476f05d..f1bd53f79d91 100644 --- a/Documentation/devicetree/bindings/clock/clps711x-clock.txt +++ b/Documentation/devicetree/bindings/clock/clps711x-clock.txt @@ -1,7 +1,7 @@ * Clock bindings for the Cirrus Logic CLPS711X CPUs Required properties: -- compatible : Shall contain "cirrus,clps711x-clk". +- compatible : Shall contain "cirrus,ep7209-clk". - reg : Address of the internal register set. - startup-frequency: Factory set CPU startup frequency in HZ. - #clock-cells : Should be <1>. @@ -13,7 +13,7 @@ for the full list of CLPS711X clock IDs. Example: clks: clks@80000000 { #clock-cells = <1>; - compatible = "cirrus,ep7312-clk", "cirrus,clps711x-clk"; + compatible = "cirrus,ep7312-clk", "cirrus,ep7209-clk"; reg = <0x80000000 0xc000>; startup-frequency = <73728000>; };