On Fri, 02 Aug 2024 11:22:19 -0400, Frank Li wrote:
Convert dt-binding rcpm from txt to yaml format.
Add fsl,ls1028a-rcpm compatible string.
Additional changes:
- Add missed compatible string fsl,<chip>-rcpm.
- Remove map fsl,<chip>-rcpm to fsl,qoriq-rcpm-<version>.
Signed-off-by: Frank Li <Frank.Li@nxp.com>
---
Change from v3 to v4
- Add missed fsl,ls1088a-rcpm, fsl,ls208xa-rcpm, fsl,lx2160a-rcpm
Chagne from v2 to v3
- fallback use const
- order as fallback compatible string
- remove minItems for compatible string
- Fix typo 1045a
Change from v1 to v2
- add missed compatible string
- Remove compatible string map table
- use oneof Item to align compatible string map table
---
.../bindings/rtc/fsl,ls-ftm-alarm.yaml | 2 +-
.../devicetree/bindings/soc/fsl/fsl,rcpm.yaml | 96 +++++++++++++++++++
.../devicetree/bindings/soc/fsl/rcpm.txt | 69 -------------
3 files changed, 97 insertions(+), 70 deletions(-)
create mode 100644 Documentation/devicetree/bindings/soc/fsl/fsl,rcpm.yaml
delete mode 100644 Documentation/devicetree/bindings/soc/fsl/rcpm.txt
Applied, thanks!