Hi Michal,
On 3/8/21 4:47 PM, Michal Simek wrote:
Hi,
On 3/8/21 9:35 AM, Laurent Pinchart wrote:
Hi Quanyang,
Thank you for the patch.
On Mon, Mar 08, 2021 at 03:08:43PM +0800, quanyang.wang@xxxxxxxxxxxxx wrote:
From: Quanyang Wang <quanyang.wang@xxxxxxxxxxxxx>
The function of_i2c_get_board_info will call of_modalias_node to check
if a device_node contains "compatible" string. So let's assign the
proper string "silabs,si5328" to clock-generator@69's compatible
property to eliminate the error info as below:
As far as I can tell, "silabs,si5328" isn't documented in
Documentation/devicetree/bindings/. We need DT bindings before making
use of the compatible string.
the second option is to remove/comment this node.
Thank you for your suggestion.
I will send a new patch to delete these nodes and add some comments there.
Best Regards
Quanyang
Thanks,
Michal