dt-bindings: mfd: dual licensing for st,stpmic1 bindingsChange include/dt-bindings/mfd/st,stpmic1.h license model from GPLv2.0only to dual GPLv2.0 or BSD-2-Clause. This change clarifies thatthis
dt-bindings: mfd: dual licensing for st,stpmic1 bindingsChange include/dt-bindings/mfd/st,stpmic1.h license model from GPLv2.0only to dual GPLv2.0 or BSD-2-Clause. This change clarifies thatthis DT binding header file can be shared with software components asbootloaders and OSes that are not published under GPLv2 terms asOP-TEE OS is.This change has been discussed and acked in the LKML [1].Fixes: 1183a0aa2af0 ("stm32mp1: update DTS files to Linux kernel 5.2-rc1")Link: https://lore.kernel.org/lkml/171941721004.2530174.778562710266249921.b4-ty@kernel.org/ [1]Signed-off-by: Etienne Carriere <etienne.carriere@foss.st.com>Acked-by: Gatien Chevallier <gatien.chevallier@foss.st.com>Acked-by: Jerome Forissier <jerome.forissier@linaro.org>
show more ...
dts: at91: add device trees for sama5d2_xplainedImport device-tree from linux for sama5d2 and relicense them with dualGPL/BSD 3-ClauseAcked-by: Etienne Carriere <etienne.carriere@linaro.org>Ack
dts: at91: add device trees for sama5d2_xplainedImport device-tree from linux for sama5d2 and relicense them with dualGPL/BSD 3-ClauseAcked-by: Etienne Carriere <etienne.carriere@linaro.org>Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com>Signed-off-by: Clément Léger <clement.leger@bootlin.com>
stm32mp1: update DTS files to Linux kernel 5.2-rc1Synchronize stm32mp1 DTS files with those published in Linux kernelsource tree at commit a188339ca5a3 ("Linux 5.2-rc1").This change updates plat
stm32mp1: update DTS files to Linux kernel 5.2-rc1Synchronize stm32mp1 DTS files with those published in Linux kernelsource tree at commit a188339ca5a3 ("Linux 5.2-rc1").This change updates platforms EV1 and ED1 and introduces DK1 and DK2known as DiscoveryKit board. It also introduces stpmic1 bindings headerfile needed for platform DTS files compilation.Among other changes, this commit introduces STPMIC1 and BSEC descriptionnodes. STPMIC1 defines regulators. BSEC describes fuses and uses thestatus / secure-status to define fuse access scope in the scope of BSECsupport.This change strictly dumps Linux kernel DTS files into OP-TEE butregarding stm32mp157c.dtsi for which the OP-TEE DTS file adds nodefor the ETZPC device which is mandated by OP-TEE but not defined innon-secure Linux kernel scope.Signed-off-by: Etienne Carriere <etienne.carriere@st.com>Acked-by: Jens Wiklander <jens.wiklander@linaro.org>