On 22/06/2022 13:37, Mikko Perttunen wrote:
From: Mikko Perttunen mperttunen@nvidia.com
Add clock, memory controller, powergate and reset dt-binding headers for Host1x and VIC on Tegra234.
Signed-off-by: Mikko Perttunen mperttunen@nvidia.com
include/dt-bindings/clock/tegra234-clock.h | 4 ++++ include/dt-bindings/memory/tegra234-mc.h | 5 +++++ include/dt-bindings/power/tegra234-powergate.h | 1 + include/dt-bindings/reset/tegra234-reset.h | 1 + 4 files changed, 11 insertions(+)
It's not the fault of this patch but in the past you started encoding some register offsets or values in the bindings. That's not what bindings headers are for. Store here hardware-independent IDs or nothing. For new Tegra SoCs I might start pushing this back...
Anyway, it's not this patch which introduced it, so: Acked-by: Krzysztof Kozlowski krzysztof.kozlowski@linaro.org
Best regards, Krzysztof