diff options
author | Alexey Brodkin <abrodkin@synopsys.com> | 2016-06-06 10:56:53 +0300 |
---|---|---|
committer | Alexey Brodkin <abrodkin@synopsys.com> | 2016-06-13 17:45:18 +0200 |
commit | 830c6578481e3b8649261062dfc5b0ac3c9374f8 (patch) | |
tree | 47c5c5862ae5286a0d3cdb7db6786dc0a35e9993 /arch/arc/boot/dts/nsimosci_hs_idu.dts | |
parent | c8f1daa8ba27742f8b6c01048b0a01e20f3211da (diff) | |
download | linux-830c6578481e3b8649261062dfc5b0ac3c9374f8.tar.bz2 |
ARC: [nsimosci] Enable ARC PGU on nSIM OSCI virtual platforms
With required ARC PGU updates that allow it to be used on simulation
platforms we may finally utilize ARC PGU in nSIM OSCI virtual platforms
with modern Linux kernels.
Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Diffstat (limited to 'arch/arc/boot/dts/nsimosci_hs_idu.dts')
-rw-r--r-- | arch/arc/boot/dts/nsimosci_hs_idu.dts | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/arch/arc/boot/dts/nsimosci_hs_idu.dts b/arch/arc/boot/dts/nsimosci_hs_idu.dts index ee03d7126581..34457a5e7706 100644 --- a/arch/arc/boot/dts/nsimosci_hs_idu.dts +++ b/arch/arc/boot/dts/nsimosci_hs_idu.dts @@ -18,7 +18,7 @@ chosen { /* this is for console on serial */ - bootargs = "earlycon=uart8250,mmio32,0xf0000000,115200n8 console=tty0 console=ttyS0,115200n8 consoleblan=0 debug"; + bootargs = "earlycon=uart8250,mmio32,0xf0000000,115200n8 console=tty0 console=ttyS0,115200n8 consoleblan=0 debug video=640x480-24"; }; aliases { @@ -77,9 +77,17 @@ no-loopback-test = <1>; }; - pgu0: pgu@f9000000 { - compatible = "snps,arcpgufb"; + pguclk: pguclk { + #clock-cells = <0>; + compatible = "fixed-clock"; + clock-frequency = <25175000>; + }; + + pgu@f9000000 { + compatible = "snps,arcpgu"; reg = <0xf9000000 0x400>; + clocks = <&pguclk>; + clock-names = "pxlclk"; }; ps2: ps2@f9001000 { |