summaryrefslogtreecommitdiffstats
path: root/arch/arm64/boot/dts/mediatek/mt8167.dtsi
diff options
context:
space:
mode:
authorNĂ­colas F. R. A. Prado <nfraprado@collabora.com>2022-03-01 15:31:47 -0500
committerMatthias Brugger <matthias.bgg@gmail.com>2022-04-04 14:09:36 +0200
commit33c7874b44324fe9657d19ca01ef4ae4403a5a4b (patch)
tree84f47291f9e33f98ef8eba8abe1ae259334fd9d3 /arch/arm64/boot/dts/mediatek/mt8167.dtsi
parent3123109284176b1532874591f7c81f3837bbdc17 (diff)
downloadlinux-33c7874b44324fe9657d19ca01ef4ae4403a5a4b.tar.bz2
arm64: dts: mediatek: Format mediatek,larbs as an array of phandles
Commit 39bd2b6a3783 ("dt-bindings: Improve phandle-array schemas") updated the mediatek,larbs property in the mediatek,iommu.yaml dt-binding to make it clearer that the phandles passed to the property are independent, rather than subsequent arguments to the first phandle. Update the mediatek,larbs property in the arm64 Devicetrees to use the same formatting. This change doesn't impact any behavior: the compiled dtb is exactly the same. It does however fix the warnings generated by dtbs_check. Signed-off-by: NĂ­colas F. R. A. Prado <nfraprado@collabora.com> Link: https://lore.kernel.org/r/20220301203147.1143782-2-nfraprado@collabora.com Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
Diffstat (limited to 'arch/arm64/boot/dts/mediatek/mt8167.dtsi')
-rw-r--r--arch/arm64/boot/dts/mediatek/mt8167.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/mediatek/mt8167.dtsi b/arch/arm64/boot/dts/mediatek/mt8167.dtsi
index 9029051624a6..54655f2feb04 100644
--- a/arch/arm64/boot/dts/mediatek/mt8167.dtsi
+++ b/arch/arm64/boot/dts/mediatek/mt8167.dtsi
@@ -174,7 +174,7 @@
iommu: m4u@10203000 {
compatible = "mediatek,mt8167-m4u";
reg = <0 0x10203000 0 0x1000>;
- mediatek,larbs = <&larb0 &larb1 &larb2>;
+ mediatek,larbs = <&larb0>, <&larb1>, <&larb2>;
interrupts = <GIC_SPI 121 IRQ_TYPE_LEVEL_LOW>;
#iommu-cells = <1>;
};