ARM: tegra: move serial clock-frequency attr into the Tegra20 dtsi

No Tegra20 Platform is running PLL_P at another rate than 216MHz, nor is
any using any other PLL as UART source clock. Move attribute into SoC
level dtsi file to slim down board DT files.

Signed-off-by: Lucas Stach <dev@lynxeye.de>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
This commit is contained in:
Lucas Stach 2013-01-22 22:46:07 +01:00 committed by Stephen Warren
parent c0967ce0a7
commit ab343e91aa
8 changed files with 5 additions and 8 deletions

View File

@ -252,7 +252,6 @@ i2s@70002800 {
serial@70006300 {
status = "okay";
clock-frequency = <216000000>;
};
i2c@7000c000 {

View File

@ -244,12 +244,10 @@ i2s@70002800 {
serial@70006000 {
status = "okay";
clock-frequency = <216000000>;
};
serial@70006200 {
status = "okay";
clock-frequency = <216000000>;
};
i2c@7000c000 {

View File

@ -303,7 +303,6 @@ i2s@70002800 {
serial@70006300 {
status = "okay";
clock-frequency = <216000000>;
};
i2c@7000c000 {

View File

@ -276,7 +276,6 @@ i2s@70002800 {
};
serial@70006300 {
clock-frequency = <216000000>;
status = "okay";
};

View File

@ -263,7 +263,6 @@ i2s@70002800 {
serial@70006000 {
status = "okay";
clock-frequency = <216000000>;
};
dvi_ddc: i2c@7000c000 {

View File

@ -300,7 +300,6 @@ i2s@70002800 {
serial@70006300 {
status = "okay";
clock-frequency = <216000000>;
};
i2c@7000c000 {

View File

@ -255,7 +255,6 @@ i2s@70002800 {
serial@70006000 {
status = "okay";
clock-frequency = <216000000>;
};
hdmi_ddc: i2c@7000c400 {

View File

@ -247,6 +247,7 @@ uarta: serial@70006000 {
reg = <0x70006000 0x40>;
reg-shift = <2>;
interrupts = <0 36 0x04>;
clock-frequency = <216000000>;
nvidia,dma-request-selector = <&apbdma 8>;
clocks = <&tegra_car 6>;
status = "disabled";
@ -257,6 +258,7 @@ uartb: serial@70006040 {
reg = <0x70006040 0x40>;
reg-shift = <2>;
interrupts = <0 37 0x04>;
clock-frequency = <216000000>;
nvidia,dma-request-selector = <&apbdma 9>;
clocks = <&tegra_car 96>;
status = "disabled";
@ -267,6 +269,7 @@ uartc: serial@70006200 {
reg = <0x70006200 0x100>;
reg-shift = <2>;
interrupts = <0 46 0x04>;
clock-frequency = <216000000>;
nvidia,dma-request-selector = <&apbdma 10>;
clocks = <&tegra_car 55>;
status = "disabled";
@ -277,6 +280,7 @@ uartd: serial@70006300 {
reg = <0x70006300 0x100>;
reg-shift = <2>;
interrupts = <0 90 0x04>;
clock-frequency = <216000000>;
nvidia,dma-request-selector = <&apbdma 19>;
clocks = <&tegra_car 65>;
status = "disabled";
@ -287,6 +291,7 @@ uarte: serial@70006400 {
reg = <0x70006400 0x100>;
reg-shift = <2>;
interrupts = <0 91 0x04>;
clock-frequency = <216000000>;
nvidia,dma-request-selector = <&apbdma 20>;
clocks = <&tegra_car 66>;
status = "disabled";