Linus, Please pull DT fixes. The 3 flexcan related commits haven't been in linux-next, but then neither was the 5.11 material that went in for rc3 and broke things. :( Rob The following changes since commit f8394f232b1eab649ce2df5c5f15b0e528c92091: Linux 5.10-rc3 (2020-11-08 16:10:16 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git tags/devicetree-fixes-for-5.10-2 for you to fetch changes up to bdac39a3bd28891fb0ded91c9152459c57773462: dt-bindings: clock: imx5: fix example (2020-11-13 08:49:59 -0600) ---------------------------------------------------------------- Devicetree fixes for v5.10, take 2: - Fix Flexcan binding schema errors introduced in rc3 - Fix an of_node ref counting error in of_dma_is_coherent ---------------------------------------------------------------- Evan Nimmo (1): of/address: Fix of_node memory leak in of_dma_is_coherent Marc Kleine-Budde (3): dt-bindings: can: fsl,flexcan.yaml: fix fsl,stop-mode dt-bindings: can: fsl,flexcan.yaml: fix compatible for i.MX35 and i.MX53 dt-bindings: clock: imx5: fix example .../devicetree/bindings/clock/imx5-clock.yaml | 2 +- .../devicetree/bindings/net/can/fsl,flexcan.yaml | 18 +++++++++++------- drivers/of/address.c | 4 +++- 3 files changed, 15 insertions(+), 9 deletions(-)