Searched +full:bcm2835 +full:- +full:cprman (Results 1 – 3 of 3) sorted by relevance
1 #include <dt-bindings/pinctrl/bcm2835.h>2 #include <dt-bindings/clock/bcm2835.h>3 #include <dt-bindings/clock/bcm2835-aux.h>4 #include <dt-bindings/gpio/gpio.h>5 #include <dt-bindings/interrupt-controller/irq.h>6 #include <dt-bindings/soc/bcm2835-pm.h>8 /* firmware-provided startup stubs live here, where the secondary CPUs are14 * bcm2835 and bcm2836 implementations, leaving the CPU configuration to15 * bcm2835.dtsi and bcm2836.dtsi.19 compatible = "brcm,bcm2835";[all …]
1 // SPDX-License-Identifier: GPL-2.04 #include <dt-bindings/interrupt-controller/arm-gic.h>5 #include <dt-bindings/soc/bcm2835-pm.h>10 #address-cells = <2>;11 #size-cells = <1>;13 interrupt-parent = <&gicv2>;16 compatible = "brcm,bcm2711-vc5";20 clk_27MHz: clk-27M {21 #clock-cells = <0>;22 compatible = "fixed-clock";[all …]
1 // SPDX-License-Identifier: GPL-2.0-only12 * The HDMI core has a state machine and a PHY. On BCM2835, most of13 * the unit operates off of the HSM clock from CPRMAN. It also21 * and transfers them over an internal MAI (multi-channel audio53 #include <sound/hdmi-codec.h>118 struct drm_display_info *display = &vc4_hdmi->connector.display_info; in vc4_hdmi_supports_scrambling()120 lockdep_assert_held(&vc4_hdmi->mutex); in vc4_hdmi_supports_scrambling()122 if (!display->is_hdmi) in vc4_hdmi_supports_scrambling()125 if (!display->hdmi.scdc.supported || in vc4_hdmi_supports_scrambling()126 !display->hdmi.scdc.scrambling.supported) in vc4_hdmi_supports_scrambling()[all …]