arm64: dts: meson: g12: factor the power domain.
The power domain declared in the g12a and g12b dtsi are the same. Move the declaration of these power domains in the g12 common dtsi. Signed-off-by: Jerome Brunet <jbrunet@baylibre.com> Signed-off-by: Kevin Hilman <khilman@baylibre.com>
This commit is contained in:
parent
9ed437d69b
commit
2871626ba6
@ -5,3 +5,16 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "meson-g12-common.dtsi"
|
#include "meson-g12-common.dtsi"
|
||||||
|
#include <dt-bindings/power/meson-g12a-power.h>
|
||||||
|
|
||||||
|
ðmac {
|
||||||
|
power-domains = <&pwrc PWRC_G12A_ETH_ID>;
|
||||||
|
};
|
||||||
|
|
||||||
|
&vpu {
|
||||||
|
power-domains = <&pwrc PWRC_G12A_VPU_ID>;
|
||||||
|
};
|
||||||
|
|
||||||
|
&sd_emmc_a {
|
||||||
|
amlogic,dram-access-quirk;
|
||||||
|
};
|
||||||
|
@ -4,7 +4,6 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "meson-g12.dtsi"
|
#include "meson-g12.dtsi"
|
||||||
#include <dt-bindings/power/meson-g12a-power.h>
|
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
compatible = "amlogic,g12a";
|
compatible = "amlogic,g12a";
|
||||||
@ -110,15 +109,3 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
ðmac {
|
|
||||||
power-domains = <&pwrc PWRC_G12A_ETH_ID>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&vpu {
|
|
||||||
power-domains = <&pwrc PWRC_G12A_VPU_ID>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&sd_emmc_a {
|
|
||||||
amlogic,dram-access-quirk;
|
|
||||||
};
|
|
||||||
|
@ -5,7 +5,6 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "meson-g12.dtsi"
|
#include "meson-g12.dtsi"
|
||||||
#include <dt-bindings/power/meson-g12a-power.h>
|
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
compatible = "amlogic,g12b";
|
compatible = "amlogic,g12b";
|
||||||
@ -102,14 +101,3 @@
|
|||||||
compatible = "amlogic,g12b-clkc";
|
compatible = "amlogic,g12b-clkc";
|
||||||
};
|
};
|
||||||
|
|
||||||
ðmac {
|
|
||||||
power-domains = <&pwrc PWRC_G12A_ETH_ID>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&vpu {
|
|
||||||
power-domains = <&pwrc PWRC_G12A_VPU_ID>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&sd_emmc_a {
|
|
||||||
amlogic,dram-access-quirk;
|
|
||||||
};
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user