Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[POWERPC] 8xx: Add clock-frequency to adder875 and mpc885ads dts

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>

authored by

Bryan O'Donoghue and committed by
Kumar Gala
03bbfe8b 5cfade18

+3
+1
arch/powerpc/boot/dts/adder875-redboot.dts
··· 151 151 compatible = "fsl,mpc875-brg", 152 152 "fsl,cpm1-brg", 153 153 "fsl,cpm-brg"; 154 + clock-frequency = <50000000>; 154 155 reg = <0x9f0 0x10>; 155 156 }; 156 157
+1
arch/powerpc/boot/dts/adder875-uboot.dts
··· 150 150 compatible = "fsl,mpc875-brg", 151 151 "fsl,cpm1-brg", 152 152 "fsl,cpm-brg"; 153 + clock-frequency = <50000000>; 153 154 reg = <0x9f0 0x10>; 154 155 }; 155 156
+1
arch/powerpc/boot/dts/mpc885ads.dts
··· 166 166 compatible = "fsl,mpc885-brg", 167 167 "fsl,cpm1-brg", 168 168 "fsl,cpm-brg"; 169 + clock-frequency = <0>; 169 170 reg = <9f0 10>; 170 171 }; 171 172