Hi Linus, Please pull a couple more DT fixes for 5.4. Rob The following changes since commit f437ade3296bacaddb6d7882ba0515940f01daf4: dt-bindings: phy: lantiq: Fix Property Name (2019-10-02 14:14:58 -0500) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git tags/devicetree-fixes-for-5.4-2 for you to fetch changes up to 5dba51754b04a941a1064f584e7a7f607df3f9bc: of: reserved_mem: add missing of_node_put() for proper ref-counting (2019-10-23 15:15:05 -0500) ---------------------------------------------------------------- Devicetree fixes for 5.4: Fix a ref count, memory leak, and Risc-V cpu schema warnings. ---------------------------------------------------------------- Chris Goldsworthy (1): of: reserved_mem: add missing of_node_put() for proper ref-counting Navid Emamdoost (1): of: unittest: fix memory leak in unittest_data_add Rob Herring (1): dt-bindings: riscv: Fix CPU schema errors Documentation/devicetree/bindings/riscv/cpus.yaml | 29 ++++++++++------------- drivers/of/of_reserved_mem.c | 4 +++- drivers/of/unittest.c | 1 + 3 files changed, 17 insertions(+), 17 deletions(-)