[PATCH 5/6] ARM: dts: imx28-tx28: Fix display duplicate name warning

Fabio Estevam festevam at gmail.com
Thu Sep 4 18:26:08 PDT 2014


On Thu, Sep 4, 2014 at 9:57 PM, Shawn Guo <shawn.guo at freescale.com> wrote:

>   DTC     arch/arm/boot/dts/imx28-tx28.dtb
> ERROR (path_references): Reference to non-existent node or label "display"

Ops, I missed this hunk in the aliases section:

--- a/arch/arm/boot/dts/imx28-tx28.dts
+++ b/arch/arm/boot/dts/imx28-tx28.dts
@@ -21,7 +21,7 @@
        aliases {
                can0 = &can0;
                can1 = &can1;
-               display = &display;
+               display = &display0;

Will send a v2.



More information about the linux-arm-kernel mailing list