diff options
| author | Michal Simek <[email protected]> | 2025-09-02 10:53:25 +0200 |
|---|---|---|
| committer | Michal Simek <[email protected]> | 2025-10-09 09:07:04 +0200 |
| commit | e2aaac3f6b43260ecc23cf5227a4a6398faf8d4d (patch) | |
| tree | adb157443272077a5a9f44d2ba544a9dfc2bf9ba | |
| parent | 09c862aca4d3b05d020ec7ab1e2f7b3d9d2db294 (diff) | |
arm64: zynqmp: Remove RTC calibration from sm-k26
Default calibration is already in zynqmp.dtsi that's why make no sense to
describe it again.
Signed-off-by: Michal Simek <[email protected]>
Link: https://lore.kernel.org/r/6331bf84d7afaf8031d9cbb64354fcd8ca343d45.1756803198.git.michal.simek@amd.com
| -rw-r--r-- | arch/arm/dts/zynqmp-sm-k26-revA.dts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/dts/zynqmp-sm-k26-revA.dts b/arch/arm/dts/zynqmp-sm-k26-revA.dts index 70acd3eb88b..a614d835b51 100644 --- a/arch/arm/dts/zynqmp-sm-k26-revA.dts +++ b/arch/arm/dts/zynqmp-sm-k26-revA.dts @@ -373,7 +373,6 @@ &rtc { status = "okay"; - calibration = <0x7fff>; }; &lpd_dma_chan1 { |
