mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 10:58:48 +09:00
Merge tag 'amlogic-arm-dt-for-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/amlogic/linux into arm/dt
Amlogic ARM DT changes for v5.20: - adjust whitespace around '=' in ARM meson DT * tag 'amlogic-arm-dt-for-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/amlogic/linux: ARM: dts: meson: adjust whitespace around '=' Link: https://lore.kernel.org/r/51034acd-13db-5c25-7b9f-ff87537406bd@baylibre.com Signed-off-by: Arnd Bergmann <arnd@arndb.de>
This commit is contained in:
@@ -214,14 +214,14 @@
|
||||
ranges = <0x0 0xc8100000 0x100000>;
|
||||
|
||||
ao_arc_rproc: remoteproc@1c {
|
||||
compatible= "amlogic,meson-mx-ao-arc";
|
||||
compatible = "amlogic,meson-mx-ao-arc";
|
||||
reg = <0x1c 0x8>, <0x38 0x8>;
|
||||
reg-names = "remap", "cpu";
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
ir_receiver: ir-receiver@480 {
|
||||
compatible= "amlogic,meson6-ir";
|
||||
compatible = "amlogic,meson6-ir";
|
||||
reg = <0x480 0x20>;
|
||||
interrupts = <GIC_SPI 15 IRQ_TYPE_EDGE_RISING>;
|
||||
status = "disabled";
|
||||
|
||||
@@ -430,7 +430,7 @@
|
||||
};
|
||||
|
||||
&ao_arc_rproc {
|
||||
compatible= "amlogic,meson8-ao-arc", "amlogic,meson-mx-ao-arc";
|
||||
compatible = "amlogic,meson8-ao-arc", "amlogic,meson-mx-ao-arc";
|
||||
amlogic,secbus2 = <&secbus2>;
|
||||
sram = <&ao_arc_sram>;
|
||||
resets = <&reset RESET_MEDIA_CPU>;
|
||||
|
||||
@@ -384,7 +384,7 @@
|
||||
};
|
||||
|
||||
&ao_arc_rproc {
|
||||
compatible= "amlogic,meson8b-ao-arc", "amlogic,meson-mx-ao-arc";
|
||||
compatible = "amlogic,meson8b-ao-arc", "amlogic,meson-mx-ao-arc";
|
||||
amlogic,secbus2 = <&secbus2>;
|
||||
sram = <&ao_arc_sram>;
|
||||
resets = <&reset RESET_MEDIA_CPU>;
|
||||
|
||||
Reference in New Issue
Block a user