On 19/04/2022 10:30, Bryan O'Donoghue wrote: > On 19/04/2022 08:33, Krzysztof Kozlowski wrote: >> tx/rx. Please rebase on recent linux-next and run `make dtbs_check` and >> fix all the errors. > > I did do that, it didn't throw up any errors. > > Must have done it wrong > > Thanks for the review There are many, many issues: arch/arm64/boot/dts/qcom/apq8039-t2.dtb: cpu@100: compatible: ['arm,cortex-a53', 'arm,armv8'] is too long arch/arm64/boot/dts/qcom/apq8039-t2.dtb: idle-states: 'spc' does not match any of the regexes: '^(cpu|cluster)-', 'pinctrl-[0-9]+' arch/arm64/boot/dts/qcom/apq8039-t2.dtb: gpu-opp-table: $nodename:0: 'gpu-opp-table' does not match '^opp-table(-[a-z0-9]+)?$' arch/arm64/boot/dts/qcom/apq8039-t2.dtb: thermal-zones: 'venus_camera-thermal' does not match any of the regexes: '^[a-zA-Z][a-zA-Z0-9\\-]{1,12}-thermal$', 'pinctrl-[0-9]+' arch/arm64/boot/dts/qcom/apq8039-t2.dtb: soc: hwlock: {'compatible': ['qcom,tcsr-mutex'], 'syscon': [[53, 0, 4096]], '#hwlock-cells': [[1]], 'phandle': [[48]]} should not be valid under {'type': 'object'} arch/arm64/boot/dts/qcom/apq8039-t2.dtb: soc: codec: {'compatible': ['qcom,msm8916-wcd-digital-codec'], 'reg': [[124895232, 1024]], 'clocks': [[49, 154], [49, 159]], 'clock-names': ['ahbix-clk', 'mclk'], '#sound-dai-cells': [[1]]} should not be valid under {'type': 'object'} arch/arm64/boot/dts/qcom/apq8039-t2.dtb: qfprom_cpr@58000: compatible: ['qcom,qfprom'] is too short arch/arm64/boot/dts/qcom/apq8039-t2.dtb: power-controller@b1b9000: '#power-domain-cells' is a required property arch/arm64/boot/dts/qcom/apq8039-t2.dtb:0:0: /soc/syscon@1937000: failed to match any schema with compatible: ['qcom,tcsr-msm8916', 'syscon'] arch/arm64/boot/dts/qcom/apq8039-t2.dtb: hwlock: 'reg' is a required property arch/arm64/boot/dts/qcom/apq8039-t2.dtb: memory@60000: $nodename:0: 'memory@60000' does not match '^sram(@.*)?' And finally: arch/arm64/boot/dts/qcom/apq8039-t2.dtb: serial@78af000: dma-names:0: 'tx' was expected From schema: /home/krzk/dev/linux/linux/Documentation/devicetree/bindings/serial/qcom,msm-uartdm.yaml arch/arm64/boot/dts/qcom/apq8039-t2.dtb: serial@78af000: dma-names:1: 'rx' was expected From schema: /home/krzk/dev/linux/linux/Documentation/devicetree/bindings/serial/qcom,msm-uartdm.yaml arch/arm64/boot/dts/qcom/apq8039-t2.dtb: spi@78b5000: dma-names:0: 'tx' was expected From schema: /home/krzk/dev/linux/linux/Documentation/devicetree/bindings/spi/qcom,spi-qup.yaml arch/arm64/boot/dts/qcom/apq8039-t2.dtb: spi@78b5000: dma-names:1: 'rx' was expected From schema: /home/krzk/dev/linux/linux/Documentation/devicetree/bindings/spi/qcom,spi-qup.yaml I did not list here all needing fixes. Some might be skipped, but most should be fixed. Best regards, Krzysztof