ARM64: dts: rk3399: qos: fix up the qos node invalid format

Change-Id: I971d32c08d13b3f94da3670800d38a9229afd4d3
Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>
This commit is contained in:
Elaine Zhang
2016-06-14 18:13:13 +08:00
parent 9e76a3ad71
commit d25b2edaca

View File

@@ -792,64 +792,64 @@
status = "disabled";
};
qos_gpu: qos_gpu@0xffae0000 {
compatible ="syscon";
qos_gpu: qos_gpu@ffae0000 {
compatible = "syscon";
reg = <0x0 0xffae0000 0x0 0x20>;
};
qos_video_m0: qos_video_m0@0xffab8000 {
compatible ="syscon";
qos_video_m0: qos_video_m0@ffab8000 {
compatible = "syscon";
reg = <0x0 0xffab8000 0x0 0x20>;
};
qos_video_m1_r: qos_video_m1_r@0xffac0000 {
compatible ="syscon";
qos_video_m1_r: qos_video_m1_r@ffac0000 {
compatible = "syscon";
reg = <0x0 0xffac0000 0x0 0x20>;
};
qos_video_m1_w: qos_video_m1_w@0xffac0080 {
compatible ="syscon";
qos_video_m1_w: qos_video_m1_w@ffac0080 {
compatible = "syscon";
reg = <0x0 0xffac0080 0x0 0x20>;
};
qos_rga_r: qos_rga_r@0xffab0000 {
compatible ="syscon";
qos_rga_r: qos_rga_r@ffab0000 {
compatible = "syscon";
reg = <0x0 0xffab0000 0x0 0x20>;
};
qos_rga_w: qos_rga_w@0xffab0080 {
compatible ="syscon";
reg = <0x0 0xffab0000 0x0 0x20>;
qos_rga_w: qos_rga_w@ffab0080 {
compatible = "syscon";
reg = <0x0 0xffab0080 0x0 0x20>;
};
qos_iep: qos_iep@0xffa98000 {
compatible ="syscon";
qos_iep: qos_iep@ffa98000 {
compatible = "syscon";
reg = <0x0 0xffa98000 0x0 0x20>;
};
qos_vop_big_r: qos_vop_big_r@0xffac8000 {
compatible ="syscon";
qos_vop_big_r: qos_vop_big_r@ffac8000 {
compatible = "syscon";
reg = <0x0 0xffac8000 0x0 0x20>;
};
qos_vop_big_w: qos_vop_big_w@0xffac8080 {
compatible ="syscon";
qos_vop_big_w: qos_vop_big_w@ffac8080 {
compatible = "syscon";
reg = <0x0 0xffac8080 0x0 0x20>;
};
qos_vop_little: qos_vop_little@0xffad0000 {
compatible ="syscon";
qos_vop_little: qos_vop_little@ffad0000 {
compatible = "syscon";
reg = <0x0 0xffad0000 0x0 0x20>;
};
qos_isp0_m0: qos_isp0_m0@0xffaa0000 {
compatible ="syscon";
qos_isp0_m0: qos_isp0_m0@ffaa0000 {
compatible = "syscon";
reg = <0x0 0xffaa0000 0x0 0x20>;
};
qos_isp0_m1: qos_isp0_m1@0xffaa0080 {
compatible ="syscon";
qos_isp0_m1: qos_isp0_m1@ffaa0080 {
compatible = "syscon";
reg = <0x0 0xffaa0080 0x0 0x20>;
};
qos_isp1_m0: qos_isp1_m0@0xffaa8000 {
compatible ="syscon";
qos_isp1_m0: qos_isp1_m0@ffaa8000 {
compatible = "syscon";
reg = <0x0 0xffaa8000 0x0 0x20>;
};
qos_isp1_m1: qos_isp1_m1@0xffaa8080 {
compatible ="syscon";
qos_isp1_m1: qos_isp1_m1@ffaa8080 {
compatible = "syscon";
reg = <0x0 0xffaa8080 0x0 0x20>;
};
qos_hdcp: qos_hdcp@0xffa90000 {
compatible ="syscon";
qos_hdcp: qos_hdcp@ffa90000 {
compatible = "syscon";
reg = <0x0 0xffa90000 0x0 0x20>;
};