Message ID | 20230616114111.17554-3-shawn.sung@mediatek.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Add display driver for MT8188 VDOSYS1 | expand |
On 16/06/2023 13:41, Hsiao Chien Sung wrote: > Add compatible name for MediaTek MT8188 MDP-RDMA. > > Signed-off-by: Hsiao Chien Sung <shawn.sung@mediatek.com> > --- So you ignored the tags everywhere? I am not going through the patches again, it would be a waste of my time. Best regards, Krzysztof
On Fri, 2023-06-16 at 14:00 +0200, Krzysztof Kozlowski wrote: > > External email : Please do not click links or open attachments until > you have verified the sender or the content. > On 16/06/2023 13:41, Hsiao Chien Sung wrote: > > Add compatible name for MediaTek MT8188 MDP-RDMA. > > > > Signed-off-by: Hsiao Chien Sung <shawn.sung@mediatek.com> > > --- > > So you ignored the tags everywhere? I am not going through the > patches > again, it would be a waste of my time. Sorry about that. Thank you for sharing information in the other two reviews, will read them and check how to use b4 tool. > > Best regards, > Krzysztof > Best regards, Hsiao Chien Sung
diff --git a/Documentation/devicetree/bindings/display/mediatek/mediatek,mdp-rdma.yaml b/Documentation/devicetree/bindings/display/mediatek/mediatek,mdp-rdma.yaml index dd12e2ff685c..7570a0684967 100644 --- a/Documentation/devicetree/bindings/display/mediatek/mediatek,mdp-rdma.yaml +++ b/Documentation/devicetree/bindings/display/mediatek/mediatek,mdp-rdma.yaml @@ -21,7 +21,11 @@ description: properties: compatible: - const: mediatek,mt8195-vdo1-rdma + oneOf: + - const: mediatek,mt8195-vdo1-rdma + - items: + - const: mediatek,mt8188-vdo1-rdma + - const: mediatek,mt8195-vdo1-rdma reg: maxItems: 1
Add compatible name for MediaTek MT8188 MDP-RDMA. Signed-off-by: Hsiao Chien Sung <shawn.sung@mediatek.com> --- .../bindings/display/mediatek/mediatek,mdp-rdma.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) -- 2.18.0