]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: dts: at91: at91sam9g25ek: fix isi endpoint node
authorAlexandre Belloni <alexandre.belloni@free-electrons.com>
Thu, 14 Jul 2016 15:04:50 +0000 (17:04 +0200)
committerAlexandre Belloni <alexandre.belloni@free-electrons.com>
Fri, 15 Jul 2016 09:23:45 +0000 (11:23 +0200)
Add a reg property in the endpoint node as documented in
Documentation/devicetree/bindings/media/video-interfaces.txt

Solves:
Warning (unit_address_vs_reg): Node /ahb/apb/isi@f8048000/port/endpoint@0 has a unit name, but no reg property

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
arch/arm/boot/dts/at91sam9g25ek.dts

index 30bfd2e12caef2f01d88953ea73330ce206d26e5..91a71774472eca02976018c63ebccc4ab2372709 100644 (file)
@@ -56,6 +56,7 @@
                                status = "okay";
                                port {
                                        isi_0: endpoint@0 {
+                                               reg = <0>;
                                                remote-endpoint = <&ov2640_0>;
                                                bus-width = <8>;
                                                vsync-active = <1>;