]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'remove-label-cpu-from-dsa-dt-bindings'
authorJakub Kicinski <kuba@kernel.org>
Tue, 20 Sep 2022 00:59:55 +0000 (17:59 -0700)
committerJakub Kicinski <kuba@kernel.org>
Tue, 20 Sep 2022 00:59:55 +0000 (17:59 -0700)
commitf6f7561c4ba38d47796f33c7e19760e45ce9c1c5
tree6b80410ea8c1475379c7cb47b799e85710544663
parent36fb3570e9b6342075f74e7a956f4d964c9b5831
parent7e0aeebec074d8fa7c016fff397be474ba9d4df4
Merge branch 'remove-label-cpu-from-dsa-dt-bindings'

Vladimir Oltean says:

====================
Remove label = "cpu" from DSA dt-bindings

As explained in more detail in patch 1/3, label = "cpu" is not part of
DSA's device tree bindings, yet we have some checks in the dt-schema for
mt7530 which are written as if it was.

Reformulate those checks, and remove all occurrences of this seemingly
used, but actually unused, property from the binding examples.
====================

Link: https://lore.kernel.org/r/20220912175058.280386-1-vladimir.oltean@nxp.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>