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)
commit2dc81a0e7658d986c4d7acce6ac2d1060ff424b7
tree6b80410ea8c1475379c7cb47b799e85710544663
parentf0bd32c833826ba666c30af0bae78fc5ca598138
parent9cc115d8d6f73dd260de1609182f3645844d6907
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>