On Thu, Jul 30, 2015 at 8:14 AM, Micka <[email protected]> wrote: > Just to be sure, to disable the hdmi audio ( not the video ), is it enough ? > => > > hdmi { > compatible = "ti,tilcdc,slave"; > i2c = <&i2c0>; > pinctrl-names = "default", "off"; > pinctrl-0 = <&nxp_hdmi_bonelt_pins>; > pinctrl-1 = <&nxp_hdmi_bonelt_off_pins>; > status = "okay"; > }; > fb { > compatible = "ti,am33xx-tilcdc"; > reg = <0x4830e000 0x1000>; > interrupt-parent = <&intc>; > interrupts = <36>; > ti,hwmods = "lcdc"; > ti,allow-non-reduced-blanking-modes; > ti,allow-non-audio-modes; > }; >
boot with: dtb=am335x-boneblack-nhdmi-overlay.dtb and hdmi (video) will still work.. and then you can load the audio cape.. Regards, -- Robert Nelson https://rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
