[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20220510132637.5864-1-allen-kh.cheng@mediatek.com>
Date: Tue, 10 May 2022 21:26:34 +0800
From: Allen-KH Cheng <allen-kh.cheng@...iatek.com>
To: Srinivas Kandagatla <srinivas.kandagatla@...aro.org>,
Matthias Brugger <matthias.bgg@...il.com>,
Rob Herring <robh+dt@...nel.org>,
"Krzysztof Kozlowski" <krzysztof.kozlowski@...onical.com>
CC: Lala Lin <lala.lin@...iatek.com>,
<Project_Global_Chrome_Upstream_Group@...iatek.com>,
<devicetree@...r.kernel.org>,
<linux-arm-kernel@...ts.infradead.org>,
<linux-kernel@...r.kernel.org>,
<linux-mediatek@...ts.infradead.org>,
"Chen-Yu Tsai" <wenst@...omium.org>,
Allen-kh Cheng <allen-kh.cheng@...iatek.corp-partner.google.com>
Subject: [PATCH v4 0/3] dt-bindings: nvmem: mediatek: Convert efuse binding to YAML
From: Allen-kh Cheng <allen-kh.cheng@...iatek.corp-partner.google.com>
Convert MediaTek eFuse devicetree binding to YAML.
Based on tag: next-20220510, linux-next/master
Run cmds as following:
make DT_CHECKER_FLAGS=-m dt_binding_check
DT_SCHEMA_FILES=Documentation/devicetree/bindings/nvmem/mediatek,efuse.yaml
make ARCH=arm64
dtbs_check DT_SCHEMA_FILES=Documentation/devicetree/bindings/nvmem/mediatek,efuse.yaml
We mark the mediatek,mt8173-efuse and mediatek,efuse as deprecated to indicate
not use a signle compatible and should always use mediatek,efuse as generic
fallback.
change since v3:
- use mediatek as vendor name instead of mtk
changes since v2:
- document deprecated efuse property
- update efuse compatible fallbacks
- add two PATCHs into series
changes since v1:
- change file name from mtk,efuse-yaml to mtk,efuse.yaml
- add efuse in commit title
- change compatible entries from const to enum
Allen-KH Cheng (2):
dt-bindings: nvmem: mediatek: Convert efuse binding to YAML
arm64: dts: mediatek: update efuse compatible fallbacks
Allen-kh Cheng (1):
dt-bindings: nvmem: mediatek: document deprecated efuse property
.../bindings/nvmem/mediatek,efuse.yaml | 60 +++++++++++++++++++
.../devicetree/bindings/nvmem/mtk-efuse.txt | 43 -------------
arch/arm64/boot/dts/mediatek/mt8173.dtsi | 3 +-
arch/arm64/boot/dts/mediatek/mt8192.dtsi | 3 +-
4 files changed, 64 insertions(+), 45 deletions(-)
create mode 100644 Documentation/devicetree/bindings/nvmem/mediatek,efuse.yaml
delete mode 100644 Documentation/devicetree/bindings/nvmem/mtk-efuse.txt
--
2.18.0
Powered by blists - more mailing lists