Skip to content

Commit

Permalink
ARM: at91/dt: remove leftovers clock definition
Browse files Browse the repository at this point in the history
The clocks group properties and the clock@0 node are useless, remove them
to avoid copy pasting in future device trees.

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
  • Loading branch information
Alexandre Belloni authored and Nicolas Ferre committed Nov 16, 2015
1 parent 67ae8b9 commit 15f7e25
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 110 deletions.
9 changes: 0 additions & 9 deletions arch/arm/boot/dts/at91-kizbox.dts
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,6 @@
};

clocks {
#address-cells = <1>;
#size-cells = <1>;
ranges;

main_clock: clock@0 {
compatible = "atmel,osc", "fixed-clock";
clock-frequency = <18432000>;
};

main_xtal {
clock-frequency = <18432000>;
};
Expand Down
9 changes: 0 additions & 9 deletions arch/arm/boot/dts/at91-sama5d2_xplained.dts
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,6 @@
};

clocks {
#address-cells = <1>;
#size-cells = <1>;
ranges;

main_clock: clock@0 {
compatible = "atmel,osc", "fixed-clock";
clock-frequency = <12000000>;
};

slow_xtal {
clock-frequency = <32768>;
};
Expand Down
9 changes: 0 additions & 9 deletions arch/arm/boot/dts/at91-sama5d4_xplained.dts
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,6 @@
};

clocks {
#address-cells = <1>;
#size-cells = <1>;
ranges;

main_clock: clock@0 {
compatible = "atmel,osc", "fixed-clock";
clock-frequency = <12000000>;
};

slow_xtal {
clock-frequency = <32768>;
};
Expand Down
9 changes: 0 additions & 9 deletions arch/arm/boot/dts/at91-sama5d4ek.dts
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,6 @@
};

clocks {
#address-cells = <1>;
#size-cells = <1>;
ranges;

main_clock: clock@0 {
compatible = "atmel,osc", "fixed-clock";
clock-frequency = <12000000>;
};

slow_xtal {
clock-frequency = <32768>;
};
Expand Down
9 changes: 0 additions & 9 deletions arch/arm/boot/dts/at91rm9200ek.dts
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,6 @@
};

clocks {
#address-cells = <1>;
#size-cells = <1>;
ranges;

main_clock: clock@0 {
compatible = "atmel,osc", "fixed-clock";
clock-frequency = <18432000>;
};

slow_xtal {
clock-frequency = <32768>;
};
Expand Down
9 changes: 0 additions & 9 deletions arch/arm/boot/dts/at91sam9261ek.dts
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,6 @@
};

clocks {
#address-cells = <1>;
#size-cells = <1>;
ranges;

main_clock: clock@0 {
compatible = "atmel,osc", "fixed-clock";
clock-frequency = <18432000>;
};

slow_xtal {
clock-frequency = <32768>;
};
Expand Down
9 changes: 0 additions & 9 deletions arch/arm/boot/dts/at91sam9263ek.dts
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,6 @@
};

clocks {
#address-cells = <1>;
#size-cells = <1>;
ranges;

main_clock: clock@0 {
compatible = "atmel,osc", "fixed-clock";
clock-frequency = <16367660>;
};

slow_xtal {
clock-frequency = <32768>;
};
Expand Down
9 changes: 0 additions & 9 deletions arch/arm/boot/dts/at91sam9g20ek_common.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,6 @@
};

clocks {
#address-cells = <1>;
#size-cells = <1>;
ranges;

main_clock: clock@0 {
compatible = "atmel,osc", "fixed-clock";
clock-frequency = <18432000>;
};

slow_xtal {
clock-frequency = <32768>;
};
Expand Down
9 changes: 0 additions & 9 deletions arch/arm/boot/dts/at91sam9m10g45ek.dts
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,6 @@
};

clocks {
#address-cells = <1>;
#size-cells = <1>;
ranges;

main_clock: clock@0 {
compatible = "atmel,osc", "fixed-clock";
clock-frequency = <12000000>;
};

slow_xtal {
clock-frequency = <32768>;
};
Expand Down
9 changes: 0 additions & 9 deletions arch/arm/boot/dts/at91sam9n12ek.dts
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,6 @@
};

clocks {
#address-cells = <1>;
#size-cells = <1>;
ranges;

main_clock: clock@0 {
compatible = "atmel,osc", "fixed-clock";
clock-frequency = <16000000>;
};

slow_xtal {
clock-frequency = <32768>;
};
Expand Down
9 changes: 0 additions & 9 deletions arch/arm/boot/dts/at91sam9rlek.dts
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,6 @@
};

clocks {
#address-cells = <1>;
#size-cells = <1>;
ranges;

main_clock: clock {
compatible = "atmel,osc", "fixed-clock";
clock-frequency = <12000000>;
};

slow_xtal {
clock-frequency = <32768>;
};
Expand Down
11 changes: 0 additions & 11 deletions arch/arm/boot/dts/at91sam9x5cm.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,6 @@
reg = <0x20000000 0x8000000>;
};

clocks {
#address-cells = <1>;
#size-cells = <1>;
ranges;

main_clock: clock@0 {
compatible = "atmel,osc", "fixed-clock";
clock-frequency = <12000000>;
};
};

clocks {
slow_xtal {
clock-frequency = <32768>;
Expand Down

0 comments on commit 15f7e25

Please sign in to comment.