ARM: dts: meson: adjust whitespace around '='
Fix whitespace coding style: use single space instead of tabs or multiple spaces around '=' sign in property assignment. No functional changes (same DTB). Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Reviewed-by: Neil Armstrong <narmstrong@baylibre.com> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com> Link: https://lore.kernel.org/r/20220526204552.832961-2-krzysztof.kozlowski@linaro.org
This commit is contained in:
parent
f2906aa863
commit
c110f7a940
3 changed files with 4 additions and 4 deletions
|
@ -214,14 +214,14 @@
|
||||||
ranges = <0x0 0xc8100000 0x100000>;
|
ranges = <0x0 0xc8100000 0x100000>;
|
||||||
|
|
||||||
ao_arc_rproc: remoteproc@1c {
|
ao_arc_rproc: remoteproc@1c {
|
||||||
compatible= "amlogic,meson-mx-ao-arc";
|
compatible = "amlogic,meson-mx-ao-arc";
|
||||||
reg = <0x1c 0x8>, <0x38 0x8>;
|
reg = <0x1c 0x8>, <0x38 0x8>;
|
||||||
reg-names = "remap", "cpu";
|
reg-names = "remap", "cpu";
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
ir_receiver: ir-receiver@480 {
|
ir_receiver: ir-receiver@480 {
|
||||||
compatible= "amlogic,meson6-ir";
|
compatible = "amlogic,meson6-ir";
|
||||||
reg = <0x480 0x20>;
|
reg = <0x480 0x20>;
|
||||||
interrupts = <GIC_SPI 15 IRQ_TYPE_EDGE_RISING>;
|
interrupts = <GIC_SPI 15 IRQ_TYPE_EDGE_RISING>;
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
|
|
|
@ -430,7 +430,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
&ao_arc_rproc {
|
&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>;
|
amlogic,secbus2 = <&secbus2>;
|
||||||
sram = <&ao_arc_sram>;
|
sram = <&ao_arc_sram>;
|
||||||
resets = <&reset RESET_MEDIA_CPU>;
|
resets = <&reset RESET_MEDIA_CPU>;
|
||||||
|
|
|
@ -384,7 +384,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
&ao_arc_rproc {
|
&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>;
|
amlogic,secbus2 = <&secbus2>;
|
||||||
sram = <&ao_arc_sram>;
|
sram = <&ao_arc_sram>;
|
||||||
resets = <&reset RESET_MEDIA_CPU>;
|
resets = <&reset RESET_MEDIA_CPU>;
|
||||||
|
|
Loading…
Add table
Reference in a new issue