Message ID | 20190701091258.3870-1-narmstrong@baylibre.com (mailing list archive) |
---|---|
Headers | show |
Series | arm64: g12a: add support for DVFS | expand |
Hi Neil, On Mon, Jul 1, 2019 at 11:13 AM Neil Armstrong <narmstrong@baylibre.com> wrote: > > To simplify the representation of differences betweem the G12A and G12B > SoCs, move the common nodes into a meson-g12-common.dtsi file and > express the CPU nodes and differences in meson-g12a.dtsi and meson-g12b.dtsi. > > This separation will help for DVFS and future Amlogic SM1 Family support. > > The sd_emmc_a quirk is added in the g12a/g12b since since it's already > known the sd_emmc_a controller is fixed in the next SM1 SoC family. too bad they named the upcoming SoC family SM1 does it make sense to name this file "meson-g12a-g12b-sm1-common.dtsi" instead? do you know whether there will be a successor to G12B and what it's code-name will be? Martin
On 03/07/2019 01:54, Martin Blumenstingl wrote: > Hi Neil, > > On Mon, Jul 1, 2019 at 11:13 AM Neil Armstrong <narmstrong@baylibre.com> wrote: >> >> To simplify the representation of differences betweem the G12A and G12B >> SoCs, move the common nodes into a meson-g12-common.dtsi file and >> express the CPU nodes and differences in meson-g12a.dtsi and meson-g12b.dtsi. >> >> This separation will help for DVFS and future Amlogic SM1 Family support. >> >> The sd_emmc_a quirk is added in the g12a/g12b since since it's already >> known the sd_emmc_a controller is fixed in the next SM1 SoC family. > too bad they named the upcoming SoC family SM1 Yeah weird naming, but seems SM1 is the new "AI" oriented SoC family > > does it make sense to name this file "meson-g12a-g12b-sm1-common.dtsi" instead? > do you know whether there will be a successor to G12B and what it's > code-name will be? meson-g12a-g12b-sm1-common seems a bit long to me... We don't have naming of the future SoCs, since SM1 is only available on prototypes yet. Neil > > > Martin >
On Wed 03 Jul 2019 at 13:51, Neil Armstrong <narmstrong@baylibre.com> wrote: > On 03/07/2019 01:54, Martin Blumenstingl wrote: >> Hi Neil, >> [...] >> does it make sense to name this file "meson-g12a-g12b-sm1-common.dtsi" instead? >> do you know whether there will be a successor to G12B and what it's >> code-name will be? > > meson-g12a-g12b-sm1-common seems a bit long to me... +1 ... and what if the generation after that is compatible as well ? We extend the name again ? Such naming scheme does not scale. meson-g12-common.dtsi looks good to me. IMO, The fact the sm1 dtsi includes the file is enough to understand that sm1 derive from the g12a/b > > We don't have naming of the future SoCs, since SM1 is only available on > prototypes yet. > > Neil > >> >> >> Martin >>