Re: [PATCH v4 3/3] media: mtk-mdp: Fix mdp device tree

2017-06-07 Thread Hans Verkuil
On 07/06/17 11:13, Matthias Brugger wrote: > > > On 07/06/17 11:11, Hans Verkuil wrote: >> On 07/06/17 11:07, Matthias Brugger wrote: >>> >>> >>> On 07/06/17 10:56, Hans Verkuil wrote: On 07/06/17 10:44, Matthias Brugger wrote: > Hi Hans, hi Mauro, > > On 23/05/17 05:24, Minghsiu

Re: [PATCH v4 3/3] media: mtk-mdp: Fix mdp device tree

2017-06-07 Thread Matthias Brugger
On 07/06/17 11:11, Hans Verkuil wrote: On 07/06/17 11:07, Matthias Brugger wrote: On 07/06/17 10:56, Hans Verkuil wrote: On 07/06/17 10:44, Matthias Brugger wrote: Hi Hans, hi Mauro, On 23/05/17 05:24, Minghsiu Tsai wrote: From: Daniel Kurtz If the mdp_* nodes are under an mdp sub-node

Re: [PATCH v4 3/3] media: mtk-mdp: Fix mdp device tree

2017-06-07 Thread Hans Verkuil
On 07/06/17 11:07, Matthias Brugger wrote: > > > On 07/06/17 10:56, Hans Verkuil wrote: >> On 07/06/17 10:44, Matthias Brugger wrote: >>> Hi Hans, hi Mauro, >>> >>> On 23/05/17 05:24, Minghsiu Tsai wrote: From: Daniel Kurtz If the mdp_* nodes are under an mdp sub-node, their corre

Re: [PATCH v4 3/3] media: mtk-mdp: Fix mdp device tree

2017-06-07 Thread Matthias Brugger
On 07/06/17 10:56, Hans Verkuil wrote: On 07/06/17 10:44, Matthias Brugger wrote: Hi Hans, hi Mauro, On 23/05/17 05:24, Minghsiu Tsai wrote: From: Daniel Kurtz If the mdp_* nodes are under an mdp sub-node, their corresponding platform device does not automatically get its iommu assigned pr

Re: [PATCH v4 3/3] media: mtk-mdp: Fix mdp device tree

2017-06-07 Thread Hans Verkuil
On 07/06/17 10:44, Matthias Brugger wrote: > Hi Hans, hi Mauro, > > On 23/05/17 05:24, Minghsiu Tsai wrote: >> From: Daniel Kurtz >> >> If the mdp_* nodes are under an mdp sub-node, their corresponding >> platform device does not automatically get its iommu assigned properly. >> >> Fix this by mo

Re: [PATCH v4 3/3] media: mtk-mdp: Fix mdp device tree

2017-06-07 Thread Matthias Brugger
Hi Hans, hi Mauro, On 23/05/17 05:24, Minghsiu Tsai wrote: From: Daniel Kurtz If the mdp_* nodes are under an mdp sub-node, their corresponding platform device does not automatically get its iommu assigned properly. Fix this by moving the mdp component nodes up a level such that they are sibl

[PATCH v4 3/3] media: mtk-mdp: Fix mdp device tree

2017-05-22 Thread Minghsiu Tsai
From: Daniel Kurtz If the mdp_* nodes are under an mdp sub-node, their corresponding platform device does not automatically get its iommu assigned properly. Fix this by moving the mdp component nodes up a level such that they are siblings of mdp and all other SoC subsystems. This also simplifie