Linus, Please pull a few more DT fixes. Rob The following changes since commit fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf: Linux 5.16-rc1 (2021-11-14 13:56:52 -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.16-2 for you to fetch changes up to 75e895343d5a2fcbdf4cb3d31ab7492bd65925f0: Revert "kbuild: Enable DT schema checks for %.dtb targets" (2021-12-08 15:41:19 -0600) ---------------------------------------------------------------- Devicetree fixes for v5.16-rc, take 2: - Revert schema checks on %.dtb targets. This was problematic for some external build tools. - A few DT binding example fixes - Add back dropped 'enet-phy-lane-no-swap' Ethernet PHY property - Drop erroneous if/then schema in nxp,imx7-mipi-csi2 - Add a quirk to fix some interrupt controllers use of 'interrupt-map' ---------------------------------------------------------------- Alexander Stein (1): dt-bindings: net: Reintroduce PHY no lane swap binding Geert Uytterhoeven (2): dt-bindings: iio: adc: exynos-adc: Fix node name in example dt-bindings: input: gpio-keys: Fix interrupts in example Marc Zyngier (1): of/irq: Add a quirk for controllers with their own definition of interrupt-map Rob Herring (2): dt-bindings: media: nxp,imx7-mipi-csi2: Drop bad if/then schema Revert "kbuild: Enable DT schema checks for %.dtb targets" Thierry Reding (1): dt-bindings: bq25980: Fixup the example .../bindings/iio/adc/samsung,exynos-adc.yaml | 2 +- .../devicetree/bindings/input/gpio-keys.yaml | 2 +- .../bindings/media/nxp,imx7-mipi-csi2.yaml | 14 ++--------- .../devicetree/bindings/net/ethernet-phy.yaml | 8 +++++++ .../devicetree/bindings/power/supply/bq25980.yaml | 2 +- Makefile | 10 ++++---- drivers/of/irq.c | 27 ++++++++++++++++++++-- 7 files changed, 43 insertions(+), 22 deletions(-)