All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/3] dt-bindings: nvmem: mediatek: Convert efuse binding to YAML
@ 2022-05-10 13:26 ` Allen-KH Cheng
  0 siblings, 0 replies; 22+ messages in thread
From: Allen-KH Cheng @ 2022-05-10 13:26 UTC (permalink / raw)
  To: Srinivas Kandagatla, Matthias Brugger, Rob Herring, Krzysztof Kozlowski
  Cc: Lala Lin, Project_Global_Chrome_Upstream_Group, devicetree,
	linux-arm-kernel, linux-kernel, linux-mediatek, Chen-Yu Tsai,
	Allen-kh Cheng

From: Allen-kh Cheng <allen-kh.cheng@mediatek.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


_______________________________________________
Linux-mediatek mailing list
Linux-mediatek@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-mediatek

^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2022-05-12  2:23 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-10 13:26 [PATCH v4 0/3] dt-bindings: nvmem: mediatek: Convert efuse binding to YAML Allen-KH Cheng
2022-05-10 13:26 ` Allen-KH Cheng
2022-05-10 13:26 ` Allen-KH Cheng
2022-05-10 13:26 ` [PATCH v4 1/3] " Allen-KH Cheng
2022-05-10 13:26   ` Allen-KH Cheng
2022-05-10 13:26   ` Allen-KH Cheng
2022-05-11 15:16   ` Krzysztof Kozlowski
2022-05-11 15:16     ` Krzysztof Kozlowski
2022-05-11 15:16     ` Krzysztof Kozlowski
2022-05-10 13:26 ` [PATCH v4 2/3] dt-bindings: nvmem: mediatek: document deprecated efuse property Allen-KH Cheng
2022-05-10 13:26   ` Allen-KH Cheng
2022-05-10 13:26   ` Allen-KH Cheng
2022-05-11 15:20   ` Krzysztof Kozlowski
2022-05-11 15:20     ` Krzysztof Kozlowski
2022-05-11 15:20     ` Krzysztof Kozlowski
2022-05-12  2:13     ` allen-kh.cheng
2022-05-12  2:13       ` allen-kh.cheng
2022-05-10 13:26 ` [PATCH v4 3/3] arm64: dts: mediatek: update efuse compatible fallbacks Allen-KH Cheng
2022-05-10 13:26   ` Allen-KH Cheng
2022-05-10 13:26   ` Allen-KH Cheng
2022-05-11  2:43 ` [PATCH v4 0/3] dt-bindings: nvmem: mediatek: Convert efuse binding to YAML allen-kh.cheng
2022-05-11  2:43   ` allen-kh.cheng

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.