]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'ti-am65x-cpts-follow-up-dt-bindings-update'
authorDavid S. Miller <davem@davemloft.net>
Fri, 8 May 2020 00:51:03 +0000 (17:51 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 8 May 2020 00:51:03 +0000 (17:51 -0700)
commit1ba7856e7c9a2e62db4f78dd18a4b6c61e5c5221
tree26a4a94d2c8093706ab7b9f6ae991ce537a9e162
parentc6d7f966fa1be2af3fad8fd6d4686895d31d3855
parent82a86c4fba644a552420b9fb5f06f1e81a7e69c5
Merge branch 'ti-am65x-cpts-follow-up-dt-bindings-update'

Grygorii Strashko says:

====================
net: ethernet: ti: am65x-cpts: follow up dt bindings update

This series is follow update for  TI A65x/J721E Common platform time sync (CPTS)
driver [1] to implement  DT bindings review comments from
Rob Herring <robh@kernel.org> [2].
 - "reg" and "compatible" properties are made required for CPTS DT nodes which
   also required to change K3 CPSW driver to use of_platform_device_create()
   instead of of_platform_populate() for proper CPTS and MDIO initialization
 - minor DT bindings format changes
 - K3 CPTS example added to K3 MCU CPSW bindings

[1] https://lwn.net/Articles/819313/
[2] https://lwn.net/ml/linux-kernel/20200505040419.GA8509@bogus/
====================

Signed-off-by: David S. Miller <davem@davemloft.net>