1. 26 Apr, 2019 1 commit
    • Manivannan Sadhasivam's avatar
      fdts: Fix DTC warnings for STM32MP1 platform · 45875d91
      Manivannan Sadhasivam authored
      
      
      DTC issues below warnings for STM32MP1 platform for using upper case
      in unit address:
      
      fdts/stm32mp15-ddr.dtsi:8.20-151.5: Warning (simple_bus_reg): /soc/ddr@5A003000: simple-bus unit address format error, expected "5a003000"
      fdts/stm32mp157c-security.dtsi:9.25-13.5: Warning (simple_bus_reg): /soc/stgen@5C008000: simple-bus unit address format error, expected "5c008000"
      
      Fix this by using the lower case unit address for concerned nodes.
      Signed-off-by: default avatarManivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
      Change-Id: Id3d19ac3b47ec6bcea2bd3382225e2e923dc4a70
      45875d91
  2. 11 Mar, 2019 1 commit
    • Yann Gautier's avatar
      fdts: stm32mp1: add bsec node · 83f62c87
      Yann Gautier authored
      
      
      This node is added in a new file stm32mp157c-security.dtsi.
      This node includes OTPs that should be shadowed and made readable
      to non secure world.
      Explicitly add status and secure-status, as these OTPs are accessible
      by secure and non-secure world.
      
      The stgen node is also moved to this file.
      
      Change-Id: I3c89a01588d2e411fecfc44997e1c5df2fc37cad
      Signed-off-by: default avatarYann Gautier <yann.gautier@st.com>
      83f62c87