From: Manjunathappa, Prakash Date: Wed, 19 Jun 2013 09:15:40 +0000 (+0530) Subject: ARM: davinci: da850: do not specify clock_frequency for UART DT node X-Git-Tag: v3.12-rc1~115^2~8^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29864962f79e3dab645a5b00ccc7d4da96e9db33;p=pandora-kernel.git ARM: davinci: da850: do not specify clock_frequency for UART DT node DT kernel on da850-evm comes up with garbled UART logs. This is because of mismatch in actual module clock rate and rate specified(clock-frequency) in DT blob. kernel should not assume or depend on bootloaders clock configuration, instead let it find the clock rate at runtime. Issue discussed here before arriving on this implementation: "ARM: davinci: da850 evm: update clock rate for UART 1/2 DT nodes" https://patchwork.kernel.org/patch/2162271/ Signed-off-by: Manjunathappa, Prakash Signed-off-by: Sekhar Nori --- Reading git-diff-tree failed