From: Conor Dooley <conor.dooley@xxxxxxxxxxxxx> Recently I've been getting triggered by abuse of the Rohm dh2228fv compatible to get the spidev driver probing in Linux on development kits by employees of various silicon vendors (like NXP or my own employer). I had a look around the kernel and all users other than the original Clearfontz board added by Maxime appear to be similar abuse. Drop the non-existent nodes from all of these devices :) Fun fact: the dh2228fv isn't even real, and was originally a typo! The real DAC is a bh2228fv Cheers, Conor. CC: Dinh Nguyen <dinguyen@xxxxxxxxxx> CC: Rob Herring <robh@xxxxxxxxxx> CC: Krzysztof Kozlowski <krzk+dt@xxxxxxxxxx> CC: Conor Dooley <conor+dt@xxxxxxxxxx> CC: Heiko Stuebner <heiko@xxxxxxxxx> CC: Shawn Guo <shawnguo@xxxxxxxxxx> CC: Sascha Hauer <s.hauer@xxxxxxxxxxxxxx> CC: Pengutronix Kernel Team <kernel@xxxxxxxxxxxxxx> CC: Fabio Estevam <festevam@xxxxxxxxx> CC: Huacai Chen <chenhuacai@xxxxxxxxxx> CC: WANG Xuerui <kernel@xxxxxxxxxx> CC: devicetree@xxxxxxxxxxxxxxx CC: linux-kernel@xxxxxxxxxxxxxxx CC: linux-arm-kernel@xxxxxxxxxxxxxxxxxxx CC: linux-rockchip@xxxxxxxxxxxxxxxxxxx CC: imx@xxxxxxxxxxxxxxx CC: loongarch@xxxxxxxxxxxxxxx Conor Dooley (4): arm64: dts: imx8: remove non-existent DACs ARM: dts: rockchip: remove unlikly-to-exist DAC from elgin-r1 loongarch: dts: remove non-existent DAC from 2k1000-ref ARM: dts: socfpga: remove non-existent DAC from CycloneV devkit .../arm/boot/dts/intel/socfpga/socfpga_cyclone5_socdk.dts | 6 ------ arch/arm/boot/dts/rockchip/rv1108-elgin-r1.dts | 8 -------- arch/arm64/boot/dts/freescale/imx8dxl-evk.dts | 6 ------ arch/arm64/boot/dts/freescale/imx8qm-mek.dts | 6 ------ arch/loongarch/boot/dts/loongson-2k1000-ref.dts | 5 ----- 5 files changed, 31 deletions(-) -- 2.43.0