ARM: dts: msm: Remove unrequired vbif settings
Additional vbif registers being programmed by isp driver are not needed as the reset state of the registers are correct. CRs-Fixed: 1076756 Change-Id: I08e377141321ce65e6971eec4a35bd771a1fc590 Signed-off-by: Shubhraprakash Das <sadas@codeaurora.org>
This commit is contained in:
parent
3162449f7d
commit
b17b5d80da
1 changed files with 6 additions and 6 deletions
|
@ -573,9 +573,9 @@
|
|||
0xaaa9aaa9
|
||||
0xaaa9aaa9
|
||||
0xaaa9aaa9>;
|
||||
vbif-entries = <3>;
|
||||
vbif-regs = <0x124 0xac 0xd0>;
|
||||
vbif-settings = <0x3 0x40 0x1010>;
|
||||
vbif-entries = <1>;
|
||||
vbif-regs = <0x124>;
|
||||
vbif-settings = <0x3>;
|
||||
ds-entries = <17>;
|
||||
ds-regs = <0x424 0x428 0x42c 0x430 0x434
|
||||
0x438 0x43c 0x440 0x444 0x448 0x44c
|
||||
|
@ -653,9 +653,9 @@
|
|||
0xaaa9aaa9
|
||||
0xaaa9aaa9
|
||||
0xaaa9aaa9>;
|
||||
vbif-entries = <3>;
|
||||
vbif-regs = <0x124 0xac 0xd0>;
|
||||
vbif-settings = <0x3 0x40 0x1010>;
|
||||
vbif-entries = <1>;
|
||||
vbif-regs = <0x124>;
|
||||
vbif-settings = <0x3>;
|
||||
ds-entries = <17>;
|
||||
ds-regs = <0x424 0x428 0x42c 0x430 0x434
|
||||
0x438 0x43c 0x440 0x444 0x448 0x44c
|
||||
|
|
Loading…
Add table
Reference in a new issue