Re: [PATCH v4 2/8] arm64: dts: exynos: Add dts files for 64-bit Exynos5433 SoC
From: Arnd Bergmann <arnd@arndb.de>
Date: 2015-02-24 09:49:38
Also in:
linux-arm-kernel, linux-samsung-soc, lkml
From: Arnd Bergmann <arnd@arndb.de>
Date: 2015-02-24 09:49:38
Also in:
linux-arm-kernel, linux-samsung-soc, lkml
On Tuesday 24 February 2015 17:52:01 Chanwoo Choi wrote:
But, I have a question. If we put the aliases into the board dts file instaed of SoC dtsi, each board dts file may use the different alias name about same phandle.
Yes, that is the idea. In particular with the uarts, the intention is that the numbering of the device nodes in /dev is the same that is printed on the board (if any), which may be different from the numbering internal to the SoC. Arnd