Revision ea34d5aaf9ff20566d8b13e3c63a4b1d0a86a147 authored by Phil Elwell on 30 May 2024, 14:59:52 UTC, committed by Dom Cobley on 03 June 2024, 17:49:20 UTC
The rpi-otp driver uses a virtualised, OTP-relative addressing scheme.
However, when instance nodes are children of "/soc" they appear to be
addressable directly by the host, which is wrong (but not in a way which
causes an error unless one goes looking for one).

Add a wrapper (bus) node without a "ranges" property to make the
separation clear.

See: https://github.com/raspberrypi/linux/issues/6196

Signed-off-by: Phil Elwell <phil@raspberrypi.com>
1 parent e82ad4a
History
File Mode Size
Kconfig -rw-r--r-- 3.3 KB
Makefile -rw-r--r-- 1002 bytes
rk3288_hdmi_analog.c -rw-r--r-- 6.4 KB
rk3399_gru_sound.c -rw-r--r-- 15.8 KB
rockchip_i2s.c -rw-r--r-- 20.5 KB
rockchip_i2s.h -rw-r--r-- 8.1 KB
rockchip_i2s_tdm.c -rw-r--r-- 35.9 KB
rockchip_i2s_tdm.h -rw-r--r-- 13.8 KB
rockchip_max98090.c -rw-r--r-- 11.8 KB
rockchip_pdm.c -rw-r--r-- 15.7 KB
rockchip_pdm.h -rw-r--r-- 2.6 KB
rockchip_rt5645.c -rw-r--r-- 6.0 KB
rockchip_spdif.c -rw-r--r-- 9.3 KB
rockchip_spdif.h -rw-r--r-- 1.7 KB

back to top