Hi,
On 3/8/21 9:35 AM, Laurent Pinchart wrote:
Hi Quanyang,the second option is to remove/comment this node.
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>As far as I can tell, "silabs,si5328" isn't documented in
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:
Documentation/devicetree/bindings/. We need DT bindings before making
use of the compatible string.
Thanks,
Michal