]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ENGR00333251 dts: imx6dl: epdc: fix dtb build error
authorRobby Cai <r63905@freescale.com>
Thu, 25 Sep 2014 12:39:36 +0000 (20:39 +0800)
committerNitin Garg <nitin.garg@freescale.com>
Fri, 16 Jan 2015 03:18:03 +0000 (21:18 -0600)
commitb0cc03e1c9808f67bc3eca398f33d7a93db03097
treec27f1eacd5a7d121e08f9dd847a5aa0b5fe1e2c9
parent5f182cdee342adc55b7e15add6d1fd77c0245d8d
ENGR00333251 dts: imx6dl: epdc: fix dtb build error

ERROR (phandle_references): Reference to non-existent node or label "reg_sensor"

ERROR: Input tree has errors, aborting (use -f to force output)
make[1]: *** [arch/arm/boot/dts/imx6dl-cubox-i.dtb] Error 2
make[1]: *** Waiting for unfinished jobs....
  DTC     arch/arm/boot/dts/imx6dl-sabresd-enetirq.dtb
...

The label "reg_sensor" is defined in imx6qdl-sabresd.dts, not in
imx6dl.dtsi. The patch moves the epdc parts to imx6dl-sabresd.dts,
which also sounds better since EPDC module is available not on i.mx6q
but i.mx6dl.

Signed-off-by: Robby Cai <r63905@freescale.com>
arch/arm/boot/dts/imx6dl-sabresd.dts
arch/arm/boot/dts/imx6dl.dtsi