arm64: dts: lg: add dma-cells to pl330 node

dma-cells property is required for dma-controller.  Fixes dtbs_check
warnings like:

  dma@c1128000: '#dma-cells' is a required property

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Acked-by: Chanho Min <chanho.min@lge.com>
Link: https://lore.kernel.org/r/20220129175514.298942-1-krzysztof.kozlowski@canonical.com
This commit is contained in:
Krzysztof Kozlowski 2022-01-29 18:55:13 +01:00
parent e7f127b213
commit 8ede5890fa
2 changed files with 2 additions and 0 deletions

View File

@ -188,6 +188,7 @@
interrupts = <GIC_SPI 29 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&clk_bus>;
clock-names = "apb_pclk";
#dma-cells = <1>;
};
gpio0: gpio@fd400000 {
#gpio-cells = <2>;

View File

@ -188,6 +188,7 @@
interrupts = <GIC_SPI 29 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&clk_bus>;
clock-names = "apb_pclk";
#dma-cells = <1>;
};
gpio0: gpio@fd400000 {
#gpio-cells = <2>;