Message ID | 012f01cfd702$7ed15c30$7c741490$@samsung.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Hi Chanho, On Tue, Sep 23, 2014 at 1:16 PM, Chanho Park <chanho61.park@samsung.com> wrote: > Hi, > >> -----Original Message----- >> From: linux-arm-kernel [mailto:linux-arm-kernel- >> bounces@lists.infradead.org] On Behalf Of Abhilash Kesavan >> Sent: Monday, September 22, 2014 1:47 PM >> To: linux-samsung-soc@vger.kernel.org; linux-arm- >> kernel@lists.infradead.org; devicetree@vger.kernel.org; >> catalin.marinas@arm.com >> Cc: naveenkrishna.ch@gmail.com; kesavan.abhilash@gmail.com; >> tomasz.figa@gmail.com >> Subject: [PATCH v5 8/8] arm64: dts: add <dt-bindings/> symlink >> >> From: Pankaj Dubey <pankaj.dubey@samsung.com> >> >> Add symlink to include/dt-bindings from arch/arm64/boot/dts/include/ to >> match the ones in ARM architectures so that preprocessed device >> tree files can include various useful constant definitions. >> >> See commit c58299aa8754 ("kbuild: create an "include chroot" for DT >> bindings") >> merged in v3.10-rc1 for details. >> >> CC: Catalin Marinas <catalin.marinas@arm.com> >> Signed-off-by: Pankaj Dubey <pankaj.dubey@samsung.com> >> Signed-off-by: Abhilash Kesavan <a.kesavan@samsung.com> >> Reviewed-by: Thomas Abraham <thomas.ab@samsung.com> >> Tested-by: Thomas Abraham <thomas.ab@samsung.com> >> --- >> arch/arm64/boot/dts/include/dt-bindings | 1 + >> 1 file changed, 1 insertion(+) >> create mode 120000 arch/arm64/boot/dts/include/dt-bindings >> >> diff --git a/arch/arm64/boot/dts/include/dt-bindings >> b/arch/arm64/boot/dts/include/dt-bindings >> new file mode 120000 >> index 0000000..1e89bce >> --- /dev/null >> +++ b/arch/arm64/boot/dts/include/dt-bindings >> @@ -0,0 +1 @@ >> +../../../../../include/dt-bindings/ >> \ No newline at end of file > ^ > It generates incorrect symlink. Please remove last line like below: > > diff --git a/arch/arm64/boot/dts/include/dt-bindings > b/arch/arm64/boot/dts/include/dt-bindings > new file mode 120000 > index 0000000..499472b > --- /dev/null > +++ b/arch/arm64/boot/dts/include/dt-bindings > @@ -0,0 +1 @@ > +../../../../../include/dt-bindings/ I just re-checked this patch and it seems to be working fine. I did find a thread where patchwork appeared to be changing the patch causing issues [1]. Are you downloading this via patchwork ? [1] http://www.spinics.net/lists/linux-kbuild/msg08656.html Regards, Abhilash > -- > > Best Regards, > Chanho Park > -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/arch/arm64/boot/dts/include/dt-bindings b/arch/arm64/boot/dts/include/dt-bindings new file mode 120000 index 0000000..499472b --- /dev/null +++ b/arch/arm64/boot/dts/include/dt-bindings @@ -0,0 +1 @@ +../../../../../include/dt-bindings/