Skip to content
This repository has been archived by the owner on May 26, 2022. It is now read-only.

Commit

Permalink
arm64/dts: mt6785: Drop generating a duplicated venc sysfs
Browse files Browse the repository at this point in the history
[    0.355673] (6)[1:swapper/0]------------[ cut here ]------------
[    0.355687] (6)[1:swapper/0]WARNING: CPU: 6 PID: 1 at ../fs/sysfs/dir.c:31 sysfs_create_dir_ns+0xbc/0x120
[    0.355694] (6)[1:swapper/0]sysfs: cannot create duplicate filename '/devices/platform/17020000.venc'
[    0.355699] (6)[1:swapper/0]Modules linked in:
[    0.355710] -(6)[1:swapper/0]CPU: 6 PID: 1 Comm: swapper/0 Tainted: G S      W       4.14.141-eva-g27c22b51887a-dirty AgentFabulous#2
[    0.355716] -(6)[1:swapper/0]Hardware name: MT6853T (DT)
[    0.355722] -(6)[1:swapper/0]Call trace:
[    0.355734] -(6)[1:swapper/0][<ffffff954786111c>] dump_backtrace+0x0/0x4
[    0.355744] -(6)[1:swapper/0][<ffffff954782fdbc>] dump_stack+0xc4/0xfc
[    0.355754] -(6)[1:swapper/0][<ffffff9546155460>] __warn+0xf4/0x180
[    0.355762] -(6)[1:swapper/0][<ffffff9546155a44>] warn_slowpath_fmt+0x70/0x94
[    0.355770] -(6)[1:swapper/0][<ffffff9546518a10>] sysfs_create_dir_ns+0xbc/0x120
[    0.355779] -(6)[1:swapper/0][<ffffff9547838a88>] kobject_add_internal+0x338/0x6d8
[    0.355788] -(6)[1:swapper/0][<ffffff954783a100>] kobject_add+0xe0/0x114
[    0.355798] -(6)[1:swapper/0][<ffffff95469c08dc>] device_add+0x240/0xcc0
[    0.355808] -(6)[1:swapper/0][<ffffff95472ee9a0>] of_platform_device_create_pdata+0x9c/0x120
[    0.355816] -(6)[1:swapper/0][<ffffff95472ee218>] of_platform_bus_create+0x23c/0x800
[    0.355825] -(6)[1:swapper/0][<ffffff95472edf60>] of_platform_populate+0x84/0x100
[    0.355836] -(6)[1:swapper/0][<ffffff954801e1dc>] of_platform_default_populate_init+0x64/0x78
[    0.355844] -(6)[1:swapper/0][<ffffff954608ad6c>] do_one_initcall+0x238/0x4cc
[    0.355854] -(6)[1:swapper/0][<ffffff9547fa1a6c>] kernel_init_freeable+0x2f0/0x438
[    0.355863] -(6)[1:swapper/0][<ffffff954784950c>] kernel_init+0x10/0x378
[    0.355871] -(6)[1:swapper/0][<ffffff954608506c>] ret_from_fork+0x10/0x18
[    0.355877] (6)[1:swapper/0]---[ end trace 7ad0f2f7217356a1 ]---

Signed-off-by: Vaisakh Murali <[email protected]>
  • Loading branch information
mvaisakh authored and ZyCromerZ committed May 20, 2021
1 parent f77d54c commit 3167c17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/mediatek/mt6785.dts
Original file line number Diff line number Diff line change
Expand Up @@ -3288,7 +3288,7 @@
mediatek,smi-id = <3>;
};

venc@17020000 {
mtk-venc@17020000 {
compatible = "mediatek,venc";
reg = <0 0x17020000 0 0x2000>;
interrupts = <GIC_SPI 270 IRQ_TYPE_LEVEL_LOW>;
Expand Down

0 comments on commit 3167c17

Please sign in to comment.