SONY hw-mute control driver

Required properties:

- compatible : "sony,hw-mute"
- hw_mute-gpios : HW_MUTE output gpio
- mute-off-delay : Delay time until hw_mute is enabled [ms] (optional)
- zone_soc_mute-off-delay : Delay time until zone_soc_mute is enabled [ms] (optional)
- audio-codec-type : Linked audio-codec type (0=tas5825[default] 1=twincodec)

Example:

/ {
	hw_mute {
		compatible = "sony,hw-mute";
		hw_mute-gpio = <&gpio4 0 GPIO_ACTIVE_HIGH>;
		mute-off-delay = <60>;
	};
};
