123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017 |
- From 46b2ee17d7321149b4d48dd86ee2e346624aa141 Mon Sep 17 00:00:00 2001
- From: Maxime Ripard <maxime.ripard@free-electrons.com>
- Date: Thu, 6 Feb 2014 09:55:58 +0100
- Subject: [PATCH] ARM: sunxi: dt: Convert to the new clock compatibles
- Switch the device tree to the new compatibles introduced in the clock drivers
- to have a common pattern accross all Allwinner SoCs.
- Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
- ---
- arch/arm/boot/dts/sun4i-a10.dtsi | 60 +++++++++++++++++++--------------------
- arch/arm/boot/dts/sun5i-a10s.dtsi | 48 +++++++++++++++----------------
- arch/arm/boot/dts/sun5i-a13.dtsi | 48 +++++++++++++++----------------
- arch/arm/boot/dts/sun6i-a31.dtsi | 10 +++----
- arch/arm/boot/dts/sun7i-a20.dtsi | 54 +++++++++++++++++------------------
- 5 files changed, 110 insertions(+), 110 deletions(-)
- --- a/arch/arm/boot/dts/sun4i-a10.dtsi
- +++ b/arch/arm/boot/dts/sun4i-a10.dtsi
- @@ -60,7 +60,7 @@
-
- osc24M: clk@01c20050 {
- #clock-cells = <0>;
- - compatible = "allwinner,sun4i-osc-clk";
- + compatible = "allwinner,sun4i-a10-osc-clk";
- reg = <0x01c20050 0x4>;
- clock-frequency = <24000000>;
- clock-output-names = "osc24M";
- @@ -75,7 +75,7 @@
-
- pll1: clk@01c20000 {
- #clock-cells = <0>;
- - compatible = "allwinner,sun4i-pll1-clk";
- + compatible = "allwinner,sun4i-a10-pll1-clk";
- reg = <0x01c20000 0x4>;
- clocks = <&osc24M>;
- clock-output-names = "pll1";
- @@ -83,7 +83,7 @@
-
- pll4: clk@01c20018 {
- #clock-cells = <0>;
- - compatible = "allwinner,sun4i-pll1-clk";
- + compatible = "allwinner,sun4i-a10-pll1-clk";
- reg = <0x01c20018 0x4>;
- clocks = <&osc24M>;
- clock-output-names = "pll4";
- @@ -91,7 +91,7 @@
-
- pll5: clk@01c20020 {
- #clock-cells = <1>;
- - compatible = "allwinner,sun4i-pll5-clk";
- + compatible = "allwinner,sun4i-a10-pll5-clk";
- reg = <0x01c20020 0x4>;
- clocks = <&osc24M>;
- clock-output-names = "pll5_ddr", "pll5_other";
- @@ -99,7 +99,7 @@
-
- pll6: clk@01c20028 {
- #clock-cells = <1>;
- - compatible = "allwinner,sun4i-pll6-clk";
- + compatible = "allwinner,sun4i-a10-pll6-clk";
- reg = <0x01c20028 0x4>;
- clocks = <&osc24M>;
- clock-output-names = "pll6_sata", "pll6_other", "pll6";
- @@ -108,7 +108,7 @@
- /* dummy is 200M */
- cpu: cpu@01c20054 {
- #clock-cells = <0>;
- - compatible = "allwinner,sun4i-cpu-clk";
- + compatible = "allwinner,sun4i-a10-cpu-clk";
- reg = <0x01c20054 0x4>;
- clocks = <&osc32k>, <&osc24M>, <&pll1>, <&dummy>;
- clock-output-names = "cpu";
- @@ -116,7 +116,7 @@
-
- axi: axi@01c20054 {
- #clock-cells = <0>;
- - compatible = "allwinner,sun4i-axi-clk";
- + compatible = "allwinner,sun4i-a10-axi-clk";
- reg = <0x01c20054 0x4>;
- clocks = <&cpu>;
- clock-output-names = "axi";
- @@ -124,7 +124,7 @@
-
- axi_gates: clk@01c2005c {
- #clock-cells = <1>;
- - compatible = "allwinner,sun4i-axi-gates-clk";
- + compatible = "allwinner,sun4i-a10-axi-gates-clk";
- reg = <0x01c2005c 0x4>;
- clocks = <&axi>;
- clock-output-names = "axi_dram";
- @@ -132,7 +132,7 @@
-
- ahb: ahb@01c20054 {
- #clock-cells = <0>;
- - compatible = "allwinner,sun4i-ahb-clk";
- + compatible = "allwinner,sun4i-a10-ahb-clk";
- reg = <0x01c20054 0x4>;
- clocks = <&axi>;
- clock-output-names = "ahb";
- @@ -140,7 +140,7 @@
-
- ahb_gates: clk@01c20060 {
- #clock-cells = <1>;
- - compatible = "allwinner,sun4i-ahb-gates-clk";
- + compatible = "allwinner,sun4i-a10-ahb-gates-clk";
- reg = <0x01c20060 0x8>;
- clocks = <&ahb>;
- clock-output-names = "ahb_usb0", "ahb_ehci0",
- @@ -158,7 +158,7 @@
-
- apb0: apb0@01c20054 {
- #clock-cells = <0>;
- - compatible = "allwinner,sun4i-apb0-clk";
- + compatible = "allwinner,sun4i-a10-apb0-clk";
- reg = <0x01c20054 0x4>;
- clocks = <&ahb>;
- clock-output-names = "apb0";
- @@ -166,7 +166,7 @@
-
- apb0_gates: clk@01c20068 {
- #clock-cells = <1>;
- - compatible = "allwinner,sun4i-apb0-gates-clk";
- + compatible = "allwinner,sun4i-a10-apb0-gates-clk";
- reg = <0x01c20068 0x4>;
- clocks = <&apb0>;
- clock-output-names = "apb0_codec", "apb0_spdif",
- @@ -176,7 +176,7 @@
-
- apb1_mux: apb1_mux@01c20058 {
- #clock-cells = <0>;
- - compatible = "allwinner,sun4i-apb1-mux-clk";
- + compatible = "allwinner,sun4i-a10-apb1-mux-clk";
- reg = <0x01c20058 0x4>;
- clocks = <&osc24M>, <&pll6 1>, <&osc32k>;
- clock-output-names = "apb1_mux";
- @@ -184,7 +184,7 @@
-
- apb1: apb1@01c20058 {
- #clock-cells = <0>;
- - compatible = "allwinner,sun4i-apb1-clk";
- + compatible = "allwinner,sun4i-a10-apb1-clk";
- reg = <0x01c20058 0x4>;
- clocks = <&apb1_mux>;
- clock-output-names = "apb1";
- @@ -192,7 +192,7 @@
-
- apb1_gates: clk@01c2006c {
- #clock-cells = <1>;
- - compatible = "allwinner,sun4i-apb1-gates-clk";
- + compatible = "allwinner,sun4i-a10-apb1-gates-clk";
- reg = <0x01c2006c 0x4>;
- clocks = <&apb1>;
- clock-output-names = "apb1_i2c0", "apb1_i2c1",
- @@ -205,7 +205,7 @@
-
- nand_clk: clk@01c20080 {
- #clock-cells = <0>;
- - compatible = "allwinner,sun4i-mod0-clk";
- + compatible = "allwinner,sun4i-a10-mod0-clk";
- reg = <0x01c20080 0x4>;
- clocks = <&osc24M>, <&pll6 1>, <&pll5 1>;
- clock-output-names = "nand";
- @@ -213,7 +213,7 @@
-
- ms_clk: clk@01c20084 {
- #clock-cells = <0>;
- - compatible = "allwinner,sun4i-mod0-clk";
- + compatible = "allwinner,sun4i-a10-mod0-clk";
- reg = <0x01c20084 0x4>;
- clocks = <&osc24M>, <&pll6 1>, <&pll5 1>;
- clock-output-names = "ms";
- @@ -221,7 +221,7 @@
-
- mmc0_clk: clk@01c20088 {
- #clock-cells = <0>;
- - compatible = "allwinner,sun4i-mod0-clk";
- + compatible = "allwinner,sun4i-a10-mod0-clk";
- reg = <0x01c20088 0x4>;
- clocks = <&osc24M>, <&pll6 1>, <&pll5 1>;
- clock-output-names = "mmc0";
- @@ -229,7 +229,7 @@
-
- mmc1_clk: clk@01c2008c {
- #clock-cells = <0>;
- - compatible = "allwinner,sun4i-mod0-clk";
- + compatible = "allwinner,sun4i-a10-mod0-clk";
- reg = <0x01c2008c 0x4>;
- clocks = <&osc24M>, <&pll6 1>, <&pll5 1>;
- clock-output-names = "mmc1";
- @@ -237,7 +237,7 @@
-
- mmc2_clk: clk@01c20090 {
- #clock-cells = <0>;
- - compatible = "allwinner,sun4i-mod0-clk";
- + compatible = "allwinner,sun4i-a10-mod0-clk";
- reg = <0x01c20090 0x4>;
- clocks = <&osc24M>, <&pll6 1>, <&pll5 1>;
- clock-output-names = "mmc2";
- @@ -245,7 +245,7 @@
-
- mmc3_clk: clk@01c20094 {
- #clock-cells = <0>;
- - compatible = "allwinner,sun4i-mod0-clk";
- + compatible = "allwinner,sun4i-a10-mod0-clk";
- reg = <0x01c20094 0x4>;
- clocks = <&osc24M>, <&pll6 1>, <&pll5 1>;
- clock-output-names = "mmc3";
- @@ -253,7 +253,7 @@
-
- ts_clk: clk@01c20098 {
- #clock-cells = <0>;
- - compatible = "allwinner,sun4i-mod0-clk";
- + compatible = "allwinner,sun4i-a10-mod0-clk";
- reg = <0x01c20098 0x4>;
- clocks = <&osc24M>, <&pll6 1>, <&pll5 1>;
- clock-output-names = "ts";
- @@ -261,7 +261,7 @@
-
- ss_clk: clk@01c2009c {
- #clock-cells = <0>;
- - compatible = "allwinner,sun4i-mod0-clk";
- + compatible = "allwinner,sun4i-a10-mod0-clk";
- reg = <0x01c2009c 0x4>;
- clocks = <&osc24M>, <&pll6 1>, <&pll5 1>;
- clock-output-names = "ss";
- @@ -269,7 +269,7 @@
-
- spi0_clk: clk@01c200a0 {
- #clock-cells = <0>;
- - compatible = "allwinner,sun4i-mod0-clk";
- + compatible = "allwinner,sun4i-a10-mod0-clk";
- reg = <0x01c200a0 0x4>;
- clocks = <&osc24M>, <&pll6 1>, <&pll5 1>;
- clock-output-names = "spi0";
- @@ -277,7 +277,7 @@
-
- spi1_clk: clk@01c200a4 {
- #clock-cells = <0>;
- - compatible = "allwinner,sun4i-mod0-clk";
- + compatible = "allwinner,sun4i-a10-mod0-clk";
- reg = <0x01c200a4 0x4>;
- clocks = <&osc24M>, <&pll6 1>, <&pll5 1>;
- clock-output-names = "spi1";
- @@ -285,7 +285,7 @@
-
- spi2_clk: clk@01c200a8 {
- #clock-cells = <0>;
- - compatible = "allwinner,sun4i-mod0-clk";
- + compatible = "allwinner,sun4i-a10-mod0-clk";
- reg = <0x01c200a8 0x4>;
- clocks = <&osc24M>, <&pll6 1>, <&pll5 1>;
- clock-output-names = "spi2";
- @@ -293,7 +293,7 @@
-
- pata_clk: clk@01c200ac {
- #clock-cells = <0>;
- - compatible = "allwinner,sun4i-mod0-clk";
- + compatible = "allwinner,sun4i-a10-mod0-clk";
- reg = <0x01c200ac 0x4>;
- clocks = <&osc24M>, <&pll6 1>, <&pll5 1>;
- clock-output-names = "pata";
- @@ -301,7 +301,7 @@
-
- ir0_clk: clk@01c200b0 {
- #clock-cells = <0>;
- - compatible = "allwinner,sun4i-mod0-clk";
- + compatible = "allwinner,sun4i-a10-mod0-clk";
- reg = <0x01c200b0 0x4>;
- clocks = <&osc24M>, <&pll6 1>, <&pll5 1>;
- clock-output-names = "ir0";
- @@ -309,7 +309,7 @@
-
- ir1_clk: clk@01c200b4 {
- #clock-cells = <0>;
- - compatible = "allwinner,sun4i-mod0-clk";
- + compatible = "allwinner,sun4i-a10-mod0-clk";
- reg = <0x01c200b4 0x4>;
- clocks = <&osc24M>, <&pll6 1>, <&pll5 1>;
- clock-output-names = "ir1";
- @@ -326,7 +326,7 @@
-
- spi3_clk: clk@01c200d4 {
- #clock-cells = <0>;
- - compatible = "allwinner,sun4i-mod0-clk";
- + compatible = "allwinner,sun4i-a10-mod0-clk";
- reg = <0x01c200d4 0x4>;
- clocks = <&osc24M>, <&pll6 1>, <&pll5 1>;
- clock-output-names = "spi3";
- --- a/arch/arm/boot/dts/sun5i-a10s.dtsi
- +++ b/arch/arm/boot/dts/sun5i-a10s.dtsi
- @@ -49,7 +49,7 @@
-
- osc24M: clk@01c20050 {
- #clock-cells = <0>;
- - compatible = "allwinner,sun4i-osc-clk";
- + compatible = "allwinner,sun4i-a10-osc-clk";
- reg = <0x01c20050 0x4>;
- clock-frequency = <24000000>;
- clock-output-names = "osc24M";
- @@ -64,7 +64,7 @@
-
- pll1: clk@01c20000 {
- #clock-cells = <0>;
- - compatible = "allwinner,sun4i-pll1-clk";
- + compatible = "allwinner,sun4i-a10-pll1-clk";
- reg = <0x01c20000 0x4>;
- clocks = <&osc24M>;
- clock-output-names = "pll1";
- @@ -72,7 +72,7 @@
-
- pll4: clk@01c20018 {
- #clock-cells = <0>;
- - compatible = "allwinner,sun4i-pll1-clk";
- + compatible = "allwinner,sun4i-a10-pll1-clk";
- reg = <0x01c20018 0x4>;
- clocks = <&osc24M>;
- clock-output-names = "pll4";
- @@ -80,7 +80,7 @@
-
- pll5: clk@01c20020 {
- #clock-cells = <1>;
- - compatible = "allwinner,sun4i-pll5-clk";
- + compatible = "allwinner,sun4i-a10-pll5-clk";
- reg = <0x01c20020 0x4>;
- clocks = <&osc24M>;
- clock-output-names = "pll5_ddr", "pll5_other";
- @@ -88,7 +88,7 @@
-
- pll6: clk@01c20028 {
- #clock-cells = <1>;
- - compatible = "allwinner,sun4i-pll6-clk";
- + compatible = "allwinner,sun4i-a10-pll6-clk";
- reg = <0x01c20028 0x4>;
- clocks = <&osc24M>;
- clock-output-names = "pll6_sata", "pll6_other", "pll6";
- @@ -97,7 +97,7 @@
- /* dummy is 200M */
- cpu: cpu@01c20054 {
- #clock-cells = <0>;
- - compatible = "allwinner,sun4i-cpu-clk";
- + compatible = "allwinner,sun4i-a10-cpu-clk";
- reg = <0x01c20054 0x4>;
- clocks = <&osc32k>, <&osc24M>, <&pll1>, <&dummy>;
- clock-output-names = "cpu";
- @@ -105,7 +105,7 @@
-
- axi: axi@01c20054 {
- #clock-cells = <0>;
- - compatible = "allwinner,sun4i-axi-clk";
- + compatible = "allwinner,sun4i-a10-axi-clk";
- reg = <0x01c20054 0x4>;
- clocks = <&cpu>;
- clock-output-names = "axi";
- @@ -113,7 +113,7 @@
-
- axi_gates: clk@01c2005c {
- #clock-cells = <1>;
- - compatible = "allwinner,sun4i-axi-gates-clk";
- + compatible = "allwinner,sun4i-a10-axi-gates-clk";
- reg = <0x01c2005c 0x4>;
- clocks = <&axi>;
- clock-output-names = "axi_dram";
- @@ -121,7 +121,7 @@
-
- ahb: ahb@01c20054 {
- #clock-cells = <0>;
- - compatible = "allwinner,sun4i-ahb-clk";
- + compatible = "allwinner,sun4i-a10-ahb-clk";
- reg = <0x01c20054 0x4>;
- clocks = <&axi>;
- clock-output-names = "ahb";
- @@ -143,7 +143,7 @@
-
- apb0: apb0@01c20054 {
- #clock-cells = <0>;
- - compatible = "allwinner,sun4i-apb0-clk";
- + compatible = "allwinner,sun4i-a10-apb0-clk";
- reg = <0x01c20054 0x4>;
- clocks = <&ahb>;
- clock-output-names = "apb0";
- @@ -160,7 +160,7 @@
-
- apb1_mux: apb1_mux@01c20058 {
- #clock-cells = <0>;
- - compatible = "allwinner,sun4i-apb1-mux-clk";
- + compatible = "allwinner,sun4i-a10-apb1-mux-clk";
- reg = <0x01c20058 0x4>;
- clocks = <&osc24M>, <&pll6 1>, <&osc32k>;
- clock-output-names = "apb1_mux";
- @@ -168,7 +168,7 @@
-
- apb1: apb1@01c20058 {
- #clock-cells = <0>;
- - compatible = "allwinner,sun4i-apb1-clk";
- + compatible = "allwinner,sun4i-a10-apb1-clk";
- reg = <0x01c20058 0x4>;
- clocks = <&apb1_mux>;
- clock-output-names = "apb1";
- @@ -186,7 +186,7 @@
-
- nand_clk: clk@01c20080 {
- #clock-cells = <0>;
- - compatible = "allwinner,sun4i-mod0-clk";
- + compatible = "allwinner,sun4i-a10-mod0-clk";
- reg = <0x01c20080 0x4>;
- clocks = <&osc24M>, <&pll6 1>, <&pll5 1>;
- clock-output-names = "nand";
- @@ -194,7 +194,7 @@
-
- ms_clk: clk@01c20084 {
- #clock-cells = <0>;
- - compatible = "allwinner,sun4i-mod0-clk";
- + compatible = "allwinner,sun4i-a10-mod0-clk";
- reg = <0x01c20084 0x4>;
- clocks = <&osc24M>, <&pll6 1>, <&pll5 1>;
- clock-output-names = "ms";
- @@ -202,7 +202,7 @@
-
- mmc0_clk: clk@01c20088 {
- #clock-cells = <0>;
- - compatible = "allwinner,sun4i-mod0-clk";
- + compatible = "allwinner,sun4i-a10-mod0-clk";
- reg = <0x01c20088 0x4>;
- clocks = <&osc24M>, <&pll6 1>, <&pll5 1>;
- clock-output-names = "mmc0";
- @@ -210,7 +210,7 @@
-
- mmc1_clk: clk@01c2008c {
- #clock-cells = <0>;
- - compatible = "allwinner,sun4i-mod0-clk";
- + compatible = "allwinner,sun4i-a10-mod0-clk";
- reg = <0x01c2008c 0x4>;
- clocks = <&osc24M>, <&pll6 1>, <&pll5 1>;
- clock-output-names = "mmc1";
- @@ -218,7 +218,7 @@
-
- mmc2_clk: clk@01c20090 {
- #clock-cells = <0>;
- - compatible = "allwinner,sun4i-mod0-clk";
- + compatible = "allwinner,sun4i-a10-mod0-clk";
- reg = <0x01c20090 0x4>;
- clocks = <&osc24M>, <&pll6 1>, <&pll5 1>;
- clock-output-names = "mmc2";
- @@ -226,7 +226,7 @@
-
- ts_clk: clk@01c20098 {
- #clock-cells = <0>;
- - compatible = "allwinner,sun4i-mod0-clk";
- + compatible = "allwinner,sun4i-a10-mod0-clk";
- reg = <0x01c20098 0x4>;
- clocks = <&osc24M>, <&pll6 1>, <&pll5 1>;
- clock-output-names = "ts";
- @@ -234,7 +234,7 @@
-
- ss_clk: clk@01c2009c {
- #clock-cells = <0>;
- - compatible = "allwinner,sun4i-mod0-clk";
- + compatible = "allwinner,sun4i-a10-mod0-clk";
- reg = <0x01c2009c 0x4>;
- clocks = <&osc24M>, <&pll6 1>, <&pll5 1>;
- clock-output-names = "ss";
- @@ -242,7 +242,7 @@
-
- spi0_clk: clk@01c200a0 {
- #clock-cells = <0>;
- - compatible = "allwinner,sun4i-mod0-clk";
- + compatible = "allwinner,sun4i-a10-mod0-clk";
- reg = <0x01c200a0 0x4>;
- clocks = <&osc24M>, <&pll6 1>, <&pll5 1>;
- clock-output-names = "spi0";
- @@ -250,7 +250,7 @@
-
- spi1_clk: clk@01c200a4 {
- #clock-cells = <0>;
- - compatible = "allwinner,sun4i-mod0-clk";
- + compatible = "allwinner,sun4i-a10-mod0-clk";
- reg = <0x01c200a4 0x4>;
- clocks = <&osc24M>, <&pll6 1>, <&pll5 1>;
- clock-output-names = "spi1";
- @@ -258,7 +258,7 @@
-
- spi2_clk: clk@01c200a8 {
- #clock-cells = <0>;
- - compatible = "allwinner,sun4i-mod0-clk";
- + compatible = "allwinner,sun4i-a10-mod0-clk";
- reg = <0x01c200a8 0x4>;
- clocks = <&osc24M>, <&pll6 1>, <&pll5 1>;
- clock-output-names = "spi2";
- @@ -266,7 +266,7 @@
-
- ir0_clk: clk@01c200b0 {
- #clock-cells = <0>;
- - compatible = "allwinner,sun4i-mod0-clk";
- + compatible = "allwinner,sun4i-a10-mod0-clk";
- reg = <0x01c200b0 0x4>;
- clocks = <&osc24M>, <&pll6 1>, <&pll5 1>;
- clock-output-names = "ir0";
- @@ -283,7 +283,7 @@
-
- mbus_clk: clk@01c2015c {
- #clock-cells = <0>;
- - compatible = "allwinner,sun4i-mod0-clk";
- + compatible = "allwinner,sun4i-a10-mod0-clk";
- reg = <0x01c2015c 0x4>;
- clocks = <&osc24M>, <&pll6 1>, <&pll5 1>;
- clock-output-names = "mbus";
- --- a/arch/arm/boot/dts/sun5i-a13.dtsi
- +++ b/arch/arm/boot/dts/sun5i-a13.dtsi
- @@ -54,7 +54,7 @@
-
- osc24M: clk@01c20050 {
- #clock-cells = <0>;
- - compatible = "allwinner,sun4i-osc-clk";
- + compatible = "allwinner,sun4i-a10-osc-clk";
- reg = <0x01c20050 0x4>;
- clock-frequency = <24000000>;
- clock-output-names = "osc24M";
- @@ -69,7 +69,7 @@
-
- pll1: clk@01c20000 {
- #clock-cells = <0>;
- - compatible = "allwinner,sun4i-pll1-clk";
- + compatible = "allwinner,sun4i-a10-pll1-clk";
- reg = <0x01c20000 0x4>;
- clocks = <&osc24M>;
- clock-output-names = "pll1";
- @@ -77,7 +77,7 @@
-
- pll4: clk@01c20018 {
- #clock-cells = <0>;
- - compatible = "allwinner,sun4i-pll1-clk";
- + compatible = "allwinner,sun4i-a10-pll1-clk";
- reg = <0x01c20018 0x4>;
- clocks = <&osc24M>;
- clock-output-names = "pll4";
- @@ -85,7 +85,7 @@
-
- pll5: clk@01c20020 {
- #clock-cells = <1>;
- - compatible = "allwinner,sun4i-pll5-clk";
- + compatible = "allwinner,sun4i-a10-pll5-clk";
- reg = <0x01c20020 0x4>;
- clocks = <&osc24M>;
- clock-output-names = "pll5_ddr", "pll5_other";
- @@ -93,7 +93,7 @@
-
- pll6: clk@01c20028 {
- #clock-cells = <1>;
- - compatible = "allwinner,sun4i-pll6-clk";
- + compatible = "allwinner,sun4i-a10-pll6-clk";
- reg = <0x01c20028 0x4>;
- clocks = <&osc24M>;
- clock-output-names = "pll6_sata", "pll6_other", "pll6";
- @@ -102,7 +102,7 @@
- /* dummy is 200M */
- cpu: cpu@01c20054 {
- #clock-cells = <0>;
- - compatible = "allwinner,sun4i-cpu-clk";
- + compatible = "allwinner,sun4i-a10-cpu-clk";
- reg = <0x01c20054 0x4>;
- clocks = <&osc32k>, <&osc24M>, <&pll1>, <&dummy>;
- clock-output-names = "cpu";
- @@ -110,7 +110,7 @@
-
- axi: axi@01c20054 {
- #clock-cells = <0>;
- - compatible = "allwinner,sun4i-axi-clk";
- + compatible = "allwinner,sun4i-a10-axi-clk";
- reg = <0x01c20054 0x4>;
- clocks = <&cpu>;
- clock-output-names = "axi";
- @@ -118,7 +118,7 @@
-
- axi_gates: clk@01c2005c {
- #clock-cells = <1>;
- - compatible = "allwinner,sun4i-axi-gates-clk";
- + compatible = "allwinner,sun4i-a10-axi-gates-clk";
- reg = <0x01c2005c 0x4>;
- clocks = <&axi>;
- clock-output-names = "axi_dram";
- @@ -126,7 +126,7 @@
-
- ahb: ahb@01c20054 {
- #clock-cells = <0>;
- - compatible = "allwinner,sun4i-ahb-clk";
- + compatible = "allwinner,sun4i-a10-ahb-clk";
- reg = <0x01c20054 0x4>;
- clocks = <&axi>;
- clock-output-names = "ahb";
- @@ -147,7 +147,7 @@
-
- apb0: apb0@01c20054 {
- #clock-cells = <0>;
- - compatible = "allwinner,sun4i-apb0-clk";
- + compatible = "allwinner,sun4i-a10-apb0-clk";
- reg = <0x01c20054 0x4>;
- clocks = <&ahb>;
- clock-output-names = "apb0";
- @@ -163,7 +163,7 @@
-
- apb1_mux: apb1_mux@01c20058 {
- #clock-cells = <0>;
- - compatible = "allwinner,sun4i-apb1-mux-clk";
- + compatible = "allwinner,sun4i-a10-apb1-mux-clk";
- reg = <0x01c20058 0x4>;
- clocks = <&osc24M>, <&pll6 1>, <&osc32k>;
- clock-output-names = "apb1_mux";
- @@ -171,7 +171,7 @@
-
- apb1: apb1@01c20058 {
- #clock-cells = <0>;
- - compatible = "allwinner,sun4i-apb1-clk";
- + compatible = "allwinner,sun4i-a10-apb1-clk";
- reg = <0x01c20058 0x4>;
- clocks = <&apb1_mux>;
- clock-output-names = "apb1";
- @@ -188,7 +188,7 @@
-
- nand_clk: clk@01c20080 {
- #clock-cells = <0>;
- - compatible = "allwinner,sun4i-mod0-clk";
- + compatible = "allwinner,sun4i-a10-mod0-clk";
- reg = <0x01c20080 0x4>;
- clocks = <&osc24M>, <&pll6 1>, <&pll5 1>;
- clock-output-names = "nand";
- @@ -196,7 +196,7 @@
-
- ms_clk: clk@01c20084 {
- #clock-cells = <0>;
- - compatible = "allwinner,sun4i-mod0-clk";
- + compatible = "allwinner,sun4i-a10-mod0-clk";
- reg = <0x01c20084 0x4>;
- clocks = <&osc24M>, <&pll6 1>, <&pll5 1>;
- clock-output-names = "ms";
- @@ -204,7 +204,7 @@
-
- mmc0_clk: clk@01c20088 {
- #clock-cells = <0>;
- - compatible = "allwinner,sun4i-mod0-clk";
- + compatible = "allwinner,sun4i-a10-mod0-clk";
- reg = <0x01c20088 0x4>;
- clocks = <&osc24M>, <&pll6 1>, <&pll5 1>;
- clock-output-names = "mmc0";
- @@ -212,7 +212,7 @@
-
- mmc1_clk: clk@01c2008c {
- #clock-cells = <0>;
- - compatible = "allwinner,sun4i-mod0-clk";
- + compatible = "allwinner,sun4i-a10-mod0-clk";
- reg = <0x01c2008c 0x4>;
- clocks = <&osc24M>, <&pll6 1>, <&pll5 1>;
- clock-output-names = "mmc1";
- @@ -220,7 +220,7 @@
-
- mmc2_clk: clk@01c20090 {
- #clock-cells = <0>;
- - compatible = "allwinner,sun4i-mod0-clk";
- + compatible = "allwinner,sun4i-a10-mod0-clk";
- reg = <0x01c20090 0x4>;
- clocks = <&osc24M>, <&pll6 1>, <&pll5 1>;
- clock-output-names = "mmc2";
- @@ -228,7 +228,7 @@
-
- ts_clk: clk@01c20098 {
- #clock-cells = <0>;
- - compatible = "allwinner,sun4i-mod0-clk";
- + compatible = "allwinner,sun4i-a10-mod0-clk";
- reg = <0x01c20098 0x4>;
- clocks = <&osc24M>, <&pll6 1>, <&pll5 1>;
- clock-output-names = "ts";
- @@ -236,7 +236,7 @@
-
- ss_clk: clk@01c2009c {
- #clock-cells = <0>;
- - compatible = "allwinner,sun4i-mod0-clk";
- + compatible = "allwinner,sun4i-a10-mod0-clk";
- reg = <0x01c2009c 0x4>;
- clocks = <&osc24M>, <&pll6 1>, <&pll5 1>;
- clock-output-names = "ss";
- @@ -244,7 +244,7 @@
-
- spi0_clk: clk@01c200a0 {
- #clock-cells = <0>;
- - compatible = "allwinner,sun4i-mod0-clk";
- + compatible = "allwinner,sun4i-a10-mod0-clk";
- reg = <0x01c200a0 0x4>;
- clocks = <&osc24M>, <&pll6 1>, <&pll5 1>;
- clock-output-names = "spi0";
- @@ -252,7 +252,7 @@
-
- spi1_clk: clk@01c200a4 {
- #clock-cells = <0>;
- - compatible = "allwinner,sun4i-mod0-clk";
- + compatible = "allwinner,sun4i-a10-mod0-clk";
- reg = <0x01c200a4 0x4>;
- clocks = <&osc24M>, <&pll6 1>, <&pll5 1>;
- clock-output-names = "spi1";
- @@ -260,7 +260,7 @@
-
- spi2_clk: clk@01c200a8 {
- #clock-cells = <0>;
- - compatible = "allwinner,sun4i-mod0-clk";
- + compatible = "allwinner,sun4i-a10-mod0-clk";
- reg = <0x01c200a8 0x4>;
- clocks = <&osc24M>, <&pll6 1>, <&pll5 1>;
- clock-output-names = "spi2";
- @@ -268,7 +268,7 @@
-
- ir0_clk: clk@01c200b0 {
- #clock-cells = <0>;
- - compatible = "allwinner,sun4i-mod0-clk";
- + compatible = "allwinner,sun4i-a10-mod0-clk";
- reg = <0x01c200b0 0x4>;
- clocks = <&osc24M>, <&pll6 1>, <&pll5 1>;
- clock-output-names = "ir0";
- @@ -285,7 +285,7 @@
-
- mbus_clk: clk@01c2015c {
- #clock-cells = <0>;
- - compatible = "allwinner,sun4i-mod0-clk";
- + compatible = "allwinner,sun4i-a10-mod0-clk";
- reg = <0x01c2015c 0x4>;
- clocks = <&osc24M>, <&pll6 1>, <&pll5 1>;
- clock-output-names = "mbus";
- --- a/arch/arm/boot/dts/sun6i-a31.dtsi
- +++ b/arch/arm/boot/dts/sun6i-a31.dtsi
- @@ -95,7 +95,7 @@
-
- cpu: cpu@01c20050 {
- #clock-cells = <0>;
- - compatible = "allwinner,sun4i-cpu-clk";
- + compatible = "allwinner,sun4i-a10-cpu-clk";
- reg = <0x01c20050 0x4>;
-
- /*
- @@ -110,7 +110,7 @@
-
- axi: axi@01c20050 {
- #clock-cells = <0>;
- - compatible = "allwinner,sun4i-axi-clk";
- + compatible = "allwinner,sun4i-a10-axi-clk";
- reg = <0x01c20050 0x4>;
- clocks = <&cpu>;
- clock-output-names = "axi";
- @@ -126,7 +126,7 @@
-
- ahb1: ahb1@01c20054 {
- #clock-cells = <0>;
- - compatible = "allwinner,sun4i-ahb-clk";
- + compatible = "allwinner,sun4i-a10-ahb-clk";
- reg = <0x01c20054 0x4>;
- clocks = <&ahb1_mux>;
- clock-output-names = "ahb1";
- @@ -155,7 +155,7 @@
-
- apb1: apb1@01c20054 {
- #clock-cells = <0>;
- - compatible = "allwinner,sun4i-apb0-clk";
- + compatible = "allwinner,sun4i-a10-apb0-clk";
- reg = <0x01c20054 0x4>;
- clocks = <&ahb1>;
- clock-output-names = "apb1";
- @@ -173,7 +173,7 @@
-
- apb2_mux: apb2_mux@01c20058 {
- #clock-cells = <0>;
- - compatible = "allwinner,sun4i-apb1-mux-clk";
- + compatible = "allwinner,sun4i-a10-apb1-mux-clk";
- reg = <0x01c20058 0x4>;
- clocks = <&osc32k>, <&osc24M>, <&pll6>, <&pll6>;
- clock-output-names = "apb2_mux";
- --- a/arch/arm/boot/dts/sun7i-a20.dtsi
- +++ b/arch/arm/boot/dts/sun7i-a20.dtsi
- @@ -64,7 +64,7 @@
-
- osc24M: clk@01c20050 {
- #clock-cells = <0>;
- - compatible = "allwinner,sun4i-osc-clk";
- + compatible = "allwinner,sun4i-a10-osc-clk";
- reg = <0x01c20050 0x4>;
- clock-frequency = <24000000>;
- clock-output-names = "osc24M";
- @@ -79,7 +79,7 @@
-
- pll1: clk@01c20000 {
- #clock-cells = <0>;
- - compatible = "allwinner,sun4i-pll1-clk";
- + compatible = "allwinner,sun4i-a10-pll1-clk";
- reg = <0x01c20000 0x4>;
- clocks = <&osc24M>;
- clock-output-names = "pll1";
- @@ -87,7 +87,7 @@
-
- pll4: clk@01c20018 {
- #clock-cells = <0>;
- - compatible = "allwinner,sun4i-pll1-clk";
- + compatible = "allwinner,sun4i-a10-pll1-clk";
- reg = <0x01c20018 0x4>;
- clocks = <&osc24M>;
- clock-output-names = "pll4";
- @@ -95,7 +95,7 @@
-
- pll5: clk@01c20020 {
- #clock-cells = <1>;
- - compatible = "allwinner,sun4i-pll5-clk";
- + compatible = "allwinner,sun4i-a10-pll5-clk";
- reg = <0x01c20020 0x4>;
- clocks = <&osc24M>;
- clock-output-names = "pll5_ddr", "pll5_other";
- @@ -103,7 +103,7 @@
-
- pll6: clk@01c20028 {
- #clock-cells = <1>;
- - compatible = "allwinner,sun4i-pll6-clk";
- + compatible = "allwinner,sun4i-a10-pll6-clk";
- reg = <0x01c20028 0x4>;
- clocks = <&osc24M>;
- clock-output-names = "pll6_sata", "pll6_other", "pll6";
- @@ -111,7 +111,7 @@
-
- cpu: cpu@01c20054 {
- #clock-cells = <0>;
- - compatible = "allwinner,sun4i-cpu-clk";
- + compatible = "allwinner,sun4i-a10-cpu-clk";
- reg = <0x01c20054 0x4>;
- clocks = <&osc32k>, <&osc24M>, <&pll1>, <&pll6 1>;
- clock-output-names = "cpu";
- @@ -119,7 +119,7 @@
-
- axi: axi@01c20054 {
- #clock-cells = <0>;
- - compatible = "allwinner,sun4i-axi-clk";
- + compatible = "allwinner,sun4i-a10-axi-clk";
- reg = <0x01c20054 0x4>;
- clocks = <&cpu>;
- clock-output-names = "axi";
- @@ -127,7 +127,7 @@
-
- ahb: ahb@01c20054 {
- #clock-cells = <0>;
- - compatible = "allwinner,sun4i-ahb-clk";
- + compatible = "allwinner,sun4i-a10-ahb-clk";
- reg = <0x01c20054 0x4>;
- clocks = <&axi>;
- clock-output-names = "ahb";
- @@ -155,7 +155,7 @@
-
- apb0: apb0@01c20054 {
- #clock-cells = <0>;
- - compatible = "allwinner,sun4i-apb0-clk";
- + compatible = "allwinner,sun4i-a10-apb0-clk";
- reg = <0x01c20054 0x4>;
- clocks = <&ahb>;
- clock-output-names = "apb0";
- @@ -174,7 +174,7 @@
-
- apb1_mux: apb1_mux@01c20058 {
- #clock-cells = <0>;
- - compatible = "allwinner,sun4i-apb1-mux-clk";
- + compatible = "allwinner,sun4i-a10-apb1-mux-clk";
- reg = <0x01c20058 0x4>;
- clocks = <&osc24M>, <&pll6 1>, <&osc32k>;
- clock-output-names = "apb1_mux";
- @@ -182,7 +182,7 @@
-
- apb1: apb1@01c20058 {
- #clock-cells = <0>;
- - compatible = "allwinner,sun4i-apb1-clk";
- + compatible = "allwinner,sun4i-a10-apb1-clk";
- reg = <0x01c20058 0x4>;
- clocks = <&apb1_mux>;
- clock-output-names = "apb1";
- @@ -203,7 +203,7 @@
-
- nand_clk: clk@01c20080 {
- #clock-cells = <0>;
- - compatible = "allwinner,sun4i-mod0-clk";
- + compatible = "allwinner,sun4i-a10-mod0-clk";
- reg = <0x01c20080 0x4>;
- clocks = <&osc24M>, <&pll6 1>, <&pll5 1>;
- clock-output-names = "nand";
- @@ -211,7 +211,7 @@
-
- ms_clk: clk@01c20084 {
- #clock-cells = <0>;
- - compatible = "allwinner,sun4i-mod0-clk";
- + compatible = "allwinner,sun4i-a10-mod0-clk";
- reg = <0x01c20084 0x4>;
- clocks = <&osc24M>, <&pll6 1>, <&pll5 1>;
- clock-output-names = "ms";
- @@ -219,7 +219,7 @@
-
- mmc0_clk: clk@01c20088 {
- #clock-cells = <0>;
- - compatible = "allwinner,sun4i-mod0-clk";
- + compatible = "allwinner,sun4i-a10-mod0-clk";
- reg = <0x01c20088 0x4>;
- clocks = <&osc24M>, <&pll6 1>, <&pll5 1>;
- clock-output-names = "mmc0";
- @@ -227,7 +227,7 @@
-
- mmc1_clk: clk@01c2008c {
- #clock-cells = <0>;
- - compatible = "allwinner,sun4i-mod0-clk";
- + compatible = "allwinner,sun4i-a10-mod0-clk";
- reg = <0x01c2008c 0x4>;
- clocks = <&osc24M>, <&pll6 1>, <&pll5 1>;
- clock-output-names = "mmc1";
- @@ -235,7 +235,7 @@
-
- mmc2_clk: clk@01c20090 {
- #clock-cells = <0>;
- - compatible = "allwinner,sun4i-mod0-clk";
- + compatible = "allwinner,sun4i-a10-mod0-clk";
- reg = <0x01c20090 0x4>;
- clocks = <&osc24M>, <&pll6 1>, <&pll5 1>;
- clock-output-names = "mmc2";
- @@ -243,7 +243,7 @@
-
- mmc3_clk: clk@01c20094 {
- #clock-cells = <0>;
- - compatible = "allwinner,sun4i-mod0-clk";
- + compatible = "allwinner,sun4i-a10-mod0-clk";
- reg = <0x01c20094 0x4>;
- clocks = <&osc24M>, <&pll6 1>, <&pll5 1>;
- clock-output-names = "mmc3";
- @@ -251,7 +251,7 @@
-
- ts_clk: clk@01c20098 {
- #clock-cells = <0>;
- - compatible = "allwinner,sun4i-mod0-clk";
- + compatible = "allwinner,sun4i-a10-mod0-clk";
- reg = <0x01c20098 0x4>;
- clocks = <&osc24M>, <&pll6 1>, <&pll5 1>;
- clock-output-names = "ts";
- @@ -259,7 +259,7 @@
-
- ss_clk: clk@01c2009c {
- #clock-cells = <0>;
- - compatible = "allwinner,sun4i-mod0-clk";
- + compatible = "allwinner,sun4i-a10-mod0-clk";
- reg = <0x01c2009c 0x4>;
- clocks = <&osc24M>, <&pll6 1>, <&pll5 1>;
- clock-output-names = "ss";
- @@ -267,7 +267,7 @@
-
- spi0_clk: clk@01c200a0 {
- #clock-cells = <0>;
- - compatible = "allwinner,sun4i-mod0-clk";
- + compatible = "allwinner,sun4i-a10-mod0-clk";
- reg = <0x01c200a0 0x4>;
- clocks = <&osc24M>, <&pll6 1>, <&pll5 1>;
- clock-output-names = "spi0";
- @@ -275,7 +275,7 @@
-
- spi1_clk: clk@01c200a4 {
- #clock-cells = <0>;
- - compatible = "allwinner,sun4i-mod0-clk";
- + compatible = "allwinner,sun4i-a10-mod0-clk";
- reg = <0x01c200a4 0x4>;
- clocks = <&osc24M>, <&pll6 1>, <&pll5 1>;
- clock-output-names = "spi1";
- @@ -283,7 +283,7 @@
-
- spi2_clk: clk@01c200a8 {
- #clock-cells = <0>;
- - compatible = "allwinner,sun4i-mod0-clk";
- + compatible = "allwinner,sun4i-a10-mod0-clk";
- reg = <0x01c200a8 0x4>;
- clocks = <&osc24M>, <&pll6 1>, <&pll5 1>;
- clock-output-names = "spi2";
- @@ -291,7 +291,7 @@
-
- pata_clk: clk@01c200ac {
- #clock-cells = <0>;
- - compatible = "allwinner,sun4i-mod0-clk";
- + compatible = "allwinner,sun4i-a10-mod0-clk";
- reg = <0x01c200ac 0x4>;
- clocks = <&osc24M>, <&pll6 1>, <&pll5 1>;
- clock-output-names = "pata";
- @@ -299,7 +299,7 @@
-
- ir0_clk: clk@01c200b0 {
- #clock-cells = <0>;
- - compatible = "allwinner,sun4i-mod0-clk";
- + compatible = "allwinner,sun4i-a10-mod0-clk";
- reg = <0x01c200b0 0x4>;
- clocks = <&osc24M>, <&pll6 1>, <&pll5 1>;
- clock-output-names = "ir0";
- @@ -307,7 +307,7 @@
-
- ir1_clk: clk@01c200b4 {
- #clock-cells = <0>;
- - compatible = "allwinner,sun4i-mod0-clk";
- + compatible = "allwinner,sun4i-a10-mod0-clk";
- reg = <0x01c200b4 0x4>;
- clocks = <&osc24M>, <&pll6 1>, <&pll5 1>;
- clock-output-names = "ir1";
- @@ -324,7 +324,7 @@
-
- spi3_clk: clk@01c200d4 {
- #clock-cells = <0>;
- - compatible = "allwinner,sun4i-mod0-clk";
- + compatible = "allwinner,sun4i-a10-mod0-clk";
- reg = <0x01c200d4 0x4>;
- clocks = <&osc24M>, <&pll6 1>, <&pll5 1>;
- clock-output-names = "spi3";
- @@ -332,7 +332,7 @@
-
- mbus_clk: clk@01c2015c {
- #clock-cells = <0>;
- - compatible = "allwinner,sun4i-mod0-clk";
- + compatible = "allwinner,sun4i-a10-mod0-clk";
- reg = <0x01c2015c 0x4>;
- clocks = <&osc24M>, <&pll6 2>, <&pll5 1>;
- clock-output-names = "mbus";
|