u-boot/drivers/power/domain
Leonard Crestez 6fcb2ee783 imx8: Replace SC_R_LAST with SC_R_NONE in DTB
We are currently using SC_R_LAST as a marker for imx8 power domain tree
nodes without a resource attached. This value is compiled into dtb as
part of the linux build and used by uboot.

The SC_R_LAST constant changes frequently as SCFW resources are added
(by design) and every time we need to update linux and uboot headers
together or boot can fail.

Fix this by replacing SC_R_LAST usage with a new constant SC_R_NONE
defined to be 0xFFF0.

Reviewed-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Leonard Crestez <leonard.crestez@nxp.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
2020-05-10 20:55:20 +02:00
..
bcm6328-power-domain.c dm: core: Create a new header file for 'compat' features 2020-02-05 19:33:46 -07:00
imx8-power-domain-legacy.c imx8: Replace SC_R_LAST with SC_R_NONE in DTB 2020-05-10 20:55:20 +02:00
imx8-power-domain.c dm: core: Create a new header file for 'compat' features 2020-02-05 19:33:46 -07:00
imx8m-power-domain.c dm: core: Create a new header file for 'compat' features 2020-02-05 19:33:46 -07:00
Kconfig power: domain: add Amlogic Everything-Else power domain driver 2019-10-18 14:33:21 +02:00
Makefile power: domain: add i.MX8 scu power domain driver 2019-11-05 10:27:18 +01:00
meson-ee-pwrc.c dm: core: Create a new header file for 'compat' features 2020-02-05 19:33:46 -07:00
meson-gx-pwrc-vpu.c dm: core: Create a new header file for 'compat' features 2020-02-05 19:33:46 -07:00
mtk-power-domain.c dm: core: Create a new header file for 'compat' features 2020-02-05 19:33:46 -07:00
power-domain-uclass.c power-domain: fix hang in endless loop on i.MX8 2020-03-10 16:29:38 -04:00
sandbox-power-domain-test.c dm: core: Create a new header file for 'compat' features 2020-02-05 19:33:46 -07:00
sandbox-power-domain.c dm: core: Create a new header file for 'compat' features 2020-02-05 19:33:46 -07:00
tegra186-power-domain.c dm: core: Create a new header file for 'compat' features 2020-02-05 19:33:46 -07:00
ti-sci-power-domain.c dm: core: Create a new header file for 'compat' features 2020-02-05 19:33:46 -07:00