
Am Montag, 6. Februar 2017, 07:35:16 CET schrieb Simon Glass:
On 3 February 2017 at 08:09, Heiko Stuebner heiko@sntech.de wrote:
The rk3188 shares a lot of peripherals with the rk3066 and thus has a common include called rk3xxx.dtsi. Add both this one and the specialized rk3188 on top of it.
Signed-off-by: Heiko Stuebner heiko@sntech.de
arch/arm/dts/rk3188.dtsi | 601 +++++++++++++++++++++++++++++++++++++++++++++++ arch/arm/dts/rk3xxx.dtsi | 417 ++++++++++++++++++++++++++++++++ 2 files changed, 1018 insertions(+) create mode 100644 arch/arm/dts/rk3188.dtsi create mode 100644 arch/arm/dts/rk3xxx.dtsi
Reviewed-by: Simon Glass sjg@chromium.org
Does this mirror the Linux kernel setup?
yep, the split on the file level is the same in kernel. rk3066 and rk3188 share nearly every core component. The only change compared to the kernel are the added u-boot,* properties.
Heiko