Message ID | 20220125135014.3041002-5-alexander.stein@ew.tq-group.com |
---|---|
State | New |
Headers | show |
Series | [1/8] ARM: dts: imx6ul: add missing properties for sram | expand |
diff --git a/arch/arm/boot/dts/imx6ul.dtsi b/arch/arm/boot/dts/imx6ul.dtsi index df8b4ad62418..d6c2b0ad3eac 100644 --- a/arch/arm/boot/dts/imx6ul.dtsi +++ b/arch/arm/boot/dts/imx6ul.dtsi @@ -920,7 +920,7 @@ usdhc2: mmc@2194000 { }; adc1: adc@2198000 { - compatible = "fsl,imx6ul-adc", "fsl,vf610-adc"; + compatible = "fsl,vf610-adc"; reg = <0x02198000 0x4000>; interrupts = <GIC_SPI 100 IRQ_TYPE_LEVEL_HIGH>; clocks = <&clks IMX6UL_CLK_ADC1>;
fsl,imx6ul-adc is not listed in the binding, so remove it. Fixes the dt_binding_check warning: adc@2198000: compatible:0: 'fsl,vf610-adc' was expected adc@2198000: compatible: ['fsl,imx6ul-adc', 'fsl,vf610-adc'] is too long adc@2198000: compatible: Additional items are not allowed ('fsl,vf610-adc' was unexpected) Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com> --- arch/arm/boot/dts/imx6ul.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)