Commit 79d38f6b authored by Martin Kepplinger's avatar Martin Kepplinger Committed by Shawn Guo

arm64: dts: imx8mq-librem5: fix mipi_csi description

Properties are not documented so lead to the following error:
'#address-cells', '#size-cells', 'interrupts' do not match any of the regexes: 'pinctrl-[0-9]+'

Fix this by removing unneeded properties.
Signed-off-by: default avatarMartin Kepplinger <martin.kepplinger@puri.sm>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 2d43092e
......@@ -1143,8 +1143,6 @@ &lcdif {
};
&mipi_csi1 {
#address-cells = <1>;
#size-cells = <0>;
status = "okay";
ports {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment