git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2768a76
)
arm64: zynqmp: Remove snps,enable_guctl1_ipd_quirk property
author
Michal Simek
<michal.simek@amd.com>
Mon, 26 Feb 2024 15:54:13 +0000
(16:54 +0100)
committer
Michal Simek
<michal.simek@amd.com>
Fri, 1 Mar 2024 07:32:51 +0000
(08:32 +0100)
Remove undocumented DT property. Suggested solution was to apply quirk
via glue logic driver that's why make no sense to have it listed in DT.
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Michal Simek <michal.simek@amd.com>
Link:
https://lore.kernel.org/r/2067eefbad161dee64b1dc7d97c498f09a8307a2.1708962844.git.michal.simek@amd.com
arch/arm/dts/zynqmp.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/dts/zynqmp.dtsi
b/arch/arm/dts/zynqmp.dtsi
index
b50b83b
..
daae23c
100644
(file)
--- a/
arch/arm/dts/zynqmp.dtsi
+++ b/
arch/arm/dts/zynqmp.dtsi
@@
-1008,7
+1008,6
@@
/* iommus = <&smmu 0x860>; */
snps,quirk-frame-length-adjustment = <0x20>;
clock-names = "ref";
- snps,enable_guctl1_ipd_quirk;
snps,resume-hs-terminations;
/* dma-coherent; */
};
@@
-1040,7
+1039,6
@@
/* iommus = <&smmu 0x861>; */
snps,quirk-frame-length-adjustment = <0x20>;
clock-names = "ref";
- snps,enable_guctl1_ipd_quirk;
snps,resume-hs-terminations;
/* dma-coherent; */
};