diff options
author | Romain Perier <romain.perier@collabora.com> | 2017-02-03 15:38:00 +0100 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2017-03-06 04:45:23 +0100 |
commit | db3347846f7f20fe7e6d0da8e5d31f6c50313611 (patch) | |
tree | 4b0aaf7f5b1567dfc4c414871f0f899530978727 /arch/arm/boot/dts/rk3288-rock2-som.dtsi | |
parent | c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201 (diff) | |
download | linux-db3347846f7f20fe7e6d0da8e5d31f6c50313611.tar.gz |
ARM: dts: rockchip: Add support for ES8388 to the Radxa Rock 2
This commit adds the DT definition of the es8388 i2c device
found at address 0x10. It also adds the definition for connecting
the Rockchip I2S to the es8388 analog output.
This commit is based on the initial work that was done by Sjoerd Simons
<sjoerd.simons@collabora.com> with some improvements.
Signed-off-by: Romain Perier <romain.perier@collabora.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'arch/arm/boot/dts/rk3288-rock2-som.dtsi')
-rw-r--r-- | arch/arm/boot/dts/rk3288-rock2-som.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/rk3288-rock2-som.dtsi b/arch/arm/boot/dts/rk3288-rock2-som.dtsi index 1c0bbc9b928b..f0778a46bca9 100644 --- a/arch/arm/boot/dts/rk3288-rock2-som.dtsi +++ b/arch/arm/boot/dts/rk3288-rock2-som.dtsi @@ -136,7 +136,7 @@ regulator-always-on; }; - vcc_io: REG2 { + vcc_io: vccio_codec: REG2 { regulator-name = "VCC_IO"; regulator-min-microvolt = <3300000>; regulator-max-microvolt = <3300000>; |