summaryrefslogtreecommitdiffstats
path: root/arch/arc/boot/dts/vdk_axs10x_mb.dtsi
diff options
context:
space:
mode:
authorAlexey Brodkin2016-06-06 09:52:51 +0200
committerAlexey Brodkin2016-06-13 17:45:17 +0200
commitc8f1daa8ba27742f8b6c01048b0a01e20f3211da (patch)
treee360ec161e725283bcb184eace646f98da0fbd67 /arch/arc/boot/dts/vdk_axs10x_mb.dtsi
parentdrm/arcpgu: Make ARC PGU usable on simulation platforms (diff)
downloadkernel-qcow2-linux-c8f1daa8ba27742f8b6c01048b0a01e20f3211da.tar.gz
kernel-qcow2-linux-c8f1daa8ba27742f8b6c01048b0a01e20f3211da.tar.xz
kernel-qcow2-linux-c8f1daa8ba27742f8b6c01048b0a01e20f3211da.zip
ARCv2: [vdk] Enable ARC PGU on HS38 VDK
With required ARC PGU updates that allow it to be used on simulation platforms we may finally utilize ARC PGU in HS38 VDK with modern Linux kernels. Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Diffstat (limited to 'arch/arc/boot/dts/vdk_axs10x_mb.dtsi')
-rw-r--r--arch/arc/boot/dts/vdk_axs10x_mb.dtsi13
1 files changed, 9 insertions, 4 deletions
diff --git a/arch/arc/boot/dts/vdk_axs10x_mb.dtsi b/arch/arc/boot/dts/vdk_axs10x_mb.dtsi
index 45cd665fca23..99498a4b4216 100644
--- a/arch/arc/boot/dts/vdk_axs10x_mb.dtsi
+++ b/arch/arc/boot/dts/vdk_axs10x_mb.dtsi
@@ -23,6 +23,11 @@
#clock-cells = <0>;
};
+ pguclk: pguclk {
+ #clock-cells = <0>;
+ compatible = "fixed-clock";
+ clock-frequency = <25175000>;
+ };
};
ethernet@0x18000 {
@@ -75,11 +80,11 @@
};
/* PGU output directly sent to virtual LCD screen; hdmi controller not modelled */
- pgu@0x17000 {
- compatible = "snps,arcpgufb";
+ pgu@17000 {
+ compatible = "snps,arcpgu";
reg = <0x17000 0x400>;
- clock-frequency = <51000000>; /* PGU'clock is initated in init function */
- /* interrupts = <5>; PGU interrupts not used, this vector is used for ps2 below */
+ clocks = <&pguclk>;
+ clock-names = "pxlclk";
};
/* VDK has additional ps2 keyboard/mouse interface integrated in LCD screen model */