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:
parent
e7f127b213
commit
8ede5890fa
@ -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>;
|
||||
|
@ -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>;
|
||||
|
Loading…
x
Reference in New Issue
Block a user