Re: [PATCH v4 2/6] remoteproc/mediatek: add SCP support for mt8183
From: Matthias Brugger <matthias.bgg@gmail.com>
Date: 2019-02-04 17:59:35
Also in:
linux-mediatek, linux-remoteproc, lkml
From: Matthias Brugger <matthias.bgg@gmail.com>
Date: 2019-02-04 17:59:35
Also in:
linux-mediatek, linux-remoteproc, lkml
On 31/01/2019 10:31, Pi-Hsun Shih wrote:
From: Erin Lo <redacted>
[...]
+struct platform_device *scp_get_plat_device(struct platform_device *pdev)
+{
+ struct device *dev = &pdev->dev;
+ struct device_node *scp_node;
+ struct platform_device *scp_pdev;
+
+ scp_node = of_parse_phandle(dev->of_node, "mediatek,scp", 0);IHMO this should be reflected in the binding description Regards, Matthias _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel