
Hi Neil,
Am 02.09.19 um 14:10 schrieb Neil Armstrong:
On 02/09/2019 14:03, Andreas Färber wrote:
Am 02.09.19 um 12:03 schrieb Neil Armstrong:
On 02/09/2019 04:28, Andreas Färber wrote:
In Linux meson-g12-common.dtsi was introduced as well as new g12b nodes and headers, as dependencies of new meson-g12b-a311d-khadas-vim3.dts.
Can you precise the Linux commit ID you sync'ed from ?
It was yesterday's linux-next.git (via cgit), adding tag next-20190830.
Please don't use linux next, it's not a stable tree, either wait for 5.4-rc1 or use kevin's amlogic-dt64-2.1 tag, since it will be kept in the final merge.
Well, in my view linux-next would contain whatever vX patchset Kevin applied to his tree... let's wait for -rc1 then.
The best would be to sync from the v2 dt64 PR from kevin : https://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-amlogic.git/ta...
Thanks, Neil
Signed-off-by: Andreas Färber afaerber@suse.de
arch/arm/dts/Makefile | 3 +- arch/arm/dts/meson-g12-common.dtsi | 2435 ++++++++++++++++++++ arch/arm/dts/meson-g12b-a311d-khadas-vim3.dts | 15 +
Can you also sync the s922x version ?
Why? No such model is being sold: https://www.khadas.com/vim3
In any case, if you or someone has such a pre-production model you can add it as follow-up. In fact you could even entirely replace this import patch if you so desired, it's intentionally separate.
Didn't want to offend you, don't sync it if you don't want...
It was an honest question. So I take it you have such a prototype?
What I do feel offended about is that my NanoPi K2 patch got ignored and someone else's got merged without crediting or even notifying me. I've become rather hesitant to send U-Boot patches for new boards since, as I don't have much time for it lately and I'd rather spend it productively.
https://patchwork.ozlabs.org/patch/762194/ https://patchwork.ozlabs.org/patch/762483/ https://patchwork.ozlabs.org/patch/934377/ https://gitlab.denx.de/u-boot/u-boot/commit/eee45b4f545902a9089f68331c925898...
arch/arm/dts/meson-g12b-a311d.dtsi | 149 ++ arch/arm/dts/meson-g12b-khadas-vim3.dtsi | 544 +++++ arch/arm/dts/meson-g12b.dtsi | 39 +- include/dt-bindings/clock/g12a-clkc.h | 6 + include/dt-bindings/power/meson-g12a-power.h | 13 + .../reset/amlogic,meson-g12a-audio-reset.h | 38 + 9 files changed, 3238 insertions(+), 4 deletions(-) create mode 100644 arch/arm/dts/meson-g12-common.dtsi create mode 100644 arch/arm/dts/meson-g12b-a311d-khadas-vim3.dts create mode 100644 arch/arm/dts/meson-g12b-a311d.dtsi create mode 100644 arch/arm/dts/meson-g12b-khadas-vim3.dtsi create mode 100644 include/dt-bindings/power/meson-g12a-power.h create mode 100644 include/dt-bindings/reset/amlogic,meson-g12a-audio-reset.h
diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile index aac1b83d49..6de5e4c62a 100644 --- a/arch/arm/dts/Makefile +++ b/arch/arm/dts/Makefile @@ -141,7 +141,8 @@ dtb-$(CONFIG_ARCH_MESON) += \ meson-axg-s400.dtb \ meson-g12a-u200.dtb \ meson-g12a-sei510.dtb \
- meson-g12b-odroid-n2.dtb
- meson-g12b-odroid-n2.dtb \
- meson-g12b-a311d-khadas-vim3.dtb
Same here, can you also build the s922x variant ?
Again, I don't see why, in particular when we don't have a defconfig using it. If you intend to add one, you can still add it later
Since I maintain the whole stuff, it would have saved my time.
Sorry, no time to redo this patch the next ~3 weeks due to travels. It was not scripted.
Thanks for your quick review.
Regards, Andreas