1
0
Fork 0

ARM: dts: keystone: Fix control register range for clktsip

The control register range for clktsio interferes with clkaemifspi clock.
And it causes issues for NAND/AEMIF. So fix it.

Signed-off-by: Ivan Khoronzhuk <ivan.khoronzhuk@ti.com>
Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
hifive-unleashed-5.1
Ivan Khoronzhuk 2014-03-18 15:59:26 -04:00 committed by Santosh Shilimkar
parent 754f67cdfe
commit 1f9f5201a3
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ clocks {
compatible = "ti,keystone,psc-clock";
clocks = <&chipclk16>;
clock-output-names = "tsip";
reg = <0x0235000c 0xb00>, <0x02350000 0x400>;
reg = <0x02350000 0xb00>, <0x02350000 0x400>;
reg-names = "control", "domain";
domain-id = <0>;
};