ARM: dts: bcm2710-rpi-3-b : Change audio node status as "okay"
authorLee Hackseung <lhs@dignsys.com>
Thu, 10 Aug 2017 06:48:39 +0000 (15:48 +0900)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Thu, 30 Aug 2018 05:42:34 +0000 (14:42 +0900)
Start.elf uses dt overlay concept, so each node status can be
overlayed with dtparam=audio=on in config.txt but u-boot does not.
So, change status of on-board audio dt node as "okay" because dt
overlay concept on u-boot requires too huge effort.

Fixing dts file from arm will also change arm64 because arm64 dts
includes arm dts.

Change-Id: I73b3c807968c031ba046f44e937c6828ee7f0119
Signed-off-by: Hackseung Lee <lhs@dignsys.com>
[jcsing.lee@samsung.com: modify commit message more clearly]
Signed-off-by: Jaechul Lee <jcsing.lee@samsung.com>
arch/arm/boot/dts/bcm2710-rpi-3-b.dts

index 5b82d4d4369d45a92657f361f4ac5c7ebd34dabe..a5a88bb3ec7a2e4833d5c92890950682f06628a1 100644 (file)
 &audio {
        pinctrl-names = "default";
        pinctrl-0 = <&audio_pins>;
+       status = "okay";
 };
 
 / {