Skip to content

Commit 8be3e47

Browse files
Fabio EstevamShawn Guo
authored andcommitted
ARM: dts: imx6qdl-apalis: Change to "adi,force-bt656-4"
According to adv7180.yaml, the correct property name is "adi,force-bt656-4". Update it accordingly to fix several dt-schema warnings: adv7280@21: 'adv,force-bt656-4' does not match any of the regexes: ... imx6qdl-apalis.dtsi is the only in-tree kernel user of this property. BSD does have a adv7180 driver, so should not be impacted. Signed-off-by: Fabio Estevam <festevam@denx.de> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
1 parent e05956d commit 8be3e47

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm/boot/dts/nxp/imx/imx6qdl-apalis.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -691,7 +691,7 @@
691691

692692
adv_7280: adv7280@21 {
693693
compatible = "adi,adv7280";
694-
adv,force-bt656-4;
694+
adi,force-bt656-4;
695695
pinctrl-names = "default";
696696
pinctrl-0 = <&pinctrl_ipu1_csi0>;
697697
reg = <0x21>;

0 commit comments

Comments
 (0)