Skip to content

Commit

Permalink
[POWERPC] 8xx: Add clock-frequency to adder875 and mpc885ads dts
Browse files Browse the repository at this point in the history
cpm_uart_core has a dependency on fsl,cpm-brg/clock-frequency, this
means that a .dts that uses the cpm uart driver needs to supply a
clock-frequency entry for get_brgfreq to return a meaningful number.

Signed-off-by: Bryan O'Donoghue <bodonoghue@codehermit.ie>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
  • Loading branch information
Bryan O'Donoghue authored and Kumar Gala committed Feb 6, 2008
1 parent 5cfade1 commit 03bbfe8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions arch/powerpc/boot/dts/adder875-redboot.dts
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@
compatible = "fsl,mpc875-brg",
"fsl,cpm1-brg",
"fsl,cpm-brg";
clock-frequency = <50000000>;
reg = <0x9f0 0x10>;
};

Expand Down
1 change: 1 addition & 0 deletions arch/powerpc/boot/dts/adder875-uboot.dts
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@
compatible = "fsl,mpc875-brg",
"fsl,cpm1-brg",
"fsl,cpm-brg";
clock-frequency = <50000000>;
reg = <0x9f0 0x10>;
};

Expand Down
1 change: 1 addition & 0 deletions arch/powerpc/boot/dts/mpc885ads.dts
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@
compatible = "fsl,mpc885-brg",
"fsl,cpm1-brg",
"fsl,cpm-brg";
clock-frequency = <0>;
reg = <9f0 10>;
};

Expand Down

0 comments on commit 03bbfe8

Please sign in to comment.