Re: [PATCH v3] arm64: dts: rockchip: add PCIe3 support on rk3588-jaguar

From: Dragan Simic
Date: Wed Apr 24 2024 - 12:55:35 EST


Hello Quentin,

On 2024-04-23 11:10, Quentin Schulz wrote:
Wondering if we couldn't have some kind of constant to make it more
readable in DTSes? E.g.

#define 1K 1000
#define 1Ki 1024
#define 1M 1000000
#define 1Mi 1048576

And in the DT we could simply have <(100 * 1M)> wherever appropriate?

Hmm... Perhaps "<(100M)>" would be even better? It would require
more thorough changes, though.