[RESEND PATCH 1/3] ARM64: dts: meson-gx: Finally move common nodes to GX dtsi

2017-03-13 Thread Neil Armstrong
Since we know the GXBB and GXL/GXM share more hardware, we can safely move the remaining peripheral nodes present in the GXBB dtsi to the common GX dtsi. Signed-off-by: Neil Armstrong --- arch/arm64/boot/dts/amlogic/meson-gx.dtsi | 24 arch/arm64/boot/dts/amlogic/meson-gxbb.dt

Re: [PATCH 1/3] ARM64: dts: meson-gx: Finally move common nodes to GX dtsi

2017-03-13 Thread Neil Armstrong
On 03/11/2017 01:23 AM, Kevin Hilman wrote: > Neil Armstrong writes: > >> Signed-off-by: Neil Armstrong > > Could use a bit more changelog here (probably what you have in the cover > letter.) Oops, sent the wrong files... Will resend the patchset with changelog for patches 1 and 3. Neil >

Re: [PATCH 1/3] ARM64: dts: meson-gx: Finally move common nodes to GX dtsi

2017-03-10 Thread Kevin Hilman
Neil Armstrong writes: > Signed-off-by: Neil Armstrong Could use a bit more changelog here (probably what you have in the cover letter.) Otherwise, looks good. Thanks for the cleanup. Kevin > --- > arch/arm64/boot/dts/amlogic/meson-gx.dtsi | 24 > arch/arm64/boot/dts/aml

[PATCH 1/3] ARM64: dts: meson-gx: Finally move common nodes to GX dtsi

2017-03-09 Thread Neil Armstrong
Signed-off-by: Neil Armstrong --- arch/arm64/boot/dts/amlogic/meson-gx.dtsi | 24 arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi | 43 ++--- arch/arm64/boot/dts/amlogic/meson-gxl.dtsi | 8 ++ 3 files changed, 40 insertions(+), 35 deletions(-) diff --