Skip to content

Commit

Permalink
ARM64: dts: meson-gx: sysctrl is the parent of the clock controller
Browse files Browse the repository at this point in the history
The parent of the meson-gx clock controller should be the hhi system
controller, not the HIU bus. This way, the HHI register region can be
used safely by multiple drivers

Signed-off-by: Jerome Brunet <[email protected]>
Signed-off-by: Kevin Hilman <[email protected]>
  • Loading branch information
jbrun3t authored and khilman committed Apr 19, 2018
1 parent d474056 commit 6f95c8c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -307,11 +307,10 @@
clock-names = "isfr", "iahb", "venci";
};

&hiubus {
clkc: clock-controller@0 {
&sysctrl {
clkc: clock-controller {
compatible = "amlogic,gxbb-clkc";
#clock-cells = <1>;
reg = <0x0 0x0 0x0 0x3db>;
};
};

Expand Down
5 changes: 2 additions & 3 deletions arch/arm64/boot/dts/amlogic/meson-gxl.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -267,11 +267,10 @@
clock-names = "isfr", "iahb", "venci";
};

&hiubus {
clkc: clock-controller@0 {
&sysctrl {
clkc: clock-controller {
compatible = "amlogic,gxl-clkc", "amlogic,gxbb-clkc";
#clock-cells = <1>;
reg = <0x0 0x0 0x0 0x3db>;
};
};

Expand Down

0 comments on commit 6f95c8c

Please sign in to comment.