Commit 6f95c8cd authored by Jerome Brunet's avatar Jerome Brunet Committed by Kevin Hilman

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: default avatarJerome Brunet <jbrunet@baylibre.com>
Signed-off-by: default avatarKevin Hilman <khilman@baylibre.com>
parent d4740560
...@@ -307,11 +307,10 @@ &hdmi_tx { ...@@ -307,11 +307,10 @@ &hdmi_tx {
clock-names = "isfr", "iahb", "venci"; clock-names = "isfr", "iahb", "venci";
}; };
&hiubus { &sysctrl {
clkc: clock-controller@0 { clkc: clock-controller {
compatible = "amlogic,gxbb-clkc"; compatible = "amlogic,gxbb-clkc";
#clock-cells = <1>; #clock-cells = <1>;
reg = <0x0 0x0 0x0 0x3db>;
}; };
}; };
......
...@@ -267,11 +267,10 @@ &hdmi_tx { ...@@ -267,11 +267,10 @@ &hdmi_tx {
clock-names = "isfr", "iahb", "venci"; clock-names = "isfr", "iahb", "venci";
}; };
&hiubus { &sysctrl {
clkc: clock-controller@0 { clkc: clock-controller {
compatible = "amlogic,gxl-clkc", "amlogic,gxbb-clkc"; compatible = "amlogic,gxl-clkc", "amlogic,gxbb-clkc";
#clock-cells = <1>; #clock-cells = <1>;
reg = <0x0 0x0 0x0 0x3db>;
}; };
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment