Merge tag 'amlogic-arm-dt-for-v6.3' of https://git.kernel.org/pub/scm/linux/kernel/git/amlogic/linux into arm/dt

Amlogic ARM mach-meson changes for v6.3:
- align OPP table names with DT schema
- meson8/8b: Add more L2 (PL310) cache properties
- align LED node names with dtschema

* tag 'amlogic-arm-dt-for-v6.3' of https://git.kernel.org/pub/scm/linux/kernel/git/amlogic/linux:
  ARM: dts: meson8: align OPP table names with DT schema
  ARM: dts: meson8b: Add more L2 (PL310) cache properties
  ARM: dts: meson8: Add more L2 (PL310) cache properties
  ARM: dts: meson: align LED node names with dtschema

Link: https://lore.kernel.org/r/61700737-c226-1c07-fba7-6dca896fdab4@linaro.org
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
This commit is contained in:
Arnd Bergmann
2023-01-30 23:10:35 +01:00
5 changed files with 11 additions and 5 deletions

View File

@@ -27,7 +27,7 @@ memory {
gpio-leds {
compatible = "gpio-leds";
blue {
led-blue {
label = "x8:blue:power";
gpios = <&gpio_ao GPIO_TEST_N GPIO_ACTIVE_HIGH>;
};

View File

@@ -133,7 +133,7 @@ opp-1992000000 {
};
};
gpu_opp_table: gpu-opp-table {
gpu_opp_table: opp-table-gpu {
compatible = "operating-points-v2";
opp-182142857 {
@@ -651,6 +651,9 @@ &L2 {
arm,filter-ranges = <0x100000 0xc0000000>;
prefetch-data = <1>;
prefetch-instr = <1>;
arm,prefetch-offset = <7>;
arm,double-linefill = <1>;
arm,prefetch-drop = <1>;
arm,shared-override;
};

View File

@@ -73,7 +73,7 @@ gpio-poweroff {
leds {
compatible = "gpio-leds";
power {
led-power {
label = "ec100:red:power";
/*
* Needs to go LOW (together with the poweroff GPIO)

View File

@@ -34,7 +34,7 @@ emmc_pwrseq: emmc-pwrseq {
leds {
compatible = "gpio-leds";
blue {
led-blue {
label = "c1:blue:alive";
gpios = <&gpio_ao GPIOAO_13 GPIO_ACTIVE_LOW>;
linux,default-trigger = "heartbeat";

View File

@@ -125,7 +125,7 @@ opp-1536000000 {
};
};
gpu_opp_table: gpu-opp-table {
gpu_opp_table: opp-table-gpu {
compatible = "operating-points-v2";
opp-255000000 {
@@ -643,6 +643,9 @@ &L2 {
arm,filter-ranges = <0x100000 0xc0000000>;
prefetch-data = <1>;
prefetch-instr = <1>;
arm,prefetch-offset = <7>;
arm,double-linefill = <1>;
arm,prefetch-drop = <1>;
arm,shared-override;
};