Skip to content

Commit

Permalink
ARM: dts: sunxi: Remove redundant assigned-clocks
Browse files Browse the repository at this point in the history
The display DRC nodes have an assigned clocks property, while the driver
also enforces it.

Since assigned-clocks is pretty fragile anyway, let's just remove it.

Signed-off-by: Maxime Ripard <maxime@cerno.tech>
  • Loading branch information
Maxime Ripard committed Feb 20, 2020
1 parent 06f177c commit 692b436
Showing 2 changed files with 0 additions and 9 deletions.
6 changes: 0 additions & 6 deletions arch/arm/boot/dts/sun6i-a31.dtsi
Original file line number Diff line number Diff line change
@@ -1182,9 +1182,6 @@
"ram";
resets = <&ccu RST_AHB1_DRC1>;

assigned-clocks = <&ccu CLK_IEP_DRC1>;
assigned-clock-rates = <300000000>;

ports {
#address-cells = <1>;
#size-cells = <0>;
@@ -1268,9 +1265,6 @@
"ram";
resets = <&ccu RST_AHB1_DRC0>;

assigned-clocks = <&ccu CLK_IEP_DRC0>;
assigned-clock-rates = <300000000>;

ports {
#address-cells = <1>;
#size-cells = <0>;
3 changes: 0 additions & 3 deletions arch/arm/boot/dts/sun8i-a23-a33.dtsi
Original file line number Diff line number Diff line change
@@ -684,9 +684,6 @@
clock-names = "ahb", "mod", "ram";
resets = <&ccu RST_BUS_DRC>;

assigned-clocks = <&ccu CLK_DRC>;
assigned-clock-rates = <300000000>;

ports {
#address-cells = <1>;
#size-cells = <0>;

0 comments on commit 692b436

Please sign in to comment.