aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi
diff options
context:
space:
mode:
authorJerome Brunet <jbrunet@baylibre.com>2018-03-15 12:55:43 +0100
committerKevin Hilman <khilman@baylibre.com>2018-04-19 10:38:50 -0700
commit6f95c8cd76c19e1fb9b87e8c176b8df975fb14a4 (patch)
treea411f51d643fe741dcf8d06fb5c4d2129e6194e8 /arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi
parentdt-bindings: clock: meson: update documentation with hhi syscon (diff)
downloadlinux-dev-6f95c8cd76c19e1fb9b87e8c176b8df975fb14a4.tar.xz
linux-dev-6f95c8cd76c19e1fb9b87e8c176b8df975fb14a4.zip
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.dtsi5
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>;
};
};