Re: [PATCH v11 2/6] mailbox: qcom: Create APCS child device for clock controller
From: Jassi Brar <jassisinghbrar@gmail.com>
Date: 2017-12-23 04:57:34
Also in:
linux-arm-msm, linux-clk, lkml
From: Jassi Brar <jassisinghbrar@gmail.com>
Date: 2017-12-23 04:57:34
Also in:
linux-arm-msm, linux-clk, lkml
On Tue, Dec 5, 2017 at 9:16 PM, Georgi Djakov [off-list ref] wrote:
There is a clock controller functionality provided by the APCS hardware block of msm8916 devices. The device-tree would represent an APCS node with both mailbox and clock provider properties.
The spec might depict a 'clock' box and 'mailbox' box inside the bigger APCS box. However, from the code I see in this patchset, they are orthogonal and can & should be represented as independent DT nodes. Patch-1 is ok, though. Thanks