Skip to content

Commit cf57ec7

Browse files
Julien MassotAngeloGioacchino Del Regno
authored andcommitted
arm64: dts: mediatek: mt8188: Add missing #reset-cells property
The binding now require the '#reset-cells' property but the devicetree has not been updated which trigger dtb-check errors. Reviewed-by: AngeloGioacchino Del Regno <[email protected]> Signed-off-by: Julien Massot <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: AngeloGioacchino Del Regno <[email protected]>
1 parent 781cffe commit cf57ec7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

arch/arm64/boot/dts/mediatek/mt8188.dtsi

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2647,36 +2647,42 @@
26472647
compatible = "mediatek,mt8188-imgsys1-dip-top";
26482648
reg = <0 0x15110000 0 0x1000>;
26492649
#clock-cells = <1>;
2650+
#reset-cells = <1>;
26502651
};
26512652

26522653
imgsys1_dip_nr: clock-controller@15130000 {
26532654
compatible = "mediatek,mt8188-imgsys1-dip-nr";
26542655
reg = <0 0x15130000 0 0x1000>;
26552656
#clock-cells = <1>;
2657+
#reset-cells = <1>;
26562658
};
26572659

26582660
imgsys_wpe1: clock-controller@15220000 {
26592661
compatible = "mediatek,mt8188-imgsys-wpe1";
26602662
reg = <0 0x15220000 0 0x1000>;
26612663
#clock-cells = <1>;
2664+
#reset-cells = <1>;
26622665
};
26632666

26642667
ipesys: clock-controller@15330000 {
26652668
compatible = "mediatek,mt8188-ipesys";
26662669
reg = <0 0x15330000 0 0x1000>;
26672670
#clock-cells = <1>;
2671+
#reset-cells = <1>;
26682672
};
26692673

26702674
imgsys_wpe2: clock-controller@15520000 {
26712675
compatible = "mediatek,mt8188-imgsys-wpe2";
26722676
reg = <0 0x15520000 0 0x1000>;
26732677
#clock-cells = <1>;
2678+
#reset-cells = <1>;
26742679
};
26752680

26762681
imgsys_wpe3: clock-controller@15620000 {
26772682
compatible = "mediatek,mt8188-imgsys-wpe3";
26782683
reg = <0 0x15620000 0 0x1000>;
26792684
#clock-cells = <1>;
2685+
#reset-cells = <1>;
26802686
};
26812687

26822688
camsys: clock-controller@16000000 {
@@ -2689,24 +2695,28 @@
26892695
compatible = "mediatek,mt8188-camsys-rawa";
26902696
reg = <0 0x1604f000 0 0x1000>;
26912697
#clock-cells = <1>;
2698+
#reset-cells = <1>;
26922699
};
26932700

26942701
camsys_yuva: clock-controller@1606f000 {
26952702
compatible = "mediatek,mt8188-camsys-yuva";
26962703
reg = <0 0x1606f000 0 0x1000>;
26972704
#clock-cells = <1>;
2705+
#reset-cells = <1>;
26982706
};
26992707

27002708
camsys_rawb: clock-controller@1608f000 {
27012709
compatible = "mediatek,mt8188-camsys-rawb";
27022710
reg = <0 0x1608f000 0 0x1000>;
27032711
#clock-cells = <1>;
2712+
#reset-cells = <1>;
27042713
};
27052714

27062715
camsys_yuvb: clock-controller@160af000 {
27072716
compatible = "mediatek,mt8188-camsys-yuvb";
27082717
reg = <0 0x160af000 0 0x1000>;
27092718
#clock-cells = <1>;
2719+
#reset-cells = <1>;
27102720
};
27112721

27122722
ccusys: clock-controller@17200000 {

0 commit comments

Comments
 (0)