dts/amlogic: mesonglx.dtsi, mesongxm.dtsi add missing reset-cells property

This commit is contained in:
Ray
2019-02-20 09:05:52 +01:00
committed by Dongjin Kim
parent 1a5ab5b288
commit 2e2adc8bb5
2 changed files with 2 additions and 0 deletions

View File

@@ -539,6 +539,7 @@
clkc: clock-controller@0 {
compatible = "amlogic,gxl-clkc";
#clock-cells = <1>;
#reset-cells = <1>;
reg = <0x0 0x0 0x0 0x3db>;
};
};

View File

@@ -659,6 +659,7 @@
clkc: clock-controller@0 {
compatible = "amlogic,gxl-clkc";
#clock-cells = <1>;
#reset-cells = <1>;
reg = <0x0 0x0 0x0 0x3db>;
};
};