diff options
author | Jerome Brunet <jbrunet@baylibre.com> | 2018-03-15 14:55:43 +0300 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2018-04-19 20:38:50 +0300 |
commit | 6f95c8cd76c19e1fb9b87e8c176b8df975fb14a4 (patch) | |
tree | a411f51d643fe741dcf8d06fb5c4d2129e6194e8 /arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi | |
parent | d4740560bc0318ae8fcbfb752ee9e3aefca7dc3f (diff) | |
download | linux-6f95c8cd76c19e1fb9b87e8c176b8df975fb14a4.tar.xz |
ARM64: dts: meson-gx: sysctrl is the parent of the clock controller
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 <jbrunet@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Diffstat (limited to 'arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi')
-rw-r--r-- | arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi b/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi index 562c26a0ba33..c3b8e0d3fbc9 100644 --- a/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi +++ b/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi @@ -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>; }; }; |