Linus, Please pull a couple of DT fixes for 6.2. Rob The following changes since commit 1b929c02afd37871d5afb9d498426f83432e71c2: Linux 6.2-rc1 (2022-12-25 13:41:39 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git tags/devicetree-fixes-for-6.2-1 for you to fetch changes up to 064e32dc5b03114d0767893fecdaf7b5dfd8c286: of: fdt: Honor CONFIG_CMDLINE* even without /chosen node, take 2 (2023-01-04 21:31:59 -0600) ---------------------------------------------------------------- Devicetree fixes for v6.2: - Fix DT memory scanning for some MIPS boards when memory is not specified in DT - Redo CONFIG_CMDLINE* handling for missing /chosen node. The first attempt broke PS3 (and possibly other PPC platforms). - Fix constraints in QCom Soundwire schema ---------------------------------------------------------------- Andreas Rammhold (1): of/fdt: run soc memory setup when early_init_dt_scan_memory fails Krzysztof Kozlowski (1): dt-bindings: soundwire: qcom,soundwire: correct sizes related to number of ports Rob Herring (2): Revert "of: fdt: Honor CONFIG_CMDLINE* even without /chosen node" of: fdt: Honor CONFIG_CMDLINE* even without /chosen node, take 2 .../bindings/soundwire/qcom,soundwire.yaml | 10 ++-- arch/mips/ralink/of.c | 2 +- drivers/of/fdt.c | 60 ++++++++++++---------- 3 files changed, 38 insertions(+), 34 deletions(-)