This series moves the ti-serdes.h header to arch/arm64/boot/dts/ti/ as these constants do not have driver usage and are not suitable for bindings as discussed in [1]. Deprecating the bindings header for now instead of dropping them based on the discussion in [2]. We expect to remove this bindings header in the next cycle. Changelog v1->v2: - Fix typo in commit message - Carry 'Acked-by' and 'Reviewed-by' tags from v1 v1: <https://lore.kernel.org/all/20230713151707.8109-1-j-choudhary@xxxxxx/> [1]: <https://lore.kernel.org/all/b24c2124-fe3b-246c-9af9-3ecee9fb32d4@xxxxxxxxxx/> [2]: <https://lore.kernel.org/linux-arm-kernel/71c7feff-4189-f12f-7353-bce41a61119d@xxxxxxxxxx/> Jayesh Choudhary (2): arm64: dts: ti: Use local header for SERDES MUX idle-state values dt-bindings: ti-serdes-mux: Deprecate header with constants arch/arm64/boot/dts/ti/k3-am642-evm.dts | 3 +- .../dts/ti/k3-am642-phyboard-electra-rdk.dts | 3 +- arch/arm64/boot/dts/ti/k3-am642-sk.dts | 3 +- .../boot/dts/ti/k3-am68-sk-base-board.dts | 3 +- .../dts/ti/k3-j7200-common-proc-board.dts | 3 +- .../ti/k3-j7200-evm-quad-port-eth-exp.dtso | 2 +- .../ti/k3-j721e-evm-quad-port-eth-exp.dtso | 2 +- arch/arm64/boot/dts/ti/k3-j721e-main.dtsi | 3 +- .../dts/ti/k3-j721s2-common-proc-board.dts | 3 +- arch/arm64/boot/dts/ti/k3-serdes.h | 204 ++++++++++++++++++ include/dt-bindings/mux/ti-serdes.h | 8 + 11 files changed, 228 insertions(+), 9 deletions(-) create mode 100644 arch/arm64/boot/dts/ti/k3-serdes.h -- 2.25.1